Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,23 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- text-generation
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: city_entity
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: "city_entity/train*.parquet"
|
7 |
+
- split: val
|
8 |
+
path: "city_entity/val*.parquet"
|
9 |
+
- split: test
|
10 |
+
path: "city_entity/test*.parquet"
|
11 |
+
- config_name: city_prompt
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: "city_prompt/train*.parquet"
|
15 |
+
- split: val
|
16 |
+
path: "city_prompt/val*.parquet"
|
17 |
+
- split: test
|
18 |
+
path: "city_prompt/test*.parquet"
|
19 |
+
|
20 |
+
|
21 |
license: mit
|
22 |
task_categories:
|
23 |
- text-generation
|