Commit ·
1025b7f
1
Parent(s): 9dfad7f
Including V2_small configurration
Browse files
README.md
CHANGED
|
@@ -7,6 +7,12 @@ configs:
|
|
| 7 |
path: V1_small/train.csv
|
| 8 |
- split: test
|
| 9 |
path: V1_small/test.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
task_categories:
|
| 11 |
- text-classification
|
| 12 |
- text-generation
|
|
|
|
| 7 |
path: V1_small/train.csv
|
| 8 |
- split: test
|
| 9 |
path: V1_small/test.csv
|
| 10 |
+
- config_name: V2_small
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: V2_small/train.csv
|
| 14 |
+
- split: test
|
| 15 |
+
path: V2_small/test.csv
|
| 16 |
task_categories:
|
| 17 |
- text-classification
|
| 18 |
- text-generation
|