my-llm
There are 33 repositories under my-llm topic.
LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
bertviz
BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)
xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
minGPT_gpt1_gpt2
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
transformer_xl
A lightweight PyTorch implementation of the Transformer-XL architecture proposed by Dai et al. (2019)
nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
GPT2-chitchat
GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI**)
transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"
chat-ltu
Open source implementation of InstructGPT (not finished)
LaMDA-rlhf-pytorch
Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT.
Gemini
The open source implementation of Gemini, the model that will "eclipse ChatGPT" by Google
open-chatgpt
The open source implementation of ChatGPT, Alpaca, Vicuna and RLHF Pipeline. 从0开始实现一个ChatGPT.
RLHF
Implementation of Chinese ChatGPT
PaLM-rlhf-pytorch
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
gpt3-pytorch
Unofficial PyTorch Implementation of OpenAI's GPT-3
gpt-2-Pytorch
Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
GPT2-Summary
基于GPT2的中文摘要生成模型
GPT2-NewsTitle
Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。
GPT-1
Pytorch implementation of GPT-1
SentenceBERT
SentenceBERT模型复现
albert_lstm_crf_ner
albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)
WordSeg
A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .
BERT-pytorch
Google AI 2018 BERT pytorch implementation
CLUENER2020
A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.
EasyBert
基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等
Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
llms-from-scratch-cn
仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers