rntc commited on
Commit
2ac3827
·
verified ·
1 Parent(s): 9d78989

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: article_id
7
+ dtype: string
8
+ - name: path
9
+ dtype: string
10
+ - name: section_title
11
+ dtype: string
12
+ - name: educational_score
13
+ dtype: float64
14
+ - name: domain
15
+ dtype: string
16
+ - name: document_type
17
+ dtype: string
18
+ - name: domain_scores
19
+ sequence: float64
20
+ - name: document_type_scores
21
+ sequence: float64
22
+ - name: text
23
+ dtype: string
24
+ - name: article_url
25
+ dtype: string
26
+ - name: license_type
27
+ dtype: string
28
+ - name: license_url
29
+ dtype: string
30
+ - name: language
31
+ dtype: string
32
+ - name: language_score
33
+ dtype: float64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 817338
37
+ num_examples: 1000
38
+ download_size: 332340
39
+ dataset_size: 817338
40
+ ---
41
+ # Dataset Card for "biomed-augment-fr-debug"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)