Instructions to use KBLab/bart-base-swedish-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KBLab/bart-base-swedish-cased with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KBLab/bart-base-swedish-cased") model = AutoModelForSeq2SeqLM.from_pretrained("KBLab/bart-base-swedish-cased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
revert to model trained on 75 percent of original paper's updates
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 557735955
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81d4bf4bb85c0c3a643abd7a880461ee098e2a981750a7ef90bff3a3e0caffa3
|
| 3 |
size 557735955
|