ruanchaves commited on
Commit
a816402
·
1 Parent(s): 82b4321

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sentence_pair_id
5
+ dtype: int64
6
+ - name: premise
7
+ dtype: string
8
+ - name: hypothesis
9
+ dtype: string
10
+ - name: relatedness_score
11
+ dtype: float32
12
+ - name: entailment_judgment
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': NONE
17
+ '1': ENTAILMENT
18
+ splits:
19
+ - name: train
20
+ num_bytes: 863995
21
+ num_examples: 6500
22
+ - name: test
23
+ num_bytes: 339266
24
+ num_examples: 2448
25
+ - name: validation
26
+ num_bytes: 66824
27
+ num_examples: 500
28
+ download_size: 564165
29
+ dataset_size: 1270085
30
+ ---
31
+ # Dataset Card for "assin2_por_Latn_to_eng_Latn"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)