Instructions to use billfass/my_bert_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use billfass/my_bert_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="billfass/my_bert_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("billfass/my_bert_model") model = AutoModelForMaskedLM.from_pretrained("billfass/my_bert_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
BertModel and tokenizer trained on epoch 10 6181cb1
billfass commited on
Initial commit of BertModel and tokenizer a0c115b
billfass commited on
Initial commit of BertModel and tokenizer 3afdc04
billfass commited on
Initial commit of BertModel and tokenizer e55d58e
billfass commited on
Initial commit of BertModel and tokenizer 22bd428
billfass commited on
Initial commit of BertModel and tokenizer 6239143
billfass commited on
Initial commit of BertModel and tokenizer 715c3cc
billfass commited on