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
Commit 路
d8040c4
1
Parent(s): 9a5d0de
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (7e55235908a0362aefbdf0825a46fb0d58d0a0de)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e64457cf05846606a9cf3e9d409fa91db6e0aefe65403cb43b5b5ee6e1c728c9
|
| 3 |
+
size 430912392
|