Instructions to use AshenR/Sinberto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AshenR/Sinberto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AshenR/Sinberto")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AshenR/Sinberto") model = AutoModelForMaskedLM.from_pretrained("AshenR/Sinberto") - Notebooks
- Google Colab
- Kaggle
Upload 7 files
Browse files- model.safetensors +1 -1
- pytorch_model.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 199276760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0da78e5636b4324cedce1c180eeb04a7a26fe214c28df6ef6ea58c0fecec4130
|
| 3 |
size 199276760
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 199308594
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7be900f8167a0f42dbc6292c2b4740855f48a2906d00c0b7cabd3b875ec66ad
|
| 3 |
size 199308594
|