liang.zhao
commited on
Commit
·
d8c8de3
1
Parent(s):
df97605
update model and config
Browse files- .gitattributes +3 -0
- misc/chat_demo_1.gif +3 -0
- misc/chat_demo_2.gif +3 -0
- misc/chat_demo_3.gif +3 -0
- misc/preliminary_exp_gpt7b_llama_7b.png +0 -0
- misc/skywork_icon.png +0 -0
- misc/skywork_logo.jpeg +0 -0
- misc/stage1_metrics.png +0 -0
- misc/stage2_ceval.png +0 -0
- misc/training_loss.png +0 -0
- misc/wechat.jpeg +0 -0
- misc/wechat.png +0 -0
- requirements.txt +1 -2
.gitattributes
CHANGED
@@ -87,3 +87,6 @@ pytorch_model-00015-of-00053.bin filter=lfs diff=lfs merge=lfs -text
|
|
87 |
pytorch_model-00007-of-00053.bin filter=lfs diff=lfs merge=lfs -text
|
88 |
pytorch_model-00018-of-00053.bin filter=lfs diff=lfs merge=lfs -text
|
89 |
misc/*.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
87 |
pytorch_model-00007-of-00053.bin filter=lfs diff=lfs merge=lfs -text
|
88 |
pytorch_model-00018-of-00053.bin filter=lfs diff=lfs merge=lfs -text
|
89 |
misc/*.gif filter=lfs diff=lfs merge=lfs -text
|
90 |
+
misc/chat_demo_1.gif filter=lfs diff=lfs merge=lfs -text
|
91 |
+
misc/chat_demo_2.gif filter=lfs diff=lfs merge=lfs -text
|
92 |
+
misc/chat_demo_3.gif filter=lfs diff=lfs merge=lfs -text
|
misc/chat_demo_1.gif
ADDED
Git LFS Details
|
misc/chat_demo_2.gif
ADDED
Git LFS Details
|
misc/chat_demo_3.gif
ADDED
Git LFS Details
|
misc/preliminary_exp_gpt7b_llama_7b.png
ADDED
misc/skywork_icon.png
ADDED
misc/skywork_logo.jpeg
ADDED
misc/stage1_metrics.png
ADDED
misc/stage2_ceval.png
ADDED
misc/training_loss.png
ADDED
misc/wechat.jpeg
ADDED
misc/wechat.png
ADDED
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
tokenizers==0.14.0
|
2 |
transformers==4.34.0
|
3 |
-
flash_attn==2.0.4
|
4 |
torch==2.1.0
|
5 |
peft==0.5.0
|
6 |
-
|
|
|
1 |
tokenizers==0.14.0
|
2 |
transformers==4.34.0
|
|
|
3 |
torch==2.1.0
|
4 |
peft==0.5.0
|
5 |
+
datasets==2.14.1
|