zekun-li commited on
Commit
4482204
1 Parent(s): 4ea2c35

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -92,7 +92,9 @@ To use this model, please refer to the code below.
92
 
93
  * **Option 1:** Load weights to a BERT model (Same procedure as the demo on the right side panel)
94
 
95
- ```import torch
 
 
96
  from transformers import AutoModelForTokenClassification, AutoTokenizer
97
 
98
 
 
92
 
93
  * **Option 1:** Load weights to a BERT model (Same procedure as the demo on the right side panel)
94
 
95
+ ```python
96
+
97
+ import torch
98
  from transformers import AutoModelForTokenClassification, AutoTokenizer
99
 
100