Fill-Mask
Transformers
Safetensors
English
roberta
mlm
small-model
academic-language
synthetic-data
resource-efficient
consumer-hardware
Instructions to use appleroll/coberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use appleroll/coberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="appleroll/coberta-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("appleroll/coberta-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Slight Upgrade
Browse files- model.safetensors +1 -1
- tokenizer.json +0 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 98041191
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e4552e39e4602a4eb4425fbbf4601c1918ce47bc244438cb58062d8cf552cc6
|
| 3 |
size 98041191
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|