Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,15 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
```
|