Instructions to use flax-community/ft5-base-openwebtext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/ft5-base-openwebtext with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("flax-community/ft5-base-openwebtext", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Set use_tpu_fourier_optimizations
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -53,6 +53,6 @@
|
|
| 53 |
},
|
| 54 |
"transformers_version": "4.9.0.dev0",
|
| 55 |
"use_cache": true,
|
| 56 |
-
"use_tpu_fourier_optimizations":
|
| 57 |
"vocab_size": 32128
|
| 58 |
}
|
|
|
|
| 53 |
},
|
| 54 |
"transformers_version": "4.9.0.dev0",
|
| 55 |
"use_cache": true,
|
| 56 |
+
"use_tpu_fourier_optimizations": true,
|
| 57 |
"vocab_size": 32128
|
| 58 |
}
|