Upload folder using huggingface_hub
Browse files- README.md +6 -2
- emotion.csv +0 -0
- intent.csv +0 -0
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
- config_name: intent
|
| 4 |
-
data_files:
|
|
|
|
|
|
|
| 5 |
- config_name: emotion
|
| 6 |
-
data_files:
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
- config_name: intent
|
| 4 |
+
data_files:
|
| 5 |
+
- split: test
|
| 6 |
+
path: "intent.csv"
|
| 7 |
- config_name: emotion
|
| 8 |
+
data_files:
|
| 9 |
+
- split: test
|
| 10 |
+
path: "emotion.csv"
|
| 11 |
---
|
emotion.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
intent.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|