KoichiYasuoka
commited on
Commit
·
6f1dd8e
1
Parent(s):
84e56ba
Reference
Browse files
README.md
CHANGED
@@ -31,3 +31,7 @@ p=[model.config.id2label[q] for q in torch.argmax(model(tokenizer.encode(s,retur
|
|
31 |
print("".join(c+"。" if q=="E" or q=="S" else c for c,q in zip(s,p)))
|
32 |
```
|
33 |
|
|
|
|
|
|
|
|
|
|
31 |
print("".join(c+"。" if q=="E" or q=="S" else c for c,q in zip(s,p)))
|
32 |
```
|
33 |
|
34 |
+
## Reference
|
35 |
+
|
36 |
+
Koichi Yasuoka: Sentence Segmentation of Classical Chinese Texts Using Transformers and BERT/RoBERTa Models, IPSJ Symposium Series, Vol.2021, No.1 (December 2021), pp.104-109.
|
37 |
+
|