Instructions to use askatasuna/psy_q_a_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use askatasuna/psy_q_a_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="askatasuna/psy_q_a_test")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("askatasuna/psy_q_a_test") model = AutoModelForQuestionAnswering.from_pretrained("askatasuna/psy_q_a_test") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:941efccf9aaf7902fd3dfb79019b97d3ef8551780a70dcd6f56664fcdefe736d
|
| 3 |
+
size 265470032
|