Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Add eval config (MTEB standard, remove field_spec)
#3
by
burtenshaw HF Staff - opened
YAML Metadata Error: Invalid content in eval.yaml.
Check out the documentation for more information.
Show details
✖ Invalid input: expected string, received null
→ at tasks[0].config
✖ Invalid input: expected string, received null
→ at tasks[0].split
eval.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
description: "ArguAna: Retrieval of the Best Counterargument without Prior Topic Knowledge"
|
| 2 |
+
evaluation_framework: mteb
|
| 3 |
+
name: ArguAna
|
| 4 |
+
tasks:
|
| 5 |
+
- id: ArguAna
|
| 6 |
+
config: null
|
| 7 |
+
split: null
|
| 8 |
+
- id: ArguAna_default_test
|
| 9 |
+
config: default
|
| 10 |
+
split: test
|