pprokopidis commited on
Commit
e76811f
1 Parent(s): 8410489

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: idx
12
+ dtype: string
13
+ - name: multiple_choice_targets
14
+ sequence: string
15
+ - name: multiple_choice_scores
16
+ sequence: float64
17
+ - name: sentence
18
+ dtype: string
19
+ - name: option1
20
+ dtype: string
21
+ - name: option2
22
+ dtype: string
23
+ - name: answer
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 24192710
28
+ num_examples: 40398
29
+ - name: validation
30
+ num_bytes: 767116
31
+ num_examples: 1267
32
+ download_size: 7106087
33
+ dataset_size: 24959826
34
+ ---
35
+ # Dataset Card for "winogrande_greek"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)