Instructions to use ProdicusII/ZeroShotBioNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProdicusII/ZeroShotBioNER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ProdicusII/ZeroShotBioNER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ProdicusII/ZeroShotBioNER") model = AutoModelForTokenClassification.from_pretrained("ProdicusII/ZeroShotBioNER") - Notebooks
- Google Colab
- Kaggle
Kozmeticke promene
#7
by nikolamilosevic - opened
README.md
CHANGED
|
@@ -69,7 +69,8 @@ The following datasets and entities were used for training and therefore they ca
|
|
| 69 |
* Chemical Entity
|
| 70 |
* Cell Line
|
| 71 |
* Organism Taxon
|
| 72 |
-
* CDR
|
|
|
|
| 73 |
* Chemical
|
| 74 |
* CHEMDNER
|
| 75 |
* Chemical
|
|
|
|
| 69 |
* Chemical Entity
|
| 70 |
* Cell Line
|
| 71 |
* Organism Taxon
|
| 72 |
+
* CDR
|
| 73 |
+
* Disease
|
| 74 |
* Chemical
|
| 75 |
* CHEMDNER
|
| 76 |
* Chemical
|