KaeriJenti
commited on
Commit
·
0b3b0ef
1
Parent(s):
4e3d007
Update README.md
Browse files
README.md
CHANGED
@@ -14,20 +14,20 @@ This Model Finetuned By Kaeri and Jenti.
|
|
14 |
|
15 |
We did not use GSM8k samples when generating data.
|
16 |
Also we were careful of data contamination by similarity filtering
|
17 |
-
the training data if the data
|
18 |
|
19 |
<pre>
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
'task228_arc_answer_generation_easy',
|
22 |
'ai2_arc/ARC-Challenge:1.0.0',
|
23 |
'ai2_arc/ARC-Easy:1.0.0',
|
24 |
'task229_arc_answer_generation_hard',
|
25 |
'hellaswag:1.1.0',
|
26 |
-
'task1389_hellaswag_completion'
|
27 |
-
'cot_gsm8k',
|
28 |
-
'cot_gsm8k_ii',
|
29 |
-
'drop:2.0.0',
|
30 |
-
'winogrande:1.1.0'
|
31 |
]
|
32 |
</pre>
|
33 |
|
|
|
14 |
|
15 |
We did not use GSM8k samples when generating data.
|
16 |
Also we were careful of data contamination by similarity filtering
|
17 |
+
the training data if the data correspond to any of the following list.
|
18 |
|
19 |
<pre>
|
20 |
+
filtering_tasks = [
|
21 |
+
'cot_gsm8k',
|
22 |
+
'cot_gsm8k_ii',
|
23 |
+
'drop:2.0.0',
|
24 |
+
'winogrande:1.1.0'
|
25 |
'task228_arc_answer_generation_easy',
|
26 |
'ai2_arc/ARC-Challenge:1.0.0',
|
27 |
'ai2_arc/ARC-Easy:1.0.0',
|
28 |
'task229_arc_answer_generation_hard',
|
29 |
'hellaswag:1.1.0',
|
30 |
+
'task1389_hellaswag_completion'
|
|
|
|
|
|
|
|
|
31 |
]
|
32 |
</pre>
|
33 |
|