Update README.md
Browse files
README.md
CHANGED
@@ -241,6 +241,7 @@ Use the code below to get started with the model. You can use this model directl
|
|
241 |
|
242 |
<details>
|
243 |
<summary> Click to expand </summary>
|
|
|
244 |
```python
|
245 |
>>> from transformers import AutoTokenizer, AutoModelForTokenClassification
|
246 |
>>> from transformers import pipeline
|
@@ -262,6 +263,7 @@ Use the code below to get started with the model. You can use this model directl
|
|
262 |
'start': 29,
|
263 |
'word': '▁Zürich'}]
|
264 |
```
|
|
|
265 |
</details>
|
266 |
|
267 |
More information needed
|
|
|
241 |
|
242 |
<details>
|
243 |
<summary> Click to expand </summary>
|
244 |
+
|
245 |
```python
|
246 |
>>> from transformers import AutoTokenizer, AutoModelForTokenClassification
|
247 |
>>> from transformers import pipeline
|
|
|
263 |
'start': 29,
|
264 |
'word': '▁Zürich'}]
|
265 |
```
|
266 |
+
|
267 |
</details>
|
268 |
|
269 |
More information needed
|