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