Datasets:
manu
/

Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
Libraries:
Datasets
pandas
License:
manu commited on
Commit
09aa0a4
1 Parent(s): 71c7694

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: context
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: answers
11
+ struct:
12
+ - name: answers_start
13
+ sequence: int64
14
+ - name: text
15
+ sequence: string
16
+ - name: is_impossible
17
+ dtype: bool
18
+ splits:
19
+ - name: test
20
+ num_bytes: 859073.8110608995
21
+ num_examples: 800
22
+ - name: valid
23
+ num_bytes: 214768.45276522488
24
+ num_examples: 200
25
+ download_size: 515496
26
+ dataset_size: 1073842.2638261244
27
+ ---
28
+ # Dataset Card for "test_fq2"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)