avi10 commited on
Commit
bcdac6c
·
verified ·
1 Parent(s): 8e69f46

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tags
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: entities
11
+ struct:
12
+ - name: allergy_name
13
+ dtype: string
14
+ - name: cancer
15
+ dtype: string
16
+ - name: chronic_disease
17
+ dtype: string
18
+ - name: treatment
19
+ dtype: string
20
+ - name: ner_tags
21
+ sequence: int64
22
+ - name: tokens
23
+ sequence: string
24
+ - name: __index_level_0__
25
+ dtype: float64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 2160753.3778558876
29
+ num_examples: 4608
30
+ - name: test
31
+ num_bytes: 1854518
32
+ num_examples: 4019
33
+ - name: validation
34
+ num_bytes: 240552.62214411248
35
+ num_examples: 513
36
+ download_size: 1515862
37
+ dataset_size: 4255824.0
38
+ ---
39
+ # Dataset Card for "raw-dataset-T3"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)