Instructions to use simran-kh/muril-cased-temp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simran-kh/muril-cased-temp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="simran-kh/muril-cased-temp")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("simran-kh/muril-cased-temp") model = AutoModel.from_pretrained("simran-kh/muril-cased-temp") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax 9c2f1d6
initial commit 59b0f05
Simran Khanuja commited on