Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdtu committed Feb 13, 2024
1 parent af0b173 commit 833cf80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bert-burn/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Bert-Burn Model

This project provides an example implementation for inference on the BERT family of models. The following compatible
bert-variants: `roberta-base`(**default
**)/`roberta-large`, `bert-base-uncased`/`bert-large-uncased`/`bert-base-cased`/`bert-large-cased`
bert-variants: `roberta-base`(**default**)/`roberta-large`, `bert-base-uncased`/`bert-large-uncased`/`bert-base-cased`/`bert-large-cased`
can be loaded as following. The pre-trained weights and config files are automatically downloaded
from: [HuggingFace Model hub](https://huggingface.co/FacebookAI/roberta-base/tree/main)

Expand Down

0 comments on commit 833cf80

Please sign in to comment.