0
stars
7
commits
2
repos using this model
2
linked in READMEs
Sep 6, 2023
updated
In this repository the MDZ Digital Library team (dbmdz) at the Bavarian State Library open sources French Europeana ELECTRA models π
We extracted all French texts using the language metadata attribute from the Europeana corpus.
The resulting corpus has a size of 63GB and consists of 11,052,528,456 tokens.
Based on the metadata information, texts from the 18th - 20th century are mainly included in the training corpus.
Detailed information about the data and pretraining steps can be found in this repository.
ELECTRA model weights for PyTorch and TensorFlow are available.
dbmdz/electra-base-french-europeana-cased-discriminator - model hub pagedbmdz/electra-base-french-europeana-cased-generator - model hub pageFor results on Historic NER, please refer to this repository.
With Transformers >= 2.3 our French Europeana ELECTRA model can be loaded like:
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-base-french-europeana-cased-discriminator")
model = AutoModel.from_pretrained("dbmdz/electra-base-french-europeana-cased-discriminator")
All models are available on the Huggingface model hub.
For questions about our ELECTRA models just open an issue here π€
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 our models from their S3 storage π€
0
stars
7
commits
2
repos using this model
2
linked in READMEs
Sep 6, 2023
updated
In this repository the MDZ Digital Library team (dbmdz) at the Bavarian State Library open sources French Europeana ELECTRA models π
We extracted all French texts using the language metadata attribute from the Europeana corpus.
The resulting corpus has a size of 63GB and consists of 11,052,528,456 tokens.
Based on the metadata information, texts from the 18th - 20th century are mainly included in the training corpus.
Detailed information about the data and pretraining steps can be found in this repository.
ELECTRA model weights for PyTorch and TensorFlow are available.
dbmdz/electra-base-french-europeana-cased-discriminator - model hub pagedbmdz/electra-base-french-europeana-cased-generator - model hub pageFor results on Historic NER, please refer to this repository.
With Transformers >= 2.3 our French Europeana ELECTRA model can be loaded like:
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("dbmdz/electra-base-french-europeana-cased-discriminator")
model = AutoModel.from_pretrained("dbmdz/electra-base-french-europeana-cased-discriminator")
All models are available on the Huggingface model hub.
For questions about our ELECTRA models just open an issue here π€
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 our models from their S3 storage π€