Instructions to use Kashif786/sindhi-universal-ultimate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kashif786/sindhi-universal-ultimate with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Kashif786/sindhi-universal-ultimate") model = AutoModel.from_pretrained("Kashif786/sindhi-universal-ultimate") - Notebooks
- Google Colab
- Kaggle