Instructions to use Hashif/bart-samsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hashif/bart-samsum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Hashif/bart-samsum") model = AutoModelForSeq2SeqLM.from_pretrained("Hashif/bart-samsum") - Notebooks
- Google Colab
- Kaggle
Training checkpoint 2000
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 1625426996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9a9deebdd1cb30302257e2b529a426db2908f91d790791faadd86e8a010679
|
| 3 |
size 1625426996
|