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
File size: 129 Bytes
04df6bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:608d06ba67ba6e1bb4ba0aba3e36b12b3f473d335dd1f8e5d8f5a98843fcbc27
size 2799
|