loremipsum3658 commited on
Commit
85c3f97
1 Parent(s): f58d263

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: pair_ID
14
+ dtype: int64
15
+ - name: sentence_A
16
+ dtype: string
17
+ - name: sentence_B
18
+ dtype: string
19
+ - name: entailment_label
20
+ dtype: string
21
+ - name: relatedness_score
22
+ dtype: float64
23
+ - name: entailment_AB
24
+ dtype: string
25
+ - name: entailment_BA
26
+ dtype: string
27
+ - name: sentence_A_original
28
+ dtype: string
29
+ - name: sentence_B_original
30
+ dtype: string
31
+ - name: sentence_A_dataset
32
+ dtype: string
33
+ - name: sentence_B_dataset
34
+ dtype: string
35
+ - name: SemEval_set
36
+ dtype: string
37
+ - name: __index_level_0__
38
+ dtype: int64
39
+ splits:
40
+ - name: train
41
+ num_bytes: 2196243
42
+ num_examples: 6887
43
+ - name: test
44
+ num_bytes: 470001
45
+ num_examples: 1477
46
+ - name: validation
47
+ num_bytes: 470022
48
+ num_examples: 1476
49
+ download_size: 1217241
50
+ dataset_size: 3136266
51
+ ---
52
+ # Dataset Card for "sick-br"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)