Token Classification
Transformers
PyTorch
English
deberta-v2
NER
token classification
information extraction
question answering
Instructions to use knowledgator/UTC-DeBERTa-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knowledgator/UTC-DeBERTa-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="knowledgator/UTC-DeBERTa-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("knowledgator/UTC-DeBERTa-large") model = AutoModelForTokenClassification.from_pretrained("knowledgator/UTC-DeBERTa-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ce0ca72 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5201cd4fdc96e19cd4aca3dddf4c92c4afb497d43434f27f3d3ccacf7582d1b6
size 1736196909
|