Datasets:
Updated dataset files
Browse files- Marathi/test.json +2 -2
- Marathi/train.json +2 -2
- Marathi/val.json +2 -2
- README.md +0 -8
Marathi/test.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41954e11bf39e5ef14a8c9377c24c6c79ee47183f2ac30d0beeaffe65cb4db59
|
3 |
+
size 28689371
|
Marathi/train.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5554420113b9976c39e19d5ab15e201044d572aa839ac92a8482491960b23f9
|
3 |
+
size 286307654
|
Marathi/val.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b80182a9690ba62f1549dcc60155f5bce60be4c5c31eaf15a79ba7a2f3b6b67
|
3 |
+
size 30020687
|
README.md
CHANGED
@@ -57,14 +57,6 @@ The dataset structure is similar to the original SQuAD dataset, consisting of co
|
|
57 |
* `text`: A list of possible answer spans from the context.
|
58 |
* `answer_start`: A list of starting character indices for each answer span within the context.
|
59 |
|
60 |
-
## How to Use
|
61 |
-
|
62 |
-
```
|
63 |
-
from datasets import load_dataset
|
64 |
-
lang = "Marathi"
|
65 |
-
indicSQuAD_dataset = load_dataset("l3cube-pune/indic-squad", data_dir=lang)
|
66 |
-
```
|
67 |
-
|
68 |
## Citing
|
69 |
If you use the IndicSQuAD dataset, please cite the following paper:
|
70 |
```
|
|
|
57 |
* `text`: A list of possible answer spans from the context.
|
58 |
* `answer_start`: A list of starting character indices for each answer span within the context.
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
## Citing
|
61 |
If you use the IndicSQuAD dataset, please cite the following paper:
|
62 |
```
|