mlabonne commited on
Commit
2c6c162
1 Parent(s): 7131260

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: eval
8
+ path: data/eval-*
9
+ dataset_info:
10
+ features:
11
+ - name: Specialite
12
+ dtype: string
13
+ - name: Serie
14
+ dtype: int64
15
+ - name: Question
16
+ dtype: int64
17
+ - name: N_Question
18
+ dtype: int64
19
+ - name: Answer
20
+ dtype: string
21
+ - name: instruction
22
+ dtype: string
23
+ - name: output
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 4461556
28
+ num_examples: 3836
29
+ - name: eval
30
+ num_bytes: 166360
31
+ num_examples: 150
32
+ download_size: 2123861
33
+ dataset_size: 4627916
34
+ ---
35
+ # Dataset Card for "medical-mqca-fr"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)