ai-modelscope
commited on
Commit
·
1b462a1
1
Parent(s):
15342ad
fix license
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
frameworks:
|
3 |
- Pytorch
|
4 |
-
license:
|
5 |
tasks:
|
6 |
- text-generation
|
7 |
|
@@ -116,4 +116,4 @@ swift sft \
|
|
116 |
| Llama3-8b-instruct | 0.7645 | 0.5089 | 0.7475 |
|
117 |
| Llama3-Chinese-8B-Instruct-Agent-v1 | 0.7577 | 0.4903 | 0.652 |
|
118 |
|
119 |
-
GSM8K英文数学能力下降了8个点左右,经过消融实验我们发现去除alpaca-en语料会导致GSM8K下降至少十个点以上。
|
|
|
1 |
---
|
2 |
frameworks:
|
3 |
- Pytorch
|
4 |
+
license: llama3
|
5 |
tasks:
|
6 |
- text-generation
|
7 |
|
|
|
116 |
| Llama3-8b-instruct | 0.7645 | 0.5089 | 0.7475 |
|
117 |
| Llama3-Chinese-8B-Instruct-Agent-v1 | 0.7577 | 0.4903 | 0.652 |
|
118 |
|
119 |
+
GSM8K英文数学能力下降了8个点左右,经过消融实验我们发现去除alpaca-en语料会导致GSM8K下降至少十个点以上。
|