mariaantoniak
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
---
|
2 |
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
3 |
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Dataset Card for Dataset Name
|
|
|
1 |
---
|
2 |
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
3 |
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: "storyseeker_data_train.csv"
|
9 |
+
- split: val
|
10 |
+
path: "storyseeker_data_val.csv"
|
11 |
+
- split: test
|
12 |
+
path: "storyseeker_data_test.csv"
|
13 |
---
|
14 |
|
15 |
# Dataset Card for Dataset Name
|