Instructions to use lukecarlate/BERT_CM_Num with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lukecarlate/BERT_CM_Num with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lukecarlate/BERT_CM_Num")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lukecarlate/BERT_CM_Num") model = AutoModelForMaskedLM.from_pretrained("lukecarlate/BERT_CM_Num") - Notebooks
- Google Colab
- Kaggle
Commit History
Add more files 039f403
lukecarlate commited on
initial commit 8715443
JAEHEON KIM commited on