Instructions to use CyrexPro/bart-base-finetuned-cnn_dailymail with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CyrexPro/bart-base-finetuned-cnn_dailymail with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CyrexPro/bart-base-finetuned-cnn_dailymail") model = AutoModelForSeq2SeqLM.from_pretrained("CyrexPro/bart-base-finetuned-cnn_dailymail", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5500
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 557912620
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df555d8b00aaf87e363d2a98cd8b428bd4949ce0e8c2b21125b8b040c142e7b3
|
| 3 |
size 557912620
|