ziruan's Stars
CLUEbenchmark/CLUEPretrainedModels
高质量中文预训练模型集合:最先进大模型、最快小模型、相似度专门模型
ymcui/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
huawei-noah/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
pytorch/cppdocs
PyTorch C++ API Documentation
lixingdecai/vue-toutiaohao
仿照头条号后台;基于vue2.0全家桶搭建的框架,eleme的UI组件,使用百度ueditor富文本编辑器,并对其二次开发。百度Echarts是图表进行数据展示。阿里plupload进行图片上传和视频上传。图片裁剪、模块拖拽插件等的结合使用
kanyun-inc/fairseq-gec
Source code for paper: Improving Grammatical Error Correction via Pre-Training a Copy-Augmented Architecture with Unlabeled Data
kolloldas/torchnlp
Easy to use NLP library built on PyTorch and TorchText
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
shzlw/zeu
A JavaScript library for real-time visualization
rguthrie3/DeepLearningForNLPInPytorch
An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
kmkurn/pytorch-crf
(Linear-chain) Conditional random field in PyTorch.
allenai/allennlp
An open-source NLP research library, built on PyTorch.
thunlp/OpenKE
An Open-Source Package for Knowledge Embedding (KE)
thunlp/Fast-TransX
An Efficient implementation of TransE and its extended models for Knowledge Representation Learning
geek-ai/Texygen
A text generation benchmarking platform
rockyzhengwu/FoolNLTK
A Chinese Nature Language Toolkit
zqhZY/textNN
mobile speech text classify using CNN and LSTM with pytorch.
emengd/multitask-agreement
Multi-task learning models for linguistics
pytorch/text
Models, data loaders and abstractions for language processing, powered by PyTorch
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
LiyuanLucasLiu/LM-LSTM-CRF
Empower Sequence Labeling with Task-Aware Language Model
facebookresearch/StarSpace
Learning embeddings for classification, retrieval and ranking.
taolei87/rcnn
Recurrent & convolutional neural network modules
khanrc/tf.gans-comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
ShuaiyiLiu/sent_cnn_tf
A Tensorflow implementation of DSSM (slightly modified).
airalcorn2/Deep-Semantic-Similarity-Model
My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
ryankiros/skip-thoughts
Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
atpaino/deep-text-corrector
Deep learning models trained to correct input errors in short, message-like text
dhwajraj/deep-siamese-text-similarity
Tensorflow based implementation of deep siamese LSTM network to capture phrase/sentence similarity using character/word embeddings