Instructions to use activebus/BERT_Review with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use activebus/BERT_Review with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="activebus/BERT_Review")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("activebus/BERT_Review") model = AutoModelForMaskedLM.from_pretrained("activebus/BERT_Review", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
648a4b5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c2bfac188d74394575890d5d5918741ae2bc4525e88f6417e764557391783042
size 534356632
|