Datasets:

lhoestq HF staff commited on
Commit
03b6eff
1 Parent(s): 92a1659

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +57 -2
README.md CHANGED
@@ -11,7 +11,7 @@ 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:
@@ -30,6 +30,61 @@ pretty_name: Natural Language Inference in Turkish
30
  configs:
31
  - multinli_tr
32
  - snli_tr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  # Dataset Card for "nli_tr"
@@ -223,4 +278,4 @@ The data fields are the same among all splits.
223
 
224
  ### Contributions
225
 
226
- Thanks to [@e-budur](https://github.com/e-budur) for adding this dataset.
 
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:
 
30
  configs:
31
  - multinli_tr
32
  - snli_tr
33
+ dataset_info:
34
+ - config_name: snli_tr
35
+ features:
36
+ - name: idx
37
+ dtype: int32
38
+ - name: premise
39
+ dtype: string
40
+ - name: hypothesis
41
+ dtype: string
42
+ - name: label
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ 0: entailment
47
+ 1: neutral
48
+ 2: contradiction
49
+ splits:
50
+ - name: test
51
+ num_bytes: 1355409
52
+ num_examples: 10000
53
+ - name: train
54
+ num_bytes: 71175743
55
+ num_examples: 550152
56
+ - name: validation
57
+ num_bytes: 1359639
58
+ num_examples: 10000
59
+ download_size: 40328942
60
+ dataset_size: 73890791
61
+ - config_name: multinli_tr
62
+ features:
63
+ - name: idx
64
+ dtype: int32
65
+ - name: premise
66
+ dtype: string
67
+ - name: hypothesis
68
+ dtype: string
69
+ - name: label
70
+ dtype:
71
+ class_label:
72
+ names:
73
+ 0: entailment
74
+ 1: neutral
75
+ 2: contradiction
76
+ splits:
77
+ - name: train
78
+ num_bytes: 75524150
79
+ num_examples: 392702
80
+ - name: validation_matched
81
+ num_bytes: 1908283
82
+ num_examples: 10000
83
+ - name: validation_mismatched
84
+ num_bytes: 2039392
85
+ num_examples: 10000
86
+ download_size: 75518512
87
+ dataset_size: 79471825
88
  ---
89
 
90
  # Dataset Card for "nli_tr"
 
278
 
279
  ### Contributions
280
 
281
+ Thanks to [@e-budur](https://github.com/e-budur) for adding this dataset.