dbmdz / electra-base-italian-xxl-cased-discriminator

huggingface.co
Total runs: 6.8K
24-hour runs: 125
7-day runs: 1.3K
30-day runs: 708
Model's Last Updated: November 02 2024

Introduction of electra-base-italian-xxl-cased-discriminator

Model Details of electra-base-italian-xxl-cased-discriminator

🤗 + 📚 dbmdz BERT and ELECTRA models

In this repository the MDZ Digital Library team (dbmdz) at the Bavarian State Library open sources Italian BERT and ELECTRA models 🎉

Italian BERT

The source data for the Italian BERT model consists of a recent Wikipedia dump and various texts from the OPUS corpora collection. The final training corpus has a size of 13GB and 2,050,057,573 tokens.

For sentence splitting, we use NLTK (faster compared to spacy). Our cased and uncased models are training with an initial sequence length of 512 subwords for ~2-3M steps.

For the XXL Italian models, we use the same training data from OPUS and extend it with data from the Italian part of the OSCAR corpus . Thus, the final training corpus has a size of 81GB and 13,138,379,147 tokens.

Note: Unfortunately, a wrong vocab size was used when training the XXL models. This explains the mismatch of the "real" vocab size of 31102, compared to the vocab size specified in config.json . However, the model is working and all evaluations were done under those circumstances. See this issue for more information.

The Italian ELECTRA model was trained on the "XXL" corpus for 1M steps in total using a batch size of 128. We pretty much following the ELECTRA training procedure as used for BERTurk .

Model weights

Currently only PyTorch- Transformers compatible weights are available. If you need access to TensorFlow checkpoints, please raise an issue!

Model Downloads
dbmdz/bert-base-italian-cased config.json pytorch_model.bin vocab.txt
dbmdz/bert-base-italian-uncased config.json pytorch_model.bin vocab.txt
dbmdz/bert-base-italian-xxl-cased config.json pytorch_model.bin vocab.txt
dbmdz/bert-base-italian-xxl-uncased config.json pytorch_model.bin vocab.txt
dbmdz/electra-base-italian-xxl-cased-discriminator config.json pytorch_model.bin vocab.txt
dbmdz/electra-base-italian-xxl-cased-generator config.json pytorch_model.bin vocab.txt
Results

For results on downstream tasks like NER or PoS tagging, please refer to this repository .

Usage

With Transformers >= 2.3 our Italian BERT models can be loaded like:

from transformers import AutoModel, AutoTokenizer

model_name = "dbmdz/bert-base-italian-cased"

tokenizer = AutoTokenizer.from_pretrained(model_name)

model = AutoModel.from_pretrained(model_name)

To load the (recommended) Italian XXL BERT models, just use:

from transformers import AutoModel, AutoTokenizer

model_name = "dbmdz/bert-base-italian-xxl-cased"

tokenizer = AutoTokenizer.from_pretrained(model_name)

model = AutoModel.from_pretrained(model_name)

To load the Italian XXL ELECTRA model (discriminator), just use:

from transformers import AutoModel, AutoTokenizer

model_name = "dbmdz/electra-base-italian-xxl-cased-discriminator"

tokenizer = AutoTokenizer.from_pretrained(model_name)

model = AutoModelWithLMHead.from_pretrained(model_name)

Huggingface model hub

All models are available on the Huggingface model hub .

Contact (Bugs, Feedback, Contribution and more)

For questions about our BERT/ELECTRA models just open an issue here 🤗

Acknowledgments

Research supported with Cloud TPUs from Google's TensorFlow Research Cloud (TFRC). Thanks for providing access to the TFRC ❤️

Thanks to the generous support from the Hugging Face team, it is possible to download both cased and uncased models from their S3 storage 🤗

Runs of dbmdz electra-base-italian-xxl-cased-discriminator on huggingface.co

6.8K
Total runs
125
24-hour runs
737
3-day runs
1.3K
7-day runs
708
30-day runs

More Information About electra-base-italian-xxl-cased-discriminator huggingface.co Model

More electra-base-italian-xxl-cased-discriminator license Visit here:

https://choosealicense.com/licenses/mit

electra-base-italian-xxl-cased-discriminator huggingface.co

electra-base-italian-xxl-cased-discriminator huggingface.co is an AI model on huggingface.co that provides electra-base-italian-xxl-cased-discriminator's model effect (), which can be used instantly with this dbmdz electra-base-italian-xxl-cased-discriminator model. huggingface.co supports a free trial of the electra-base-italian-xxl-cased-discriminator model, and also provides paid use of the electra-base-italian-xxl-cased-discriminator. Support call electra-base-italian-xxl-cased-discriminator model through api, including Node.js, Python, http.

electra-base-italian-xxl-cased-discriminator huggingface.co Url

https://huggingface.co/dbmdz/electra-base-italian-xxl-cased-discriminator

dbmdz electra-base-italian-xxl-cased-discriminator online free

electra-base-italian-xxl-cased-discriminator huggingface.co is an online trial and call api platform, which integrates electra-base-italian-xxl-cased-discriminator's modeling effects, including api services, and provides a free online trial of electra-base-italian-xxl-cased-discriminator, you can try electra-base-italian-xxl-cased-discriminator online for free by clicking the link below.

dbmdz electra-base-italian-xxl-cased-discriminator online free url in huggingface.co:

https://huggingface.co/dbmdz/electra-base-italian-xxl-cased-discriminator

electra-base-italian-xxl-cased-discriminator install

electra-base-italian-xxl-cased-discriminator is an open source model from GitHub that offers a free installation service, and any user can find electra-base-italian-xxl-cased-discriminator on GitHub to install. At the same time, huggingface.co provides the effect of electra-base-italian-xxl-cased-discriminator install, users can directly use electra-base-italian-xxl-cased-discriminator installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

electra-base-italian-xxl-cased-discriminator install url in huggingface.co:

https://huggingface.co/dbmdz/electra-base-italian-xxl-cased-discriminator

Url of electra-base-italian-xxl-cased-discriminator

electra-base-italian-xxl-cased-discriminator huggingface.co Url

Provider of electra-base-italian-xxl-cased-discriminator huggingface.co

dbmdz
ORGANIZATIONS

Other API from dbmdz

huggingface.co

Total runs: 9.3K
Run Growth: 740
Growth Rate: 7.92%
Updated: December 14 2023