reichenbach
commited on
Commit
•
9e8352e
1
Parent(s):
22bf687
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: doc_id
|
10 |
+
dtype: string
|
11 |
+
- name: sentence
|
12 |
+
dtype: string
|
13 |
+
- name: spans
|
14 |
+
list:
|
15 |
+
- name: span_id
|
16 |
+
dtype: int64
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
+
- name: start
|
20 |
+
dtype: int64
|
21 |
+
- name: end
|
22 |
+
dtype: int64
|
23 |
+
- name: token_start
|
24 |
+
dtype: int64
|
25 |
+
- name: token_end
|
26 |
+
dtype: int64
|
27 |
+
- name: rels
|
28 |
+
list:
|
29 |
+
- name: class
|
30 |
+
dtype: string
|
31 |
+
- name: spans
|
32 |
+
sequence: int64
|
33 |
+
- name: is_context_needed
|
34 |
+
dtype: bool
|
35 |
+
- name: paragraph
|
36 |
+
dtype: string
|
37 |
+
- name: source
|
38 |
+
dtype: string
|
39 |
+
- name: instruction
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 5946054
|
44 |
+
num_examples: 1362
|
45 |
+
download_size: 2966437
|
46 |
+
dataset_size: 5946054
|
47 |
+
---
|
48 |
+
# Dataset Card for "drug_combi_instruct"
|
49 |
+
|
50 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|