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