File size: 1,008 Bytes
9e8352e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: doc_id
    dtype: string
  - name: sentence
    dtype: string
  - name: spans
    list:
    - name: span_id
      dtype: int64
    - name: text
      dtype: string
    - name: start
      dtype: int64
    - name: end
      dtype: int64
    - name: token_start
      dtype: int64
    - name: token_end
      dtype: int64
  - name: rels
    list:
    - name: class
      dtype: string
    - name: spans
      sequence: int64
    - name: is_context_needed
      dtype: bool
  - name: paragraph
    dtype: string
  - name: source
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 5946054
    num_examples: 1362
  download_size: 2966437
  dataset_size: 5946054
---
# Dataset Card for "drug_combi_instruct"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)