junnyu commited on
Commit
b32f01d
1 Parent(s): 8c464f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
  language: zh
3
  tags:
4
- - bert
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"