Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use machinelearningzuu/lesson-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use machinelearningzuu/lesson-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("machinelearningzuu/lesson-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("machinelearningzuu/lesson-summarization") - Notebooks
- Google Colab
- Kaggle
Commit ·
751982d
1
Parent(s): 50e5d69
Training in progress, step 400
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242071641
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d80319503cacff11e50330c27563e455981214b6995794cb42b1f9662f3b5539
|
| 3 |
size 242071641
|
runs/Aug16_07-24-49_LAPTOP-5QD1OBBG/events.out.tfevents.1692151132.LAPTOP-5QD1OBBG.19004.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bf31c0f2a5366fee644ba3707b2c3ba07a6684d408e22a85de0e5f262bf691e
|
| 3 |
+
size 5839
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9026653b8aa4b2e755c015bd5449d86e572ddeebac99e4662b63413d43dc7733
|
| 3 |
size 4091
|