Instructions to use bigscience/T0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bigscience/T0 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bigscience/T0") model = AutoModelForSeq2SeqLM.from_pretrained("bigscience/T0") - Notebooks
- Google Colab
- Kaggle
Victor Sanh commited on
Commit ·
ad8b3e5
1
Parent(s): 21b6e7b
fix typo
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
| 6 |
widget:
|
| 7 |
- text: "A is the son's of B's uncle. What is the family relationship between A and B?"
|
| 8 |
- text: "Reorder the words in this sentence: justin and name bieber years is my am I 27 old."
|
| 9 |
-
- text: "
|
| 10 |
- text: "How many hydrogen atoms are in a water molecule?"
|
| 11 |
- text: "Task: copy but say the opposite.\n
|
| 12 |
PSG won its match against Barca."
|
|
|
|
| 6 |
widget:
|
| 7 |
- text: "A is the son's of B's uncle. What is the family relationship between A and B?"
|
| 8 |
- text: "Reorder the words in this sentence: justin and name bieber years is my am I 27 old."
|
| 9 |
+
- text: "It's rainy today but it will stop in a few hours, when should I go for my run?"
|
| 10 |
- text: "How many hydrogen atoms are in a water molecule?"
|
| 11 |
- text: "Task: copy but say the opposite.\n
|
| 12 |
PSG won its match against Barca."
|