Instructions to use Visar/roberta_oscar_al with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Visar/roberta_oscar_al with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Visar/roberta_oscar_al")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Visar/roberta_oscar_al") model = AutoModelForMaskedLM.from_pretrained("Visar/roberta_oscar_al") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cb2452a4c284053ee6a816dcf8a8ca12ac27617f9eea849e272965392798a09
|
| 3 |
+
size 267968128
|