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