File size: 522 Bytes
b2a027e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Animal
    dtype: string
  - name: 'Unnamed: 1'
    dtype: float64
  - name: Symptom 1,Symptom 2,Symptom 3
    dtype: string
  - name: Symptom 1
    dtype: string
  - name: Symptom 2
    dtype: string
  - name: Symptom 3
    dtype: string
  - name: Disease
    dtype: string
  splits:
  - name: train
    num_bytes: 651261
    num_examples: 5000
  download_size: 53571
  dataset_size: 651261
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---