# transformers_expand **Repository Path**: fjklqq/transformers_expand ## Basic Information - **Project Name**: transformers_expand - **Description**: 基于transformers(Hugging Face)拓展的常用任务集合与模型集合 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-20 - **Last Updated**: 2023-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # transformers_expand 基于`transformers`拓展的常用任务集合与模型集合 * 整体结构继承自`transformers` * **基于`Pytorch`构建,目前定义的所有模型及Trainer只能基于`Pytorch`运行** ## 安装 未上传至PyPi, 需要从git安装 ```bash # From GitHub pip install git+https://github.com/casuallyName/transformers_expand.git ``` ```bash # From Gitee pip install git+https://gitee.com/casuallyName/transformers_expand.git ``` ## 使用 * 使用文档:[点击查看](https://github.com/casuallyName/transformers_expand/tree/master/docs) * Examples: [点击查看](https://github.com/casuallyName/transformers_expand/tree/master/examples)