rename configs to config_name
Browse files
README.md
CHANGED
@@ -19,9 +19,6 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: discovery
|
21 |
pretty_name: Discovery
|
22 |
-
configs:
|
23 |
-
- discovery
|
24 |
-
- discoverysmall
|
25 |
tags:
|
26 |
- discourse-marker-prediction
|
27 |
dataset_info:
|
@@ -442,6 +439,9 @@ train-eval-index:
|
|
442 |
sentence1: text1
|
443 |
sentence2: text2
|
444 |
label: target
|
|
|
|
|
|
|
445 |
---
|
446 |
|
447 |
|
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: discovery
|
21 |
pretty_name: Discovery
|
|
|
|
|
|
|
22 |
tags:
|
23 |
- discourse-marker-prediction
|
24 |
dataset_info:
|
|
|
439 |
sentence1: text1
|
440 |
sentence2: text2
|
441 |
label: target
|
442 |
+
config_names:
|
443 |
+
- discovery
|
444 |
+
- discoverysmall
|
445 |
---
|
446 |
|
447 |
|