Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phosseini authored Apr 29, 2022
1 parent 4953eaf commit 841bd81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("bert-large-cased")

atomic_model = AutoModel.from_pretrained("phosseini/atomic-bert-large")
atomic_bert_model = AutoModel.from_pretrained("phosseini/atomic-bert-large")
atomic_roberta_model = AutoModel.from_pretrained("phosseini/atomic-roberta-large")

glucose_model = AutoModel.from_pretrained("phosseini/glucose-bert-large")
```

Expand Down

0 comments on commit 841bd81

Please sign in to comment.