quincyqiang commited on
Commit
07f7f8d
·
verified ·
1 Parent(s): 2d4ccd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -2,4 +2,15 @@
2
  license: apache-2.0
3
  ---
4
 
5
- golaxy/GoGPT3-ReWriterJudge-7B
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ **GoGPT3-ReWriterJudge-7B模型**
6
+
7
+
8
+ ```bash
9
+ # Make sure git-lfs is installed (https://git-lfs.com)
10
+ git lfs install
11
+
12
+ git clone https://huggingface.co/golaxy/GoGPT3-ReWriterJudge-7B
13
+
14
+ # If you want to clone without large files - just their pointers
15
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/golaxy/GoGPT3-ReWriterJudge-7B
16
+ ```