Transformers
PyTorch
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use buianh0803/Text_Summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use buianh0803/Text_Summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("buianh0803/Text_Summarization") model = AutoModelForSeq2SeqLM.from_pretrained("buianh0803/Text_Summarization") - Notebooks
- Google Colab
- Kaggle
Commit ·
2098dea
1
Parent(s): 84ae4bf
Training in progress, step 35500
Browse files- pytorch_model.bin +1 -1
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:9dd9a0a751b99bd80d86ab0c1cf7b40a713954314b9d614eb6e4df5345b7206f
|
| 3 |
size 242071641
|