weiyuyan / TextGen-master
几种GAN模型用于文本生成
☆13Updated 5 years ago
Alternatives and similar repositories for TextGen-master:
Users that are interested in TextGen-master are comparing it to the libraries listed below
- 通过char_RNN、VAE、GAN进行文本生成☆20Updated 6 years ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆19Updated 5 years ago
- seqGAN in pytorch☆38Updated 6 years ago
- 本仓主要实现并解决基于预训练bert,预训练字向量和词向量实现Bert_RCNN用于一个长文本对应对个标签的问题☆17Updated 3 years ago
- text classification with deep learning model and traditional ways☆53Updated 5 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆53Updated 4 years ago
- 非结构化商业文本信息中隐私信息识别-rank2☆22Updated 4 years ago
- ☆61Updated 4 years ago
- 对BERT模型进行fine-tuning后,在chinese_L-12_H-768_A-12模型 基础上进行训练,并以MSRA作为数据集测试☆17Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆47Updated 4 years ago
- Capsule, LSTM/GRU, CNN for text class implemented by Pytorch 胶囊网络, 循环神经网络和卷积神经网络在中文文本分类中的应用☆43Updated 6 years ago
- 双向lstm+crf 序列标注☆63Updated 5 years ago
- 用gensim和TensorFlow训练word2vec中文词向量☆11Updated 5 years ago
- 分别使用TextRank、BiLSTM和UniLM实现中文文章标题自动生成☆27Updated 4 years ago
- 中文事件抽取☆11Updated 4 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 5 years ago
- 本项目采用Keras和Keras-bert实现文本多分类任务,对BERT进行微调。☆48Updated 3 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆45Updated 6 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆76Updated 5 years ago
- 从中文文本中自动提取摘要☆45Updated last year
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆66Updated 3 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Updated 3 years ago
- 中文实体关系抽取☆12Updated 2 years ago
- NER任务SOTA模型BERT_MRC☆60Updated last year
- 本项目使用Keras实现R-BERT,在人物关系数据集上进行测试验证。☆10Updated 3 years ago
- ☆11Updated 4 years ago
- 对抗训练在NLP中的应用☆14Updated 3 years ago
- ☆42Updated last year
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26Updated 2 years ago
- 本项目采用PyTorch和transformers模块实现英语序列标注,其中对BERT进行微调。☆19Updated 4 years ago