Commit 369a69f4 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update README.md

parent f2dc4a4f
...@@ -74,7 +74,7 @@ pip install -e . -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirro ...@@ -74,7 +74,7 @@ pip install -e . -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirro
``` ```
## 数据集 ## 数据集
使用tatsu-lab/alpaca数据集,[数据集链接](https://hf-mirror.com/datasets/tatsu-lab/alpaca), 本项目提供用于试验训练的迷你数据集,已经包含在finetune/data目录中,具体文件为alpaca_2000.parquet 使用tatsu-lab/alpaca数据集,[数据集链接](https://hf-mirror.com/datasets/tatsu-lab/alpaca), 本项目提供用于试验训练的迷你数据集,已经包含在data目录中,具体文件为alpaca_2000.parquet
## 训练 ## 训练
...@@ -123,6 +123,7 @@ python start.py ...@@ -123,6 +123,7 @@ python start.py
| GPU-A800 | 87.50 | | GPU-A800 | 87.50 |
## 应用场景
### 算法类别 ### 算法类别
...@@ -135,6 +136,8 @@ python start.py ...@@ -135,6 +136,8 @@ python start.py
### 预训练权重 ### 预训练权重
预训练权重下载中心: [hf-mirror](https://hf-mirror.com/internlm/internlm2_5-7b-chat) 预训练权重下载中心: [hf-mirror](https://hf-mirror.com/internlm/internlm2_5-7b-chat)
[快速下载通道](http://113.200.138.88:18080/aimodels/internlm1/internlm2_5-7b-chat)
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
- https://developer.hpccube.com/codes/modelzoo/internlm_2.5_pytorch - https://developer.hpccube.com/codes/modelzoo/internlm_2.5_pytorch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment