Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,9 @@ Among them, **CHID (Idiom Fill in the Blank) and TNEWS (News Classification) sur
|
|
23 |
from transformers import MegatronBertConfig, MegatronBertModel
|
24 |
from transformers import BertTokenizer
|
25 |
|
26 |
-
tokenizer = BertTokenizer.from_pretrained("IDEA-CCNL/Erlangshen-
|
27 |
-
config = MegatronBertConfig.from_pretrained("IDEA-CCNL/Erlangshen-
|
28 |
-
model = MegatronBertModel.from_pretrained("IDEA-CCNL/Erlangshen-
|
29 |
|
30 |
```
|
31 |
## Scores on downstream chinese tasks (without any data augmentation)
|
|
|
23 |
from transformers import MegatronBertConfig, MegatronBertModel
|
24 |
from transformers import BertTokenizer
|
25 |
|
26 |
+
tokenizer = BertTokenizer.from_pretrained("IDEA-CCNL/Erlangshen-MegatronBert-1.3B")
|
27 |
+
config = MegatronBertConfig.from_pretrained("IDEA-CCNL/Erlangshen-MegatronBert-1.3B")
|
28 |
+
model = MegatronBertModel.from_pretrained("IDEA-CCNL/Erlangshen-MegatronBert-1.3B")
|
29 |
|
30 |
```
|
31 |
## Scores on downstream chinese tasks (without any data augmentation)
|