File size: 764 Bytes
2f63973
d9c2823
 
2f63973
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
---
language:
- en
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: task_output
    dtype: string
  - name: transcription
    dtype: string
  - name: description
    dtype: string
  - name: medical_specialty
    dtype: string
  - name: sample_name
    dtype: string
  - name: keywords
    dtype: string
  - name: derived_keywords
    dtype: string
  - name: transcription_length
    dtype: int64
  - name: normalized_length
    dtype: float64
  - name: complexity_score
    dtype: float64
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 7008790.0
    num_examples: 1000
  download_size: 3699262
  dataset_size: 7008790.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---