Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,11 @@ features:
|
|
27 |
answer_start:
|
28 |
description: "The starting character index of `answer` within `context` (Note: this is always -1 in the current dataset as `answer` is not a substring of `context`)."
|
29 |
type: "int32"
|
30 |
-
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
# Persian Poetry Dataset
|
33 |
|
|
|
27 |
answer_start:
|
28 |
description: "The starting character index of `answer` within `context` (Note: this is always -1 in the current dataset as `answer` is not a substring of `context`)."
|
29 |
type: "int32"
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: poems-qa.csv
|
35 |
---
|
36 |
# Persian Poetry Dataset
|
37 |
|