Upload README.md
Browse files
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 |
-
```
|
|
|
|
|
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 |
|