Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,16 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
+
license: mit
|
| 24 |
+
task_categories:
|
| 25 |
+
- question-answering
|
| 26 |
+
language:
|
| 27 |
+
- en
|
| 28 |
+
pretty_name: WebSRC-test
|
| 29 |
+
size_categories:
|
| 30 |
+
- 10K<n<100K
|
| 31 |
---
|
| 32 |
+
|
| 33 |
+
# Dataset Card for WebSRC Test Split
|
| 34 |
+
|
| 35 |
+
This is the test split (without ground truth) for WebSRC. See [WebSRC](https://huggingface.co/datasets/rootsautomation/websrc) for the full train and dev splits, with answers.
|