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