Instructions to use MeetK/bart_summarisation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MeetK/bart_summarisation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MeetK/bart_summarisation") model = AutoModelForSeq2SeqLM.from_pretrained("MeetK/bart_summarisation") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1625426996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d64c5c0cdfa0fa50dfc8448efaa8e35b72b1db09d53fad8ad23481899cd05f3
|
| 3 |
size 1625426996
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31680f1e57cd436b9101f009e58607d523362f705637a09b5568d779d6cb8100
|
| 3 |
size 4728
|