# gpt-2 **Repository Path**: tipsdark/gpt-2 ## Basic Information - **Project Name**: gpt-2 - **Description**: GPT-2本地模型搭建验证 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2023-03-29 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gpt-2 encoder.py 会使用一下文件: encoder.json: 文字编码 vocab.bpe: BPE编码 超参数: hparams.json 预训练模型: checkpoint model.ckpt.data-0000-of-00001 model.ckpt.index # 存放权重 model.ckpt.meta # 存放图结构