Instructions to use yuyang/bart-cnndm-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuyang/bart-cnndm-augmented with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yuyang/bart-cnndm-augmented") model = AutoModelForSeq2SeqLM.from_pretrained("yuyang/bart-cnndm-augmented") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1aefcc7f73273eef9780f1e64a594a8c59c3cdb4ec9caf844cc0be3fd0ac6b44
|
| 3 |
+
size 1625427420
|