An open API service indexing awesome lists of open source software.

https://github.com/antonio-f/bert_from_scratch

Training a BERT model from scratch.
https://github.com/antonio-f/bert_from_scratch

bert from-scratch huggingface-transformers latin oscar oscar-datasets transformers-library tutorial

Last synced: 6 months ago
JSON representation

Training a BERT model from scratch.

Awesome Lists containing this project

README

          

# BERT from scratch
Training a BERT model from scratch

This example is based on a part of the OSCAR dataset (https://oscar-corpus.com/) and the Hugging Face *transformers* library.