Instructions to use Seznam/retromae-small-cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Seznam/retromae-small-cs with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Seznam/retromae-small-cs") model = AutoModel.from_pretrained("Seznam/retromae-small-cs") - Inference
- Notebooks
- Google Colab
- Kaggle
Add link to model's arXiv paper.
#1
by tranhd95 - opened
No description provided.
Actually, confence proceedings are already out: https://ojs.aaai.org/index.php/AAAI/article/download/30307/32315. Would you mind adding them instead of the arXiv version. I will merge it than.
Thank you!
arahusky changed pull request status to merged