Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
69c5e54
1 Parent(s): 64732e5

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,7 +11,6 @@ license:
11
  - cc-by-sa-3.0
12
  - mit
13
  - other
14
- license_details: Open Portion of the American National Corpus
15
  multilinguality:
16
  - monolingual
17
  size_categories:
@@ -25,6 +24,7 @@ task_ids:
25
  - multi-input-text-classification
26
  paperswithcode_id: multinli
27
  pretty_name: Multi-Genre Natural Language Inference
 
28
  dataset_info:
29
  features:
30
  - name: promptID
@@ -49,9 +49,9 @@ dataset_info:
49
  dtype:
50
  class_label:
51
  names:
52
- 0: entailment
53
- 1: neutral
54
- 2: contradiction
55
  splits:
56
  - name: train
57
  num_bytes: 410211586
 
11
  - cc-by-sa-3.0
12
  - mit
13
  - other
 
14
  multilinguality:
15
  - monolingual
16
  size_categories:
 
24
  - multi-input-text-classification
25
  paperswithcode_id: multinli
26
  pretty_name: Multi-Genre Natural Language Inference
27
+ license_details: Open Portion of the American National Corpus
28
  dataset_info:
29
  features:
30
  - name: promptID
 
49
  dtype:
50
  class_label:
51
  names:
52
+ '0': entailment
53
+ '1': neutral
54
+ '2': contradiction
55
  splits:
56
  - name: train
57
  num_bytes: 410211586