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