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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Delete pytorch_model.bin 9c52a1c
Delete pytorch_model.bin 0d71b68
Upade pytorch_model.bin ๐ (#15) 10acd95
barthfab commited on
Delete old pytorch_model (#10) 9b0616b
barthfab commited on
Update pytorch_model.bin cc69d8f
Fabio Barth commited on
Delete old pytorch_model.bin f284968
Fabio Barth commited on
update pytorch_model.bin (#9) c0ce7c4
barthfab commited on
Delete old pytorch model bin (#8) 42e7478
barthfab commited on
upload model bin 89f589c
Fabio Barth commited on