Instructions to use bitextor/bicleaner-ai-full-en-mk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bitextor/bicleaner-ai-full-en-mk with Transformers:
# Load model directly from transformers import AutoTokenizer, XLMRBicleanerAI tokenizer = AutoTokenizer.from_pretrained("bitextor/bicleaner-ai-full-en-mk") model = XLMRBicleanerAI.from_pretrained("bitextor/bicleaner-ai-full-en-mk") - Notebooks
- Google Colab
- Kaggle
Add multilingual to the language tag
#1
by lbourdois - opened
Hi! A PR to add multilingual to the language tag to improve the referencing.
ZJaume changed pull request status to merged