Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,9 @@ base_model:
|
|
| 4 |
- clue/albert_chinese_tiny
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
| 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
|