Created
January 17, 2022 18:04
-
-
Save remi-or/453b3a5646150ec9c6a4229e28497390 to your computer and use it in GitHub Desktop.
Roberta peek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from transformers import AutoModelForMaskedLM | |
roberta = AutoModelForMaskedLM.from_pretrained("roberta-large") | |
print(roberta) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment