mlabonne commited on
Commit
c76517d
1 Parent(s): af1b45b

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: 38207982
28
+ num_examples: 8135
29
+ - name: eval
30
+ num_bytes: 1627323
31
+ num_examples: 365
32
+ download_size: 7859789
33
+ dataset_size: 39835305
34
+ ---
35
+ # Dataset Card for "medical-cases-fr"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)