ruanchaves commited on
Commit
abde363
·
1 Parent(s): 326ab56

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: 885044
21
+ num_examples: 3128
22
+ - name: validation
23
+ num_bytes: 190538
24
+ num_examples: 731
25
+ - name: test
26
+ num_bytes: 204906
27
+ num_examples: 650
28
+ download_size: 245275
29
+ dataset_size: 1280488
30
+ ---
31
+ # Dataset Card for "faquad-nli_por_Latn_to_cat_Latn"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)