# transformers-and-distillation **Repository Path**: jaycezhao/transformers-and-distillation ## Basic Information - **Project Name**: transformers-and-distillation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # transformers-and-distillation #### 介绍 基于transformers的序列数据训练和测试项目脚本,其中集成了knowladge-distillation的模型压缩代码,用于对transformers模型的压缩。 #### 依赖的库 1. pytorch>=1.7.0 2. torchvision>=0.8.1 3. numpy==1.20.1 4. pandas==1.2.4