Instructions to use lucazed/lernnavi_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lucazed/lernnavi_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lucazed/lernnavi_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lucazed/lernnavi_bert") model = AutoModelForMaskedLM.from_pretrained("lucazed/lernnavi_bert") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 53711fa
Luca Zunino commited on
End of training cbd6bc0
Luca Zunino commited on
Training in progress, step 2000 a9ecaf3
Luca Zunino commited on
Training in progress, step 1500 f806e17
Luca Zunino commited on
Training in progress, step 1000 f83fa90
Luca Zunino commited on
Training in progress, step 500 94ed961
Luca Zunino commited on
initial commit 1e2fc91
Luca Zunino commited on