File size: 766 Bytes
9c349a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
---
dataset_info:
  features:
  - name: Name of Medicine
    dtype: string
  - name: Reference text
    dtype: string
  - name: Dispensing Pack Size
    dtype: string
  - name: Main Indications
    dtype: string
  - name: Dose
    dtype: string
  - name: Precaution/ Contraindication
    dtype: string
  - name: Preferred use (OPD/ IPD)
    dtype: string
  - name: Class
    dtype: string
  - name: disease
    dtype: string
  - name: Symptom
    dtype: string
  splits:
  - name: train
    num_bytes: 27757.8
    num_examples: 210
  - name: test
    num_bytes: 11896.2
    num_examples: 90
  download_size: 31596
  dataset_size: 39654.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---