Instructions to use reatt/brajj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use reatt/brajj with paddlenlp:
# ⚠️ Type of model unknown from paddlenlp.transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("reatt/brajj", from_hf_hub=True) model = AutoModel.from_pretrained("reatt/brajj", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle