Solshine commited on
Commit
170bfae
1 Parent(s): 94aeb20

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tags
5
+ dtype: string
6
+ - name: categories
7
+ dtype: string
8
+ - name: topics
9
+ dtype: string
10
+ - name: title
11
+ dtype: string
12
+ - name: es-title
13
+ dtype: string
14
+ - name: url
15
+ dtype: string
16
+ - name: es-bite
17
+ dtype: string
18
+ - name: audience
19
+ dtype: string
20
+ - name: segment
21
+ dtype: string
22
+ - name: insurance-status
23
+ dtype: string
24
+ - name: state
25
+ dtype: string
26
+ - name: condition
27
+ dtype: string
28
+ - name: autotrain_text
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 123044
33
+ num_examples: 257
34
+ download_size: 64096
35
+ dataset_size: 123044
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ ---
42
+ # Dataset Card for "autotrain-data-Medical_Terminology_Zephyr"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)