rkingzhong commited on
Commit
af52f26
·
verified ·
1 Parent(s): f58ed19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,7 +4,9 @@ base_model:
4
  - clue/albert_chinese_tiny
5
  ---
6
 
7
- This is a super lightweight model for identifying novel chapter names and is used to extract chapter names from novel texts.
 
 
8
 
9
  ```python
10
  from transformers import AlbertForSequenceClassification, AutoTokenizer
 
4
  - clue/albert_chinese_tiny
5
  ---
6
 
7
+ 这是一个用于识别小说章节名称的超轻量级模型,被用于从小说文本中提取章节名称。基于 albert_chinese_tiny。
8
+
9
+ 仓库: [https://github.com/kingzcheung/chapterlm](https://github.com/kingzcheung/chapterlm)
10
 
11
  ```python
12
  from transformers import AlbertForSequenceClassification, AutoTokenizer