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 3 files
Browse files- merges.txt +0 -0
- pytorch_model.bin +3 -0
- vocab.json +0 -0
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41042acafe9a3eec36cb307ede2f510e08f4bb6fc261c9807533248862daf714
|
| 3 |
+
size 199308594
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|