sarahmiller137
commited on
Commit
·
b3d09fe
1
Parent(s):
15f2d91
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ Note that the dataset and model may not be fully represetative or suitable for a
|
|
22 |
|
23 |
|
24 |
## How to use
|
25 |
-
Load the model from the library
|
26 |
```python
|
27 |
from transformers import AutoTokenizer, AutoModel
|
28 |
tokenizer = AutoTokenizer.from_pretrained("sarahmiller137/distilbert-base-uncased-ft-conll2003")
|
|
|
22 |
|
23 |
|
24 |
## How to use
|
25 |
+
Load the model from the library with the following checkpoints:
|
26 |
```python
|
27 |
from transformers import AutoTokenizer, AutoModel
|
28 |
tokenizer = AutoTokenizer.from_pretrained("sarahmiller137/distilbert-base-uncased-ft-conll2003")
|