galaxynlp commited on
Commit
e1a6761
1 Parent(s): 8f7c273

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_text
5
+ dtype: string
6
+ - name: language
7
+ dtype: string
8
+ - name: multiple_choice_question
9
+ struct:
10
+ - name: answers
11
+ sequence: string
12
+ - name: concepts
13
+ sequence: 'null'
14
+ - name: difficulty
15
+ dtype: string
16
+ - name: distractors
17
+ sequence: string
18
+ - name: feedback
19
+ dtype: string
20
+ - name: id
21
+ dtype: string
22
+ - name: lang
23
+ dtype: string
24
+ - name: question
25
+ dtype: string
26
+ - name: origin
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 6465514
31
+ num_examples: 5082
32
+ download_size: 2682510
33
+ dataset_size: 6465514
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
+ ---
40
+ # Dataset Card for "raw_mcq_generation_dataset"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)