Datasets:
Update YAML configs for correct dataset loading
Browse files
README.md
CHANGED
|
@@ -18,6 +18,13 @@ tags:
|
|
| 18 |
- retrieval
|
| 19 |
- clip
|
| 20 |
- bertopic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# SpanishMicroEvents
|
|
|
|
| 18 |
- retrieval
|
| 19 |
- clip
|
| 20 |
- bertopic
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: micro_events
|
| 23 |
+
data_files: micro_events.csv
|
| 24 |
+
- config_name: corpus
|
| 25 |
+
data_files: articles.parquet
|
| 26 |
+
- config_name: validation
|
| 27 |
+
data_files: validation_sample.csv
|
| 28 |
---
|
| 29 |
|
| 30 |
# SpanishMicroEvents
|