Instructions to use barthfab/drugprot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barthfab/drugprot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="barthfab/drugprot")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("barthfab/drugprot") model = AutoModel.from_pretrained("barthfab/drugprot") - Notebooks
- Google Colab
- Kaggle
Fabio Barth commited on
Commit ·
0afd5fd
1
Parent(s): cc69d8f
update new pytorch_model.bin
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f001b234a788c89333cd0d3c41bf719fef1223645377b9e263e617f28955fe8f
|
| 3 |
+
size 433067437
|