Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,9 @@ You can use this model directly with a pipeline for masked language modeling:
|
|
46 |
'score': 0.030050478875637054,
|
47 |
'token': 13949,
|
48 |
'token_str': '東京'}]
|
|
|
|
|
|
|
49 |
```python
|
50 |
import zenhan
|
51 |
import Mykytea
|
|
|
46 |
'score': 0.030050478875637054,
|
47 |
'token': 13949,
|
48 |
'token_str': '東京'}]
|
49 |
+
```
|
50 |
+
|
51 |
+
Here is how to use this model to get the features of a given text in PyTorch:
|
52 |
```python
|
53 |
import zenhan
|
54 |
import Mykytea
|