KoichiYasuoka
commited on
Commit
•
cd6899e
1
Parent(s):
67a74d3
Reference
Browse files
README.md
CHANGED
@@ -29,3 +29,7 @@ from transformers import pipeline
|
|
29 |
nlp=pipeline("upos","KoichiYasuoka/Xunzi-Qwen1.5-7B-upos",trust_remote_code=True,aggregation_strategy="simple")
|
30 |
print(nlp("不入虎穴不得虎子"))
|
31 |
```
|
|
|
|
|
|
|
|
|
|
29 |
nlp=pipeline("upos","KoichiYasuoka/Xunzi-Qwen1.5-7B-upos",trust_remote_code=True,aggregation_strategy="simple")
|
30 |
print(nlp("不入虎穴不得虎子"))
|
31 |
```
|
32 |
+
|
33 |
+
## Reference
|
34 |
+
|
35 |
+
安岡孝一: [GPT系モデルの系列ラベリングによる品詞付与](http://hdl.handle.net/2433/288964), 東洋学へのコンピュータ利用, 第38回研究セミナー (2024年7月26日), pp.3-10.
|