Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,76 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- biology
|
7 |
+
- protein structure
|
8 |
+
- token classification
|
9 |
+
model-index:
|
10 |
+
- name: BiomedNLP-PubMedBERT-ProteinStructure-NER-v1.2
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: NER
|
14 |
+
type: token-classification
|
15 |
+
metrics:
|
16 |
+
- name: NER Precision
|
17 |
+
type: precision
|
18 |
+
value: 0.87
|
19 |
+
- name: NER Recall
|
20 |
+
type: recall
|
21 |
+
value: 0.89
|
22 |
+
- name: NER F Score
|
23 |
+
type: f_score
|
24 |
+
value: 0.88
|
25 |
---
|
26 |
+
|
27 |
+
|
28 |
+
| Feature | Description |
|
29 |
+
| --- | --- |
|
30 |
+
| **Name** | `BiomedNLP-PubMedBERT-ProteinStructure-NER-v1.2` |
|
31 |
+
| **Default Pipeline** | `transformer`, `ner` |
|
32 |
+
| **Components** | `transformer`, `ner` |
|
33 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
34 |
+
| **Sources** | n/a |
|
35 |
+
| **License** | n/a |
|
36 |
+
| **Author** | [Melanie Vollmar]() |
|
37 |
+
|
38 |
+
### Label Scheme
|
39 |
+
|
40 |
+
<details>
|
41 |
+
|
42 |
+
<summary>View label scheme (19 labels for 1 components)</summary>
|
43 |
+
|
44 |
+
| Component | Labels |
|
45 |
+
| --- | --- |
|
46 |
+
| **`ner`** | "chemical", "complex_assembly", "evidence", "experimental_method", "gene", "mutant", "oligomeric_state", "protein", "protein_state", "protein_type", "ptm", "residue_name", "residue_name_number", "residue_number", "residue_range", "site", "species", "structure_element", "taxonomy_domain" |
|
47 |
+
|
48 |
+
</details>
|
49 |
+
|
50 |
+
### Scores for entity types
|
51 |
+
| entity type | precision | recall | F1 | sample number|
|
52 |
+
| --- | --- | --- | --- | --- |
|
53 |
+
| "chemical" | 0.84 | 0.90 | 0.87 | 194 |
|
54 |
+
| "complex_assembly" | 0.85 | 0.76 | 0.80 | 51 |
|
55 |
+
| "evidence" | 0.74 | 0.76 | 0.75 | 106 |
|
56 |
+
| "experimental_method" | 0.77 | 0.75 | 0.76 | 116 |
|
57 |
+
| "gene" | 0.86 | 0.92 | 0.89 | 74 |
|
58 |
+
| "mutant" | 0.83 | 0.92 | 0.88 | 258 |
|
59 |
+
| "oligomeric_state" | 0.94 | 1.00 | 0.97 | 15 |
|
60 |
+
| "protein" | 0.91 | 0.93 | 0.92 | 463 |
|
61 |
+
| "protein_state" | 0.80 | 0.83 | 0.81 | 191 |
|
62 |
+
| "protein_type" | 0.85 | 0.84 | 0.84 | 166 |
|
63 |
+
| "ptm" | 0.88 | 0.76 | 0.81 | 29 |
|
64 |
+
| "residue_name" | 0.86 | 0.95 | 0.91 | 22 |
|
65 |
+
| "residue_name_number" | 0.99 | 0.99 | 0.99 | 341 |
|
66 |
+
| "residue_number" | 1.00 | 1.00 | 1.00 | 13 |
|
67 |
+
| "residue_range" | 1.00 | 0.80 | 0.89 | 10 |
|
68 |
+
| "site" | 0.83 | 0.82 | 0.82 | 99 |
|
69 |
+
| "species" | 0.96 | 0.98 | 0.97 | 44 |
|
70 |
+
| "structure_element" | 0.88 | 0.86 | 0.87 | 319 |
|
71 |
+
| "taxonomy_domain" | 0.95 | 0.97 | 0.96 | 79 |
|
72 |
+
|
73 |
+
|
74 |
+
### Data and annotations
|
75 |
+
|
76 |
+
The dataset can be found here: https://huggingface.co/datasets/PDBEurope/protein_structure_NER_model_v1.2
|