my-dl

There are 39 repositories under my-dl topic.

  • Sentence-BERT

    Language:Python
  • pytorch-roberta

    Language:Python
  • bertviz

    BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)

    Language:Python1
  • MTBook

    《机器翻译:基础与模型》肖桐 朱靖波 著 - Machine Translation: Foundations and Models

    Language:TeX1
  • pytorch-glove-word2vec

    Implemented Glove and Word2vec by Pytorch

    Language:Python
  • pytorch_word2vec

    pytorch word2vec Four implementations : skip gram / CBOW on hierarchical softmax / negative sampling

    Language:Python
  • SentenceBERT2

    CoSENT、STS、SentenceBERT

    Language:Python
  • xlnet-Pytorch

    Simple XLNet implementation with Pytorch Wrapper

    Language:Jupyter Notebook
  • minGPT_gpt1_gpt2

    A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

    Language:Python
  • transformer_xl

    A lightweight PyTorch implementation of the Transformer-XL architecture proposed by Dai et al. (2019)

    Language:Python
  • ELMo-pytorch

    A PyTorch implementation of “Deep contextualized word representations” by Peters et al

    Language:Python
  • nlp_chinese_corpus

    大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP

  • GPT2-chitchat

    GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI**)

    Language:Python
  • transformer

    Transformer: PyTorch Implementation of "Attention Is All You Need"

    Language:Python
  • chat-ltu

    Open source implementation of InstructGPT (not finished)

    Language:Python
  • LaMDA-rlhf-pytorch

    Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT.

    Language:Python
  • Gemini

    The open source implementation of Gemini, the model that will "eclipse ChatGPT" by Google

    Language:Python
  • open-chatgpt

    The open source implementation of ChatGPT, Alpaca, Vicuna and RLHF Pipeline. 从0开始实现一个ChatGPT.

    Language:Python
  • RLHF

    Implementation of Chinese ChatGPT

    Language:Python
  • PaLM-rlhf-pytorch

    Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM

    Language:Python
  • gpt3-pytorch

    Unofficial PyTorch Implementation of OpenAI's GPT-3

    Language:Python
  • gpt-2-Pytorch

    Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation

    Language:Python
  • GPT2-Summary

    基于GPT2的中文摘要生成模型

    Language:Python
  • GPT2-NewsTitle

    Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。

    Language:Python
  • GPT-1

    Pytorch implementation of GPT-1

    Language:Python
  • albert_lstm_crf_ner

    albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)

    Language:Python
  • WordSeg

    A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .

    Language:Python
  • BERT-pytorch

    Google AI 2018 BERT pytorch implementation

    Language:Python
  • CLUENER2020

    A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.

    Language:Python
  • EasyBert

    基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等

    Language:Python
  • Build-a-deep-neural-network-DNN-using-Numpy

    不用框架使用numpy从零搭建深度神经网络(DNN)

    Language:Jupyter Notebook
  • Chinese-Text-Classification-Pytorch

    中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。

    Language:Python
  • Bert-Chinese-Text-Classification-Pytorch

    使用Bert,ERNIE,进行中文文本分类

    Language:Python