Transformers
PyTorch
Safetensors
t5
text2text-generation
Generated from Trainer
email generation
email
text-generation-inference
Instructions to use postbot/flan-t5-base-kw2email-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use postbot/flan-t5-base-kw2email-v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("postbot/flan-t5-base-kw2email-v1") model = AutoModelForSeq2SeqLM.from_pretrained("postbot/flan-t5-base-kw2email-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 400
Browse files- pytorch_model.bin +1 -1
- training_args.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 990408885
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73f9ec385a7d898a08d1a47539007cff86dfbe46dcc5be6b8de9ab3b1908eb00
|
| 3 |
size 990408885
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55a6e1d27b1cfe896bd45968a61d9e31fafc0c36b4c7d8cfcd87ef06355a19e
|
| 3 |
+
size 3579
|