Instructions to use Shushant/nepaliBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shushant/nepaliBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Shushant/nepaliBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Shushant/nepaliBERT") model = AutoModelForMaskedLM.from_pretrained("Shushant/nepaliBERT") - Notebooks
- Google Colab
- Kaggle
Commit History
das 98be0c2
description added b406e6f
data description 7756f55
Shushant Pudasaini commited on
model card 8d3e10b
Shushant Pudasaini commited on
added model card c5a3afe
Shushant Pudasaini commited on
vocab updated 406dfc2
pudasainishushant commited on
models uploaded 04df6bd
pudasainishushant commited on