Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
language: zh
|
3 |
tags:
|
4 |
-
-
|
5 |
inference: False
|
6 |
---
|
7 |
|
8 |
-
# GlyceBert_pytorch
|
|
|
|
|
9 |
本项目主要自定义了tokenization_glycebert_fast.py文件中的GlyceBertTokenizerFast代码。从而可以从huggingface.co调用。
|
10 |
```python
|
11 |
pretrained_tokenizer_name = "junnyu/ChineseBERT-large"
|
|
|
1 |
---
|
2 |
language: zh
|
3 |
tags:
|
4 |
+
- glycebert
|
5 |
inference: False
|
6 |
---
|
7 |
|
8 |
+
# GlyceBert_pytorch
|
9 |
+
## https://github.com/JunnYu/GlyceBert_pytorch
|
10 |
+
|
11 |
本项目主要自定义了tokenization_glycebert_fast.py文件中的GlyceBertTokenizerFast代码。从而可以从huggingface.co调用。
|
12 |
```python
|
13 |
pretrained_tokenizer_name = "junnyu/ChineseBERT-large"
|