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