XythicK commited on
Commit
18908b1
·
verified ·
1 Parent(s): 7847d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -25
README.md CHANGED
@@ -1,31 +1,38 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: Row_ID
5
- dtype: int64
6
- - name: Topic
7
- dtype: string
8
- - name: Subtopic
9
- dtype: string
10
- - name: Question
11
- dtype: string
12
- - name: Answer_1
13
- dtype: string
14
- - name: Explanation_1
15
- dtype: string
16
- - name: Answer_2
17
- dtype: string
18
- - name: Explanation_2
19
- dtype: string
20
- - name: Answer_3
21
- dtype: string
22
- - name: Explanation_3
23
- dtype: string
24
- - name: Difficulty
25
- dtype: string
26
  splits:
27
- - name: train
28
- num_examples: 62941756
 
 
 
 
 
 
 
29
  ---
30
  # Chemistry Questions Dataset (62M Rows)
31
 
@@ -52,4 +59,4 @@ dataset = load_dataset("your-username/chemistry-questions-62m")
52
  ```
53
 
54
  ## Size
55
- - Uncompressed: ~7.55GB
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: Row_ID
5
+ dtype: int64
6
+ - name: Topic
7
+ dtype: string
8
+ - name: Subtopic
9
+ dtype: string
10
+ - name: Question
11
+ dtype: string
12
+ - name: Answer_1
13
+ dtype: string
14
+ - name: Explanation_1
15
+ dtype: string
16
+ - name: Answer_2
17
+ dtype: string
18
+ - name: Explanation_2
19
+ dtype: string
20
+ - name: Answer_3
21
+ dtype: string
22
+ - name: Explanation_3
23
+ dtype: string
24
+ - name: Difficulty
25
+ dtype: string
26
  splits:
27
+ - name: train
28
+ num_examples: 62941756
29
+ license: mit
30
+ language:
31
+ - en
32
+ tags:
33
+ - chemistry
34
+ size_categories:
35
+ - 10M<n<100M
36
  ---
37
  # Chemistry Questions Dataset (62M Rows)
38
 
 
59
  ```
60
 
61
  ## Size
62
+ - Uncompressed: ~7.55GB