Skip to content

Commit

Permalink
docs: init publish model
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 31, 2023
1 parent 66cf6d5 commit 0407bb6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,21 @@ MODEL_PATH="/openbayes/input/input0/"
- 详细的 Notebook 见:[code/finetune/finetune.ipynb](code/finetune/finetune.ipynb)
- 微调参数,详细见:[Trainer](https://huggingface.co/docs/transformers/v4.36.1/zh/main_classes/trainer)
### 发布模型
发布到 [Huggingface](https://huggingface.co/docs/hub/repositories-getting-started)
先配置 lfs:`git lfs install`
```
git init .
git lfs track "*.safetensors"
git add .
git commit -m "First model version"
git push
```
## 步骤 3:围绕意图的数据工程与模型演进
![Unit Tools Workflow](https://unitmesh.cc/uniteval/overview.png)
Expand Down

0 comments on commit 0407bb6

Please sign in to comment.