Instructions to use mariopeng/phoneT5large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mariopeng/phoneT5large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mariopeng/phoneT5large") model = AutoModelForSeq2SeqLM.from_pretrained("mariopeng/phoneT5large") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
| 54 |
}
|
| 55 |
},
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
-
"transformers_version": "4.
|
| 58 |
"use_cache": true,
|
| 59 |
"vocab_size": 32185
|
| 60 |
}
|
|
|
|
| 54 |
}
|
| 55 |
},
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
+
"transformers_version": "4.24.0",
|
| 58 |
"use_cache": true,
|
| 59 |
"vocab_size": 32185
|
| 60 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2951071175
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84f8e996b4c13610bd572de14138e1fca518abe44b8ec9c71eed89f4a7d6139d
|
| 3 |
size 2951071175
|