Commit 7063f244 authored by bailuo's avatar bailuo
Browse files

add SCNet and icon

parent 81a090ed
Pipeline #1335 failed with stage
...@@ -58,10 +58,11 @@ pip install -r requirements.txt -i http://pypi.tuna.tsinghua.edu.cn/simple --t ...@@ -58,10 +58,11 @@ pip install -r requirements.txt -i http://pypi.tuna.tsinghua.edu.cn/simple --t
`oscar-1GB` `oscar-1GB`
- https://huggingface.co/bigscience/misc-test-data/resolve/main/stas/oscar-1GB.jsonl.xz - https://huggingface.co/bigscience/misc-test-data/resolve/main/stas/oscar-1GB.jsonl.xz
- 或者通过[SCNet](http://113.200.138.88:18080/aidatasets/project-dependency/oscar-1gb/-/raw/master/oscar-1GB.jsonl.xz)下载
``` ```
#下载数据集 #下载数据集
wget https://huggingface.co/bigscience/misc-test-data/resolve/main/stas/oscar-1GB.jsonl.xz # wget https://huggingface.co/bigscience/misc-test-data/resolve/main/stas/oscar-1GB.jsonl.xz
wget http://113.200.138.88:18080/aidatasets/project-dependency/oscar-1gb/-/raw/master/oscar-1GB.jsonl.xz
#下载vocab文件 #下载vocab文件
wget https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-vocab.json wget https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-vocab.json
wget https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-merges.txt wget https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-merges.txt
......
icon.png

62.1 KB

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