KoichiYasuoka
commited on
Commit
•
6fcb7f7
1
Parent(s):
086a9b9
不入虎穴不得虎子
Browse files
README.md
CHANGED
@@ -27,4 +27,5 @@ This is a Qwen1.5 model pre-trained on Classical Chinese texts for POS-tagging,
|
|
27 |
```py
|
28 |
from transformers import pipeline
|
29 |
nlp=pipeline("upos","KoichiYasuoka/Xunzi-Qwen1.5-4B-upos",trust_remote_code=True,aggregation_strategy="simple")
|
|
|
30 |
```
|
|
|
27 |
```py
|
28 |
from transformers import pipeline
|
29 |
nlp=pipeline("upos","KoichiYasuoka/Xunzi-Qwen1.5-4B-upos",trust_remote_code=True,aggregation_strategy="simple")
|
30 |
+
print(nlp("不入虎穴不得虎子"))
|
31 |
```
|