File size: 532 Bytes
2324326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': infectious-diseases
          '1': mental-health
          '2': nutrition
          '3': cancer
          '4': hypertension
          '5': obesity
          '6': heart-disease
          '7': diabetes
  splits:
  - name: train
    num_bytes: 0
    num_examples: 0
  download_size: 1009
  dataset_size: 0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---