Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
Safetensors
Swedish
roberta
feature-extraction
swedish
Instructions to use flax-community/swe-roberta-wiki-oscar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/swe-roberta-wiki-oscar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="flax-community/swe-roberta-wiki-oscar")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("flax-community/swe-roberta-wiki-oscar") model = AutoModel.from_pretrained("flax-community/swe-roberta-wiki-oscar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d221781
1
Parent(s): 537d0da
Updated model
Browse files- flax_model.msgpack +1 -1
- pytorch_model.bin +1 -1
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498796983
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bb39d9b51ea65618bf0450afbf1b320d047d95309d1ad1720143d2ac38e6f03
|
| 3 |
size 498796983
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498661169
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01867046baf8725902c665b4fea78353add3a864f32192c2f1bbe15b8ae625ab
|
| 3 |
size 498661169
|