my-llm

There are 33 repositories under my-llm topic.

  • Sentence-BERT

    Language:Python
  • pytorch-roberta

    Language:Python
  • LLMs-from-scratch

    Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step

    Language:Jupyter Notebook1
  • bertviz

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

    Language:Python1
  • 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
  • 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
  • SentenceBERT

    SentenceBERT模型复现

    Language:Rich Text Format
  • 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
  • Bert-Chinese-Text-Classification-Pytorch

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

    Language:Python
  • llms-from-scratch-cn

    仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理

    Language:Jupyter Notebook
  • External-Attention-pytorch

    🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐

    Language:Python
  • nlp-tutorial

    Natural Language Processing Tutorial for Deep Learning Researchers

    Language:Jupyter Notebook