manu commited on
Commit
46e9855
·
1 Parent(s): 84a700f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: Grammar
6
+ path: data/Grammar-*
7
+ - split: Vocabulary
8
+ path: data/Vocabulary-*
9
+ - split: Reading
10
+ path: data/Reading-*
11
+ dataset_info:
12
+ features:
13
+ - name: question
14
+ dtype: string
15
+ - name: answer
16
+ dtype: string
17
+ - name: context
18
+ dtype: string
19
+ - name: difficulty
20
+ dtype: string
21
+ - name: language
22
+ dtype: string
23
+ - name: subject
24
+ dtype: string
25
+ - name: url
26
+ dtype: string
27
+ - name: answer A
28
+ dtype: string
29
+ - name: answer B
30
+ dtype: string
31
+ - name: answer C
32
+ dtype: string
33
+ - name: answer D
34
+ dtype: string
35
+ - name: __index_level_0__
36
+ dtype: int64
37
+ splits:
38
+ - name: Grammar
39
+ num_bytes: 29094
40
+ num_examples: 119
41
+ - name: Vocabulary
42
+ num_bytes: 30944
43
+ num_examples: 119
44
+ - name: Reading
45
+ num_bytes: 115507
46
+ num_examples: 71
47
+ download_size: 66125
48
+ dataset_size: 175545
49
+ ---
50
+ # Dataset Card for "french-bench-grammar-vocab-reading"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)