Instructions to use debbiesoon/bart_large_summarise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use debbiesoon/bart_large_summarise with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("debbiesoon/bart_large_summarise") model = AutoModelForSeq2SeqLM.from_pretrained("debbiesoon/bart_large_summarise") - Notebooks
- Google Colab
- Kaggle
Commit ·
9914873
1
Parent(s): 1b3cb9b
End of training
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 1625533697
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7fff9d72402955b9f6d28653d17a57f5f8cce3abc876a316dedb902dfe0ee49
|
| 3 |
size 1625533697
|