lhoestq HF staff commited on
Commit
464dc4d
1 Parent(s): 574b59e

Remove config names as yaml keys (#4367)

Browse files

* validate YAML part

* fix bad YAML keys

* don't have config names as yaml keys

* style

* Remove hacking license tags when mirroring datasets on the Hub

* fix test

* fix style

* more fixes

* remove dots in QA column mapping keys

Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80

Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -10,14 +10,9 @@ licenses:
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
- nell_belief:
14
- - 1M<n<10M
15
- nell_belief_sentences:
16
- - 10M<n<100M
17
- nell_candidate:
18
- - 10M<n<100M
19
- nell_candidate_sentences:
20
- - 100M<n<1B
21
  source_datasets:
22
  - original
23
  task_categories:
@@ -30,6 +25,11 @@ task_ids:
30
  - relation-extraction
31
  paperswithcode_id: nell
32
  pretty_name: Never Ending Language Learning (NELL)
 
 
 
 
 
33
  ---
34
 
35
  # Dataset Card for Never Ending Language Learning (NELL)
 
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 100M<n<1B
14
+ - 10M<n<100M
15
+ - 1M<n<10M
 
 
 
 
 
16
  source_datasets:
17
  - original
18
  task_categories:
 
25
  - relation-extraction
26
  paperswithcode_id: nell
27
  pretty_name: Never Ending Language Learning (NELL)
28
+ configs:
29
+ - nell_belief
30
+ - nell_belief_sentences
31
+ - nell_candidate
32
+ - nell_candidate_sentences
33
  ---
34
 
35
  # Dataset Card for Never Ending Language Learning (NELL)