Instructions to use KoichiYasuoka/deberta-small-coptic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoichiYasuoka/deberta-small-coptic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KoichiYasuoka/deberta-small-coptic")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KoichiYasuoka/deberta-small-coptic") model = AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/deberta-small-coptic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3e8086b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e0ba29c726cb5a17fe44a13ee8d9a5f7cd65eec12ed54c63505f7ab2584fddee
size 35156205
|