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