Transformers
PyTorch
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use erwanlc/t5-cocktails_recipe-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use erwanlc/t5-cocktails_recipe-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("erwanlc/t5-cocktails_recipe-small") model = AutoModelForSeq2SeqLM.from_pretrained("erwanlc/t5-cocktails_recipe-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891730879
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1da36a5100ad6d92acc4fe2480e405e1d37fb7ef94b3fd8fdc66767c024e3dc
|
| 3 |
size 891730879
|
runs/Jan17_10-33-07_6f0d26b2649b/1642415613.5465524/events.out.tfevents.1642415613.6f0d26b2649b.4033.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3d493a41189cf5c361e148e77fc82986a181780798717f224a75af686641e0b
|
| 3 |
+
size 4984
|
runs/Jan17_10-33-07_6f0d26b2649b/events.out.tfevents.1642415613.6f0d26b2649b.4033.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:246f30ccd5d66feb69cf87f65d4b78810cfc25a251e26a4ede415c454cf892bb
|
| 3 |
+
size 4281
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3119
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67755bd7e33b415e4a1a97830b328736e21eb97eb15957a398ec4ff7c2ccf97f
|
| 3 |
size 3119
|