Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
1M<n<10M
Language Creators:
other
Annotations Creators:
other
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
b12672a
1 Parent(s): af75501

rename configs to config_name

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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