Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
phosseini committed Mar 9, 2022
2 parents 83121a5 + 9f540cf commit 04103d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ from transformers import AutoTokenizer, AutoModel

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

model = AutoModel.from_pretrained("phosseini/atomic-bert-v1")
atomic_model = AutoModel.from_pretrained("phosseini/atomic-bert-large")
glucose_model = AutoModel.from_pretrained("phosseini/glucose-bert-large")
```

## Fine-tuning
Expand Down

0 comments on commit 04103d4

Please sign in to comment.