sarahmiller137 commited on
Commit
46282f6
1 Parent(s): b3d09fe

reword how to use

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 with the following checkpoints:
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 using the following checkpoints:
26
  ```python
27
  from transformers import AutoTokenizer, AutoModel
28
  tokenizer = AutoTokenizer.from_pretrained("sarahmiller137/distilbert-base-uncased-ft-conll2003")