amaiya / ktrain

ktrain is a Python library that makes deep learning and AI more accessible and easier to apply
Apache License 2.0
1.23k stars 269 forks source link

Support for Bert BETO #337

Closed aqp closed 3 years ago

aqp commented 3 years ago

Ktrain should document how to provide support to use other BERT models (models in other languages) like BETO bert-base-spanish-wwm-uncased

https://github.com/dccuchile/beto https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased

Regards,

amaiya commented 3 years ago

This tutorial explains how to run other models. For instance, this notebook uses the AraBERT model for Arabic.