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
- Xet hash:
- f6257dffd45fbb184b8dafc8f2033a12f5074be837fd1e8c859f2bf2fa6a5870
- Size of remote file:
- 3.44 kB
- SHA256:
- 0f465fe8d3ae67b306809480c9af1bb4ef0ff3e35aa6857be11332608fa2d9c0
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.