Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 1 |
configs:
|
| 2 |
-
- config_name: default
|
| 3 |
data_files:
|
| 4 |
- split: train
|
| 5 |
path: train.csv
|
|
|
|
| 6 |
- split: test_polarity
|
| 7 |
path: test_lb_polarity.csv
|
|
|
|
| 8 |
- split: test_emotion
|
| 9 |
path: test_lb_emotion.csv
|
|
|
|
| 10 |
- split: test_explicitness
|
| 11 |
path: test_lb_explicitness.csv
|
|
|
|
| 12 |
- split: test_aspect
|
| 13 |
path: test_lb_aspect.csv
|
|
|
|
| 14 |
- split: test_target
|
| 15 |
path: test_lb_target.csv
|
|
|
|
| 1 |
configs:
|
|
|
|
| 2 |
data_files:
|
| 3 |
- split: train
|
| 4 |
path: train.csv
|
| 5 |
+
|
| 6 |
- split: test_polarity
|
| 7 |
path: test_lb_polarity.csv
|
| 8 |
+
|
| 9 |
- split: test_emotion
|
| 10 |
path: test_lb_emotion.csv
|
| 11 |
+
|
| 12 |
- split: test_explicitness
|
| 13 |
path: test_lb_explicitness.csv
|
| 14 |
+
|
| 15 |
- split: test_aspect
|
| 16 |
path: test_lb_aspect.csv
|
| 17 |
+
|
| 18 |
- split: test_target
|
| 19 |
path: test_lb_target.csv
|