Instructions to use phosseini/atomic-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phosseini/atomic-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="phosseini/atomic-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("phosseini/atomic-roberta-large") model = AutoModelForMaskedLM.from_pretrained("phosseini/atomic-roberta-large") - Notebooks
- Google Colab
- Kaggle
Upload rng_state_0.pth with git-lfs
Browse files- rng_state_0.pth +3 -0
rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84645e46ac8e86da8ea7532128cfd4e8248361a44da89586e010d847b1f50f19
|
| 3 |
+
size 13611
|