Instructions to use igorktech/hibial-bert-i3-mlm-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use igorktech/hibial-bert-i3-mlm-v0.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="igorktech/hibial-bert-i3-mlm-v0.1", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("igorktech/hibial-bert-i3-mlm-v0.1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 197 Bytes
5d5b9cd | 1 2 3 4 5 6 7 8 | {
"epoch": 0.31,
"train_loss": 3.758148254394531,
"train_runtime": 13724.031,
"train_samples": 4129855,
"train_samples_per_second": 93.267,
"train_steps_per_second": 0.364
} |