Instructions to use flax-community/roberta-base-mr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/roberta-base-mr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="flax-community/roberta-base-mr")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("flax-community/roberta-base-mr") model = AutoModelForMaskedLM.from_pretrained("flax-community/roberta-base-mr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
10e3560
1
Parent(s): eb8f8e0
Best model flax + pytorch converted
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:f84da6fceb9936906a58eafe7ef1ceb4e7f94978a833b73bd88f0f0bb2c67b50
|
| 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 498858859
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60b91f9fe23630bd2c75cb1247853b5ff809ae5456e2c25eb1faf8f220ca1e80
|
| 3 |
size 498858859
|