Commit 446b82b0 authored by dongchy920's avatar dongchy920
Browse files

Update README.md

parent 86c9def7
...@@ -69,11 +69,14 @@ export HF_ENDPOINT=https://hf-mirror.com ...@@ -69,11 +69,14 @@ export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download aiXcoder/aixcoder-7b-base --local-dir aiXcoder/aixcoder-7b-base huggingface-cli download --resume-download aiXcoder/aixcoder-7b-base --local-dir aiXcoder/aixcoder-7b-base
``` ```
## 数据集 ## 数据集
微调数据集:[bigcode/the-stack-smol](bigcode/the-stack-smol) 微调数据集:[bigcode/the-stack-smol](https://huggingface.co/datasets/bigcode/the-stack-smol)
可以通过huggingface-cli下载,下载命令: 可以通过huggingface-cli下载,下载命令:
``` ```
huggingface-cli download --repo-type dataset --resume-download bigcode/the-stack-smol --local-dir bigcode/the-stack-smol huggingface-cli download --repo-type dataset --resume-download bigcode/the-stack-smol --local-dir bigcode/the-stack-smol
``` ```
百度网盘下载链接:
通过网盘分享的文件:bigcode.zip
链接: https://pan.baidu.com/s/1R2_UQMSfiTou7ckpzGhSRQ?pwd=1234 提取码: 1234
## 训练 ## 训练
``` ```
# 注意: # 注意:
......
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