BMO_3.5 / Credidnt
PeepDaSlan9's picture
Update Credidnt
4bdca2a verified
raw
history blame
307 Bytes
git clone https://huggingface.co/PeepDaSlan9/BMO_3.5
pip install gradio blacks-law-dictionary bouvier-dictionary
npm install -g git-lfs
from transformers import BertTokenizer, BertModel
tokenizer = BertTokenizer.from_pretrained('bert-base-uncased')
model = BertModel.from_pretrained('bert-base-uncased')