Fill-Mask
Transformers
Safetensors
Bengali
distilbert
bengali
bangla
bnlm-c
bangla-small-model
bengali-efficient-model
bnlm
bluge
bengali-nlp
bnlp
low-resource
masked-language-modeling
pretrained
language-model
Instructions to use nahid-hub/BnLM-C-66m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nahid-hub/BnLM-C-66m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nahid-hub/BnLM-C-66m")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nahid-hub/BnLM-C-66m") model = AutoModelForMaskedLM.from_pretrained("nahid-hub/BnLM-C-66m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ model-index:
|
|
| 28 |
|
| 29 |
# BnLM-C: Bangla Language Model (66M)
|
| 30 |
|
| 31 |
-
**BnLM-C** is a 66M-parameter Bangla-specific pretrained language model, one of three models in the **BnLM** suite (**B**e**n**gali **L**anguage **M**odel) introduced alongside the **BLUGE** benchmark and **B-CORE** pretraining corpus. BnLM models are pretrained from scratch on Bangla text using the Masked Language Modeling (MLM) objective, and are designed for efficient, low-resource NLP without relying on large multilingual models. BnLM-C is the most compact variant in the suite, built for deployment under tighter compute and latency constraints.
|
| 32 |
|
| 33 |
See the [BLUGE collection](https://huggingface.co/collections/nahid-hub/bluge) for the full release — evaluation tasks, pretraining corpus, tokenizers, and all three BnLM variants (BnLM-F, BnLM-M, BnLM-C).
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
# BnLM-C: Bangla Language Model (66M)
|
| 30 |
|
| 31 |
+
**BnLM-C** is a 66M-parameter Bangla-specific pretrained language model, one of three models in the **BnLM** suite (**B**e**n**gali **L**anguage **M**odel) introduced alongside the **BLUGE** benchmark and **B-CORE** pretraining corpus. BnLM-F is among the smallest Bangla language models available, while ranking among the most accurate and computationally efficient — delivering state-of-the-art results at a fraction of the size and compute of multilingual alternatives. BnLM models are pretrained from scratch on Bangla text using the Masked Language Modeling (MLM) objective, and are designed for efficient, low-resource NLP without relying on large multilingual models. BnLM-C is the most compact variant in the suite, built for deployment under tighter compute and latency constraints.
|
| 32 |
|
| 33 |
See the [BLUGE collection](https://huggingface.co/collections/nahid-hub/bluge) for the full release — evaluation tasks, pretraining corpus, tokenizers, and all three BnLM variants (BnLM-F, BnLM-M, BnLM-C).
|
| 34 |
|