kskshr commited on
Commit
bd76955
1 Parent(s): a351496

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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