Views
No views yet
| Model Name | Language | Model Structure |
|---|---|---|
| skep-ernie2-bert-large | English | Layer:24, Hidden:1024, Heads:24 |
1from transformers import AutoTokenizer, AutoModel
2tokenizer = AutoTokenizer.from_pretrained("Yaxin/ernie_2.0_skep_large_en")
3model = AutoModel.from_pretrained("Yaxin/ernie_2.0_skep_large_en")1@article{tian2020skep,
2 title={SKEP: Sentiment knowledge enhanced pre-training for sentiment analysis},
3 author={Tian, Hao and Gao, Can and Xiao, Xinyan and Liu, Hao and He, Bolei and Wu, Hua and Wang, Haifeng and Wu, Feng},
4 journal={arXiv preprint arXiv:2005.05635},
5 year={2020}
6}
7reference:
https://github.com/nghuyong/ERNIE-Pytorch