Pinned Repositories
albert_pytorch
ALBERT: 缩小的BERT,但效果却比BERT好
bert_crf_sequence_annotation
基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等
chinese_extraction_mrc
基于Pytorch + BERT的抽取式机器阅读理解
chinese_word_disambiguation
中文词义消歧项目(Chinese WSD),基于LSTM + ATTENTION模型架构,Pytorch实现。代码简单,上手容易。
distributed_train_pytorch
pytorch分布式训练,支持多机多卡,单机多卡。
GPT2-Chinese
中文GPT2预训练语言模型,直接运行
sentiment
TPU + GPU,基于疫情期间网民微博评论的情感分析项目
TinyBert
简洁易用版TinyBert:基于Bert进行知识蒸馏的预训练语言模型
transformer-xl-learn
transformer-xl 简单运行代码,学习使用
two_sentences_classifier
Bert分类,语义相似度,获取句向量。
Lisennlp's Repositories
Lisennlp/TinyBert
简洁易用版TinyBert:基于Bert进行知识蒸馏的预训练语言模型
Lisennlp/two_sentences_classifier
Bert分类,语义相似度,获取句向量。
Lisennlp/bert_crf_sequence_annotation
基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等
Lisennlp/distributed_train_pytorch
pytorch分布式训练,支持多机多卡,单机多卡。
Lisennlp/chinese_extraction_mrc
基于Pytorch + BERT的抽取式机器阅读理解
Lisennlp/chinese_word_disambiguation
中文词义消歧项目(Chinese WSD),基于LSTM + ATTENTION模型架构,Pytorch实现。代码简单,上手容易。
Lisennlp/sentiment
TPU + GPU,基于疫情期间网民微博评论的情感分析项目
Lisennlp/transformer-xl-learn
transformer-xl 简单运行代码,学习使用
Lisennlp/GPT2-Chinese
中文GPT2预训练语言模型,直接运行
Lisennlp/albert_pytorch
ALBERT: 缩小的BERT,但效果却比BERT好
Lisennlp/CMedGPT
基于GPT2-Chines + 医疗数据继续预训练 + 对话数据Finetune
Lisennlp/absa_paper
Lisennlp/big_vision
Official codebase used to develop Vision Transformer, SigLIP, MLP-Mixer, LiT and more.
Lisennlp/clustering
向量PCA,TSNE降维,K-means聚类
Lisennlp/DC_DeepSC
Pytorch implementation of the DeepSC
Lisennlp/Event-Extraction
基于法律裁判文书的事件抽取及其应用,包括数据的分词、词性标注、命名实体识别、事件要素抽取和判决结果预测等内容
Lisennlp/excellent_python_usage
Lisennlp/flax
Flax is a neural network library for JAX that is designed for flexibility.
Lisennlp/flaxformer
fork from google
Lisennlp/GatedLinearRNN
Lisennlp/gpt-neox-j
基于gpt-neox修改为支持huggingface的gptj训练
Lisennlp/MaxText
TPU Multi Slice Test
Lisennlp/mesh_easy_jax
mesh_transformer_jax + easylm train llama model
Lisennlp/MetaICL
An original implementation of "MetaICL Learning to Learn In Context" by Sewon Min, Mike Lewis, Luke Zettlemoyer and Hannaneh Hajishirzi
Lisennlp/NLP-SubjectExtract-relation
小说数据预处理
Lisennlp/paxml_praxis
google paxml + praxis
Lisennlp/praxis
learn use
Lisennlp/ray-jax-tpu-pod-demos
Demos starting ray cluster on tpu pod
Lisennlp/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
Lisennlp/t5x
fork from google