Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -14,6 +14,16 @@ tags:
|
|
| 14 |
pretty_name: "War Forecast Bench"
|
| 15 |
size_categories:
|
| 16 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# War Forecast Bench
|
|
|
|
| 14 |
pretty_name: "War Forecast Bench"
|
| 15 |
size_categories:
|
| 16 |
- 1K<n<10K
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: questions
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: questions.parquet
|
| 22 |
+
- config_name: articles
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: articles.parquet
|
| 26 |
+
default_config_name: questions
|
| 27 |
---
|
| 28 |
|
| 29 |
# War Forecast Bench
|