Instructions to use boleshirish/Marathi_DistilBert_Pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boleshirish/Marathi_DistilBert_Pretrained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="boleshirish/Marathi_DistilBert_Pretrained")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("boleshirish/Marathi_DistilBert_Pretrained") model = AutoModelForMaskedLM.from_pretrained("boleshirish/Marathi_DistilBert_Pretrained") - Notebooks
- Google Colab
- Kaggle
- Mara_DistilBert_Pretrained
- DistilBERT, a variant of BERT, was employed to pre-trained a Marathi language model from scratch using one million sentences. This compact yet powerful model utilizes a distilled version of BERT's transformer architecture
- Loss: 7.4249
- Examples
- Model description
- Intended uses & limitations
- Training and evaluation data
- Examples
- DistilBERT, a variant of BERT, was employed to pre-trained a Marathi language model from scratch using one million sentences. This compact yet powerful model utilizes a distilled version of BERT's transformer architecture
- Loss: 7.4249
Mara_DistilBert_Pretrained
DistilBERT, a variant of BERT, was employed to pre-trained a Marathi language model from scratch using one million sentences. This compact yet powerful model utilizes a distilled version of BERT's transformer architecture - Loss: 7.4249
Examples
माझं प्रिय मित्र [MASK] आहे
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Examples
माझं प्रिय मित्र [MASK] आहे
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 512
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 1
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 7.9421 | 0.84 | 1000 | 7.4249 |
Framework versions
- Transformers 4.18.0
- Pytorch 2.0.0
- Datasets 2.1.0
- Tokenizers 0.12.1
- Downloads last month
- 5