Instructions to use EducativeCS2023/bart-base-summarization-trained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EducativeCS2023/bart-base-summarization-trained with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("EducativeCS2023/bart-base-summarization-trained") model = AutoModelForSeq2SeqLM.from_pretrained("EducativeCS2023/bart-base-summarization-trained") - Notebooks
- Google Colab
- Kaggle
Commit ·
5cfb16e
1
Parent(s): 6c62e01
Upload BartForConditionalGeneration
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557967517
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0917d19a0a74d5b407edf81d935d6f6da3a8a5e1fb4c377f14ee6bddeed4751
|
| 3 |
size 557967517
|