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