Instructions to use NIRVLab/bartede with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NIRVLab/bartede with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NIRVLab/bartede") model = AutoModelForSeq2SeqLM.from_pretrained("NIRVLab/bartede") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
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 1911406472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f34651c078332286dc0501070e1dc8a83fab0e4bcd27905e64d78139581eecf1
|
| 3 |
size 1911406472
|