Question Answering
Transformers
PyTorch
Safetensors
bloom
Generated from Trainer
text-generation-inference
Instructions to use jasoneden/bloom560m-squad-helloworld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jasoneden/bloom560m-squad-helloworld with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="jasoneden/bloom560m-squad-helloworld")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("jasoneden/bloom560m-squad-helloworld") model = AutoModelForQuestionAnswering.from_pretrained("jasoneden/bloom560m-squad-helloworld") - Notebooks
- Google Colab
- Kaggle
Commit 路
89e92cd
1
Parent(s): f9777c6
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (532741bfb4e5c765e69965e6c373ced3c0c4a42c)
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:686852ca05bbf5d6e18a0804327af5b18d1d129369ed4dd654fc90b06b204d80
|
| 3 |
+
size 2236900656
|