Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
thiagolaitz commited on
Commit
35dbe22
·
1 Parent(s): e92d826

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: content
5
+ struct:
6
+ - name: BK
7
+ dtype: bool
8
+ - name: IU
9
+ dtype: bool
10
+ - name: ML
11
+ dtype: bool
12
+ - name: MR
13
+ dtype: bool
14
+ - name: PRK
15
+ dtype: bool
16
+ - name: TU
17
+ dtype: bool
18
+ - name: alternatives
19
+ sequence: string
20
+ - name: alternatives_type
21
+ dtype: string
22
+ - name: answer
23
+ dtype: string
24
+ - name: associated_images
25
+ sequence: string
26
+ - name: has_associated_images
27
+ dtype: bool
28
+ - name: id
29
+ dtype: string
30
+ - name: number
31
+ dtype: int64
32
+ - name: question
33
+ dtype: string
34
+ - name: subject
35
+ sequence: string
36
+ splits:
37
+ - name: questions
38
+ num_bytes: 54794231
39
+ num_examples: 1098
40
+ download_size: 49630789
41
+ dataset_size: 54794231
42
+ ---
43
+ # Dataset Card for "BLUEX"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)