Instructions to use arodriguezf/mmbert-binary-borrowings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arodriguezf/mmbert-binary-borrowings with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="arodriguezf/mmbert-binary-borrowings")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("arodriguezf/mmbert-binary-borrowings") model = AutoModelForTokenClassification.from_pretrained("arodriguezf/mmbert-binary-borrowings", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8dee3e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:aed3558d6f9d5903210f98359fe3e802546d9722e3a671cac045cedb59c4719b
size 34363453
|