Instructions to use PrathameshPawar/bart_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PrathameshPawar/bart_custom with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("PrathameshPawar/bart_custom") model = AutoModelForSeq2SeqLM.from_pretrained("PrathameshPawar/bart_custom") - Notebooks
- Google Colab
- Kaggle
Upload bart_custom.tar.gz
Browse files- bart_custom.tar.gz +3 -0
bart_custom.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:578d4852d815d3f071b38de44d4d9a4b44d1275a2483a3c5f7c6916a3f709a95
|
| 3 |
+
size 11857425892
|