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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f6a3d56 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f465fe8d3ae67b306809480c9af1bb4ef0ff3e35aa6857be11332608fa2d9c0
size 3439
|