swtx commited on
Commit
3f1b98e
·
1 Parent(s): b69a3b8

commit from

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- language: zh
3
  ---
4
 
5
- # ERNIE-Gram-zh
6
 
7
  ## Introduction
8
 
@@ -25,6 +25,6 @@ a series of experiments have been conducted to check the accuracy of the convers
25
  ## How to use
26
  ```Python
27
  from transformers import AutoTokenizer, AutoModel
28
- tokenizer = AutoTokenizer.from_pretrained("nghuyong/ernie-gram-zh")
29
- model = AutoModel.from_pretrained("nghuyong/ernie-gram-zh")
30
  ```
 
1
  ---
2
+ language: chinese
3
  ---
4
 
5
+ # ERNIE-Gram-chinese
6
 
7
  ## Introduction
8
 
 
25
  ## How to use
26
  ```Python
27
  from transformers import AutoTokenizer, AutoModel
28
+ tokenizer = AutoTokenizer.from_pretrained("swtx/ernie-gram-chinese")
29
+ model = AutoModel.from_pretrained("swtx/ernie-gram-chinese")
30
  ```