chagnes
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: clean
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: "data/clean/train/train_clean.tsv"
|
7 |
+
- split: test
|
8 |
+
path: "data/clean/test/test_clean.tsv"
|
9 |
+
- config_name: other
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: "data/other/train/train_other.tsv"
|
13 |
+
- split: test
|
14 |
+
path: "data/other/test/test_other.tsv"
|
15 |
+
---
|