ruanchaves commited on
Commit
d594c6c
1 Parent(s): 4bb7336

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: document_index
5
+ dtype: int32
6
+ - name: document_title
7
+ dtype: string
8
+ - name: paragraph_index
9
+ dtype: int32
10
+ - name: question
11
+ dtype: string
12
+ - name: answer
13
+ dtype: string
14
+ - name: label
15
+ dtype: int32
16
+ - name: __language__
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 868512
21
+ num_examples: 3128
22
+ - name: validation
23
+ num_bytes: 187993
24
+ num_examples: 731
25
+ - name: test
26
+ num_bytes: 200922
27
+ num_examples: 650
28
+ download_size: 222114
29
+ dataset_size: 1257427
30
+ ---
31
+ # Dataset Card for "faquad-nli_por_Latn_to_glg_Latn"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)