From 24c5437993a0199074e027785d11ae3647576123 Mon Sep 17 00:00:00 2001 From: blackhao <13851610112@163.com> Date: Fri, 4 Jul 2025 18:50:03 -0700 Subject: add winobis --- processed_data/data_analysis.json | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 processed_data/data_analysis.json (limited to 'processed_data/data_analysis.json') diff --git a/processed_data/data_analysis.json b/processed_data/data_analysis.json new file mode 100644 index 0000000..deaafec --- /dev/null +++ b/processed_data/data_analysis.json @@ -0,0 +1,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 + } +} \ No newline at end of file -- cgit v1.2.3