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