Instructions to use Malaina/mt5-large-spider with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Malaina/mt5-large-spider with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Malaina/mt5-large-spider") model = AutoModelForSeq2SeqLM.from_pretrained("Malaina/mt5-large-spider") - Notebooks
- Google Colab
- Kaggle
add config
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "mt5-large
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"d_ff": 2816,
|
| 7 |
"d_kv": 64,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "google/mt5-large",
|
| 3 |
"architectures": [
|
| 4 |
+
"MT5ForConditionalGeneration"
|
| 5 |
],
|
| 6 |
"d_ff": 2816,
|
| 7 |
"d_kv": 64,
|