HeiMaWZ's repositories

ChatGLM-doc

The repository implements a dialogue system for chatglm3 based on document question-answering, mainly comprising three parts.

Language:PythonStargazers:0Issues:2Issues:0

GPT2-mini

This repository primarily aims to replicate GPT-2, including multi-head self-attention mechanisms, attention masking, data preprocessing, and inference. Ultimately, it achieves the effect of text generation

Language:PythonStargazers:0Issues:0Issues:0

GPT2_HF

This is a repository that implements gpt2 text generation by the transformer library, which mainly includes BertTokenizerFast and GPT2LMHeadModel, showing the ability to flexibly use tokenizer and model

Language:PythonStargazers:0Issues:2Issues:0