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
- Xet hash:
- 20afa07079a0f31842471cde05f131f45b5d7c7d0afe2ce44029acd7014fc2a2
- Size of remote file:
- 140 MB
- SHA256:
- 7575f42e3154c0ff5e2e8726919e88c07926a626da6d1981b97be86845239edc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.