conan1024hao
commited on
Commit
•
8d693bb
1
Parent(s):
c2dbdac
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ tokenizer = AutoTokenizer.from_pretrained("conan1024hao/cjkbert-small")
|
|
23 |
model = AutoModelForMaskedLM.from_pretrained("conan1024hao/cjkbert-small")
|
24 |
```
|
25 |
- Before you fine-tune downstream tasks, you don't need any text segmentation.
|
26 |
-
- (Though you may obtain better results if you applied morphological analysis to the data before fine-tuning
|
27 |
|
28 |
### Morphological analysis tools
|
29 |
- ZH: For Chinese, we use [LTP](https://github.com/HIT-SCIR/ltp).
|
|
|
23 |
model = AutoModelForMaskedLM.from_pretrained("conan1024hao/cjkbert-small")
|
24 |
```
|
25 |
- Before you fine-tune downstream tasks, you don't need any text segmentation.
|
26 |
+
- (Though you may obtain better results if you applied morphological analysis to the data before fine-tuning)
|
27 |
|
28 |
### Morphological analysis tools
|
29 |
- ZH: For Chinese, we use [LTP](https://github.com/HIT-SCIR/ltp).
|