Here are
18 public repositories
matching this topic...
Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.
Updated
Jun 28, 2021
Python
自然语言处理、知识图谱、对话系统三大技术研究与应用。
Awesome Pretrained Chinese NLP Models,高质量中文预训练模型集合
TensorFlow code and pre-trained models for BERT and ERNIE
Updated
Jun 5, 2019
Python
CLUE baseline pytorch CLUE的pytorch版本基线
Updated
Apr 3, 2020
Python
This repo contains a PyTorch implementation of a pretrained ERNIE model for text classification.
Updated
May 31, 2019
Python
基于tensorflow1.x的预训练模型调用,支持单机多卡、梯度累积,XLA加速,混合精度。可灵活训练、验证、预测。
Updated
Aug 16, 2021
Python
AiSpace: Better practices for deep learning model development and deployment For Tensorflow 2.0
Updated
Aug 25, 2021
Python
Efficient binary encoding for your data (based on Erlang's External Terms Format)
Pre-trained ERNIE models could be loaded with Keras for feature extraction and prediction.
Updated
Mar 15, 2020
Python
A clean and themeable visual update for Foundry VTT. Discord: Ernie#4453 or Ernie on the Foundry channel.
a mindspore implementation of emotion detection model based on ERNIE.
Updated
Feb 25, 2021
Python
百度PaddleHub-ERNIE微调中文情感分析(文本分类)
Updated
Jul 6, 2021
Python
Updated
Aug 31, 2021
Python
中文医学NLP:Fine-tuning ERNIE for Chest Abnormal Imaging Signs Extraction
Updated
Dec 2, 2020
Python
Updated
Jul 17, 2020
Python
本篇基于paddle高级api的千言情感分析比赛。
Updated
Jun 24, 2021
Jupyter Notebook
Improve this page
Add a description, image, and links to the
ernie
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ernie
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
欢迎您反馈PaddleNLP使用问题,非常感谢您对PaddleNLP的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
1)PaddleNLP和PaddlePaddle版本:请提供您的PaddleNLP和PaddlePaddle版本号,例如PaddleNLP 2.0.4,PaddlePaddle2.1.1
2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本
paddle版本2.0.8 paddlenlp版本2.1.0
建议,能否在paddlenlp文档中,整理列出各个模型的tokenizer是基于什么类别的based,如bert tokenizer是word piece的,xlnet tokenizer是sentence piece的,以及对应的输入输出样例