Instructions to use Suppi123/T5-Base-Text-Style-Transfer-Using-Examples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Suppi123/T5-Base-Text-Style-Transfer-Using-Examples with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Suppi123/T5-Base-Text-Style-Transfer-Using-Examples") model = AutoModelForSeq2SeqLM.from_pretrained("Suppi123/T5-Base-Text-Style-Transfer-Using-Examples") - Notebooks
- Google Colab
- Kaggle
Commit ·
9dda2f9
1
Parent(s): 0c44b21
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (d4cfe4a95de43225759485c37a515a7f0f6c9a17)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4dfedbc05c960e6e0418f72040117d812ea4727c1fe9f8163a22d5c3920bb03
|
| 3 |
+
size 891644712
|