Link-Li / Word2Vec_pythonLinks
☆22Updated 5 years ago
Alternatives and similar repositories for Word2Vec_python
Users that are interested in Word2Vec_python are comparing it to the libraries listed below
Sorting:
- ☆135Updated 6 years ago
- TensorFlow code and pre-trained models for BERT☆58Updated 4 years ago
- bert for chinese text classification☆142Updated 6 years ago
- NLP Predtrained Embeddings, Models and Datasets Collections(NLP_PEMDC). The collection will keep updating.☆64Updated 5 years ago
- datagrand 2019 information extraction competition rank9☆130Updated 5 years ago
- some baselines for lic2020 (http://lic2020.cipsc.org.cn/)☆218Updated 5 years ago
- 天池大赛疫情文本挑战赛线上第三名方案分享☆227Updated 4 years ago
- ☆268Updated 5 years ago
- the demo for bert☆141Updated 6 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆184Updated 7 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆175Updated 6 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 模型, 模型采用BERT+CNN。DEMO地址 https://github.com/Wangpeiyi9979/InformationExtractionDem…☆187Updated 6 years ago
- 2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4☆281Updated 4 years ago
- 基于Transformers的文本分类☆340Updated 3 years ago
- BERT 源码阅读☆232Updated 5 years ago
- A Benchmark of Text Classification in PyTorch☆22Updated 7 years ago
- 2019年百度的实体链接比赛,“科学空间队”源码☆110Updated 5 years ago
- supervised relation extraction for PCNN (Zeng 2014) in pytorch 关系抽取☆138Updated 6 years ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆140Updated 4 years ago
- 使用分层注意力机制 HAN + 多任务学习 解决 AI Challenger 细粒度用户评论情感分析 。https://challenger.ai/competition/fsauor2018☆58Updated 6 years ago
- Neural models for Text Classification in Tensorflow, such as cnn, dpcnn, fasttext, bert ...☆192Updated 6 years ago
- multi-label-classification-4-event-type☆136Updated 2 years ago
- AI Challenger 2018 细粒度用户评论情感分析,排名17th,基于Aspect Level 思路的解决方案☆328Updated 6 years ago
- NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务