Datasets:

lhoestq HF staff commited on
Commit
c3f3a7e
1 Parent(s): 2b01ef2

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 -7
README.md CHANGED
@@ -6,13 +6,11 @@ language_creators:
6
  languages:
7
  - tr
8
  licenses:
9
- snli_tr:
10
- - cc-by-4-0
11
- multinli_tr:
12
- - cc-by-3-0
13
- - cc-by-sa-3-0-at
14
- - mit
15
- - other-Open Portion of the American National Corpus
16
  multilinguality:
17
  - monolingual
18
  size_categories:
@@ -28,6 +26,9 @@ task_ids:
28
  - semantic-similarity-scoring
29
  paperswithcode_id: nli-tr
30
  pretty_name: Natural Language Inference in Turkish
 
 
 
31
  ---
32
 
33
  # Dataset Card for "nli_tr"
 
6
  languages:
7
  - tr
8
  licenses:
9
+ - cc-by-3.0
10
+ - cc-by-4.0
11
+ - cc-by-sa-3.0-at
12
+ - mit
13
+ - other-Open Portion of the American National Corpus
 
 
14
  multilinguality:
15
  - monolingual
16
  size_categories:
 
26
  - semantic-similarity-scoring
27
  paperswithcode_id: nli-tr
28
  pretty_name: Natural Language Inference in Turkish
29
+ configs:
30
+ - multinli_tr
31
+ - snli_tr
32
  ---
33
 
34
  # Dataset Card for "nli_tr"