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