Transformers
PyTorch
Safetensors
English
t5
text2text-generation
qa
askscience
lfqa
information retrieval
text-generation-inference
Instructions to use pszemraj/t5-base-askscience with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pszemraj/t5-base-askscience with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pszemraj/t5-base-askscience") model = AutoModelForSeq2SeqLM.from_pretrained("pszemraj/t5-base-askscience") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ metrics:
|
|
| 11 |
widget:
|
| 12 |
- text: "why aren't there more planets in our solar system?"
|
| 13 |
example_title: "solar system"
|
|
|
|
|
|
|
| 14 |
|
| 15 |
inference:
|
| 16 |
parameters:
|
|
|
|
| 11 |
widget:
|
| 12 |
- text: "why aren't there more planets in our solar system?"
|
| 13 |
example_title: "solar system"
|
| 14 |
+
- text: "question: what is a probability distribution? context: I am just learning about statistics."
|
| 15 |
+
example_title: "probability distribution"
|
| 16 |
|
| 17 |
inference:
|
| 18 |
parameters:
|