Instructions to use mascIT/bert-tiny-ita with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mascIT/bert-tiny-ita with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mascIT/bert-tiny-ita")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mascIT/bert-tiny-ita") model = AutoModelForMaskedLM.from_pretrained("mascIT/bert-tiny-ita") - Notebooks
- Google Colab
- Kaggle
Commit ·
f5e9b76
1
Parent(s): e87a2bd
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (468baf3fea081dc283f04a70216bec956ad81924)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e4404590dae308ec7e7baa2f5567f7cae3931ff16f8dc54877dfdd236275886
|
| 3 |
+
size 12242336
|