mrm8488 commited on
Commit
71568e9
·
1 Parent(s): e64cf4d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: gem_id
5
+ dtype: string
6
+ - name: worker_lang
7
+ dtype: string
8
+ - name: summary
9
+ dtype: string
10
+ - name: model
11
+ dtype: string
12
+ - name: question1
13
+ dtype: string
14
+ - name: question2
15
+ dtype: string
16
+ - name: question3
17
+ dtype: string
18
+ - name: question4
19
+ dtype: string
20
+ - name: question5
21
+ dtype: string
22
+ - name: question6
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 26336341
27
+ num_examples: 60980
28
+ download_size: 9335923
29
+ dataset_size: 26336341
30
+ ---
31
+ # Dataset Card for "seahorse"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)