File size: 1,374 Bytes
f28d01d 7df81a3 5111699 c2edc0b b266db5 c2edc0b b266db5 c2edc0b b266db5 c2edc0b c65f616 9e433c4 e87a2bd 9e433c4 8933331 9e433c4 eb3ccef 9e433c4 80e7637 9e433c4 80e7637 9e433c4 eb3ccef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
language:
- it
pipeline_tag: fill-mask
library_name: transformers
widget:
- example_title: "Esempio 1"
text: "Più tardi, durante la sua carriera, la gravidanza la costrinse a cancellare le sue apparizioni programmate nell'autunno del 1935. Il 29 marzo 1936 entrò in una clinica di Londra in [MASK] della nascita del suo bimbo"
- example_title: "Esempio 2"
text: "Nella stagione 2017-2018 il Karlsruhe, allenato da Alois Schwartz, [MASK] il campionato di 3. Liga al 3º posto."
- example_title: "Esempio 3"
text: "Conchita Supervía, nome alla nascita María de la Concepción Supervía Pascual (Barcellona, 8 dicembre 1895[1] – Londra, 30 marzo 1936), è [MASK] un mezzosoprano spagnolo molto famosa nel panorama operistico europeo e statunitense, attiva anche in campo concertistico"
---
**bert-tiny-ita** is an italian foundational model (based on [bert-tiny](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2)) pretrained from scratch on 20k italian Wikipedia articles and on a wide collection of italian words and dictionary definitions. It uses 512 context window size.
The project is still a work in progress, new versions will come with time.
Use it as a foundational model to be finetuned for specific italian tasks.
# Training
- epochs: 250
- lr: 1e-5
- optim: AdamW
- weight_decay: 1e-4
# Eval
- perplexity: 45 (it's a 12MB model!) |