Enable the Dataset Viewer (#1)
Browse files- Enable the Dataset Viewer (3e320bbffd32599105bbb5eec70bb05f984ad396)
Co-authored-by: Quentin Lhoest <[email protected]>
README.md
CHANGED
|
@@ -5,6 +5,15 @@ language:
|
|
| 5 |
size_categories:
|
| 6 |
- 10M<n<100M
|
| 7 |
pretty_name: Scientific Openly-Licensed Publications - Caption Images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Scientific Openly-Licensed Publications
|
|
|
|
| 5 |
size_categories:
|
| 6 |
- 10M<n<100M
|
| 7 |
pretty_name: Scientific Openly-Licensed Publications - Caption Images
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: train*/*.tar
|
| 13 |
+
- split: validation
|
| 14 |
+
path: dev/*.tar
|
| 15 |
+
- split: test
|
| 16 |
+
path: test/*.tar
|
| 17 |
---
|
| 18 |
|
| 19 |
# Scientific Openly-Licensed Publications
|