Unverified Commit 8ce610bc authored by Martin Müller's avatar Martin Müller Committed by GitHub
Browse files

Update README.md (#5789)

parent 6b6d035d
...@@ -11,7 +11,7 @@ In order to achieve best results, make sure to use the same text preprocessing a ...@@ -11,7 +11,7 @@ In order to achieve best results, make sure to use the same text preprocessing a
## Example usage ## Example usage
```python ```python
tokenizer = AutoTokenizer.from_pretrained("digitalepidemiologylab/covid-twitter-bert") tokenizer = AutoTokenizer.from_pretrained("digitalepidemiologylab/covid-twitter-bert")
model = TFAutoModel.from_pretrained("digitalepidemiologylab/covid-twitter-bert") model = AutoModel.from_pretrained("digitalepidemiologylab/covid-twitter-bert")
``` ```
## References ## References
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment