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
Commit ·
0d1a5de
1
Parent(s): 8afa8ad
clean config
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/home/patrick/t5/t5-v1_1-xxl",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"T5ForConditionalGeneration"
|
| 4 |
],
|