Instructions to use NBRZ/bert-trainer-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NBRZ/bert-trainer-8b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NBRZ/bert-trainer-8b")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NBRZ/bert-trainer-8b") model = AutoModelForMaskedLM.from_pretrained("NBRZ/bert-trainer-8b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K