WillHeld commited on
Commit
c15a398
1 Parent(s): a5faa2f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,8 +1,6 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: 'Unnamed: 0'
5
- dtype: int64
6
  - name: Number
7
  dtype: int64
8
  - name: premise
@@ -10,19 +8,24 @@ dataset_info:
10
  - name: hypothesis
11
  dtype: string
12
  - name: label
13
- dtype: int64
 
 
 
 
 
14
  splits:
15
  - name: train
16
- num_bytes: 34336
17
  num_examples: 250
18
  - name: val
19
- num_bytes: 29115
20
  num_examples: 200
21
  - name: test
22
- num_bytes: 28942
23
  num_examples: 200
24
- download_size: 71675
25
- dataset_size: 92393
26
  ---
27
 
28
  This data comes from "JamPatoisNLI: A Jamaican Patois Natural Language Inference Dataset" by Ruth-Ann Armstrong, John Hewitt, Christopher Manning. Please cite the original work if you make use of this data:
 
1
  ---
2
  dataset_info:
3
  features:
 
 
4
  - name: Number
5
  dtype: int64
6
  - name: premise
 
8
  - name: hypothesis
9
  dtype: string
10
  - name: label
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': entailment
15
+ '1': neutral
16
+ '2': contradiction
17
  splits:
18
  - name: train
19
+ num_bytes: 32336
20
  num_examples: 250
21
  - name: val
22
+ num_bytes: 27515
23
  num_examples: 200
24
  - name: test
25
+ num_bytes: 27342
26
  num_examples: 200
27
+ download_size: 67207
28
+ dataset_size: 87193
29
  ---
30
 
31
  This data comes from "JamPatoisNLI: A Jamaican Patois Natural Language Inference Dataset" by Ruth-Ann Armstrong, John Hewitt, Christopher Manning. Please cite the original work if you make use of this data: