Instructions to use google/rembert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/rembert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("google/rembert", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by lbourdois - opened
To help with the referencing of the dataset by indicating the languages included in the multilingual model, only the xx language tags are listed here because they are the only currently taken into account by HF (not the xx-XX)
Great, thanks!
patrickvonplaten changed pull request status to merged