1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
{
"train_data_analysis": {
"total_samples": 2536,
"by_config": {
"type1_anti": 634,
"type1_pro": 634,
"type2_anti": 634,
"type2_pro": 634
},
"by_gender_group": {
"female": 1265,
"male": 1271
},
"by_sentence_type": {
"type1": 1268,
"type2": 1268
},
"stereotypical_vs_anti": {
"stereotypical": 1268,
"anti_stereotypical": 1268
}
},
"val_data_analysis": {
"total_samples": 632,
"by_config": {
"type1_anti": 158,
"type1_pro": 158,
"type2_anti": 158,
"type2_pro": 158
},
"by_gender_group": {
"male": 316,
"female": 316
},
"by_sentence_type": {
"type1": 316,
"type2": 316
},
"stereotypical_vs_anti": {
"stereotypical": 316,
"anti_stereotypical": 316
}
},
"processing_summary": {
"total_processed": 3168,
"train_ratio": 0.8005050505050505,
"val_ratio": 0.1994949494949495
}
}
|