Instructions to use voidful/bart_base_cnndm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voidful/bart_base_cnndm with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("voidful/bart_base_cnndm") model = AutoModelForSeq2SeqLM.from_pretrained("voidful/bart_base_cnndm") - Notebooks
- Google Colab
- Kaggle
update model
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ae23267678a672edf3b26833447300d1d829cf22405f6e9cb9a8fc600a70805
|
| 3 |
+
size 712397895
|