Instructions to use lengocquangLAB/bart-large-lora-om with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lengocquangLAB/bart-large-lora-om with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("lengocquangLAB/bart-large-lora-om") model = AutoModelForSeq2SeqLM.from_pretrained("lengocquangLAB/bart-large-lora-om") - Notebooks
- Google Colab
- Kaggle
Upload BartForConditionalGeneration
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 1625426996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:016c1cee41beb6bd5accf79fe1dcc2469007f679a7a75a2559d261438880009a
|
| 3 |
size 1625426996
|