Instructions to use ron-the-code/NON_DISTILBERT_Tutorial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ron-the-code/NON_DISTILBERT_Tutorial with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ron-the-code/NON_DISTILBERT_Tutorial")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ron-the-code/NON_DISTILBERT_Tutorial") model = AutoModelForQuestionAnswering.from_pretrained("ron-the-code/NON_DISTILBERT_Tutorial") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8d07886 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5777a53b3b930f288542af2c911cdc20128871f6359589f1c4b8326b982a20c4
size 435596088
|