Instructions to use fgaim/t5-small-squad-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fgaim/t5-small-squad-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("fgaim/t5-small-squad-v2") model = AutoModelForSeq2SeqLM.from_pretrained("fgaim/t5-small-squad-v2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
- text2text-generation
|
| 9 |
widget:
|
| 10 |
- text: "question: What is the atomic number for oxygen? context: Oxygen is a chemical element with symbol O and atomic number 8."
|
|
|
|
| 11 |
|
| 12 |
license: apache-2.0
|
| 13 |
---
|
|
|
|
| 8 |
- text2text-generation
|
| 9 |
widget:
|
| 10 |
- text: "question: What is the atomic number for oxygen? context: Oxygen is a chemical element with symbol O and atomic number 8."
|
| 11 |
+
- text: "question: What is the chemical symbol of Oxygen? context: Oxygen is a chemical element with symbol O and atomic number 8."
|
| 12 |
|
| 13 |
license: apache-2.0
|
| 14 |
---
|