Instructions to use roequitz/trained-distilbart-abs-0807 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roequitz/trained-distilbart-abs-0807 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("roequitz/trained-distilbart-abs-0807") model = AutoModelForSeq2SeqLM.from_pretrained("roequitz/trained-distilbart-abs-0807") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1222284056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa33083fb049566a825e784535ef90c4255f51582bd00975da0bcc0aa535d696
|
| 3 |
size 1222284056
|