模型使用指南
AtomGit 提供了丰富的模型资源,您可以轻松地创建、搜索、下载和使用这些模型。本指南将帮助您了解如何在平台上进行模型相关操作。
模型创建
创建新模型
- 登录您的 AtomGit 账号
- 点击右上角"+" > "新建模型"
- 填写模型基本信息:
- 模型ID
- 模型名称
- 选择LICENSE模板
- 选择是否公开
- 选择LICENSE模板:
- PyTorchCreative Commons Attribution Non Commercial 3.0
- Creative Commons Attribution Non Commercial No IDerivatives 3.0
- Creative Commons Attribution Non Commercial Share Alike 2.0
- Creative Commons Attribution Non Commercial Share Alike 3.0
- H Research License
- Open Model, Data & Weights License Agreement
- Unknown
- 点击"创建模型"完成

模型配置文件
每个模型都需要一个 model-config.yaml 配置文件,示例如下:
model-name: my-awesome-model
version: 1.0.0
framework: pytorch
task: image-classification
dependencies:
- torch>=2.0.0
- transformers>=4.30.0