Instructions to use NeuML/bert-small-cord19 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NeuML/bert-small-cord19 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NeuML/bert-small-cord19")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NeuML/bert-small-cord19") model = AutoModelForMaskedLM.from_pretrained("NeuML/bert-small-cord19") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
0e8b948 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:986050113320e2abce4516e178b54345dfcf9d88723e757c111a064d41636b9d
size 953
|