Datasets:
ilsp
/

Modalities:
Text
Formats:
parquet
Languages:
Greek
Libraries:
Datasets
pandas
License:
pprokopidis commited on
Commit
0a64fe9
1 Parent(s): 8570deb

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
+ 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: int32
13
+ - name: inputs
14
+ dtype: string
15
+ - name: multiple_choice_targets
16
+ sequence: string
17
+ - name: multiple_choice_scores
18
+ sequence: float64
19
+ - name: subject
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 831767
24
+ num_examples: 1626
25
+ - name: validation
26
+ num_bytes: 212186
27
+ num_examples: 408
28
+ download_size: 438860
29
+ dataset_size: 1043953
30
+ ---
31
+ # Dataset Card for "medical_mcqa_greek"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)