Mardiyyah commited on
Commit
bbe474b
·
verified ·
1 Parent(s): 7f18bf1

Add chembl cellline data

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -1,43 +1,44 @@
1
  ---
2
  language: en
3
  license: mit
 
 
 
 
 
 
 
4
  dataset_info:
5
  features:
 
 
6
  - name: Sentences
7
  dtype: string
8
  - name: entities
9
  list:
10
- - name: start
11
- dtype: int64
12
  - name: end
13
  dtype: int64
14
  - name: label
15
  dtype: string
 
 
16
  - name: text
17
  dtype: string
18
-
19
  splits:
20
  - name: train
21
- num_bytes: 105545495
22
  num_examples: 368181
23
- download_size: 30780383
24
- dataset_size: 105545495
25
  configs:
26
  - config_name: default
27
  data_files:
28
  - split: train
29
  path: data/train-*
30
- task_categories:
31
- - token-classification
32
- task_ids:
33
- - named-entity-recognition
34
- pretty_name: CheMBL-CL
35
  tags:
36
  - cell-line
37
  - biomedical
38
  - ner
39
- size_categories:
40
- - 100K<n<1M
41
  ---
42
 
43
  # ChEMBL CellLine NER Data
 
1
  ---
2
  language: en
3
  license: mit
4
+ size_categories:
5
+ - 100K<n<1M
6
+ task_categories:
7
+ - token-classification
8
+ task_ids:
9
+ - named-entity-recognition
10
+ pretty_name: CheMBL-CL
11
  dataset_info:
12
  features:
13
+ - name: PMCID
14
+ dtype: string
15
  - name: Sentences
16
  dtype: string
17
  - name: entities
18
  list:
 
 
19
  - name: end
20
  dtype: int64
21
  - name: label
22
  dtype: string
23
+ - name: start
24
+ dtype: int64
25
  - name: text
26
  dtype: string
 
27
  splits:
28
  - name: train
29
+ num_bytes: 68379617
30
  num_examples: 368181
31
+ download_size: 31659466
32
+ dataset_size: 68379617
33
  configs:
34
  - config_name: default
35
  data_files:
36
  - split: train
37
  path: data/train-*
 
 
 
 
 
38
  tags:
39
  - cell-line
40
  - biomedical
41
  - ner
 
 
42
  ---
43
 
44
  # ChEMBL CellLine NER Data