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