jiachenl
commited on
Commit
·
05546d7
1
Parent(s):
6f2e838
update
Browse files- .gitattributes +18 -0
- cumo-mistral-7b/pft_stage/clip.bin +3 -0
- cumo-mistral-7b/pft_stage/config.json +3 -0
- cumo-mistral-7b/pft_stage/generation_config.json +3 -0
- cumo-mistral-7b/pft_stage/mm_projector.bin +3 -0
- cumo-mistral-7b/pft_stage/model-00001-of-00004.safetensors +3 -0
- cumo-mistral-7b/pft_stage/model-00002-of-00004.safetensors +3 -0
- cumo-mistral-7b/pft_stage/model-00003-of-00004.safetensors +3 -0
- cumo-mistral-7b/pft_stage/model-00004-of-00004.safetensors +3 -0
- cumo-mistral-7b/pft_stage/model.safetensors.index.json +3 -0
- cumo-mistral-7b/pft_stage/special_tokens_map.json +3 -0
- cumo-mistral-7b/pft_stage/tokenizer.model +3 -0
- cumo-mistral-7b/pft_stage/tokenizer_config.json +3 -0
- cumo-mistral-7b/pft_stage/trainer_state.json +3 -0
- cumo-mistral-7b/pft_stage/training_args.bin +3 -0
- cumo-mistral-7b/pretrain_stage/config.json +3 -0
- cumo-mistral-7b/pretrain_stage/mm_projector.bin +3 -0
- cumo-mistral-7b/pretrain_stage/trainer_state.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
cumo-mistral-7b/ filter=lfs diff=lfs merge=lfs -text
|
37 |
+
cumo-mistral-7b/pretrain_stage/config.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
cumo-mistral-7b/pretrain_stage/mm_projector.bin filter=lfs diff=lfs merge=lfs -text
|
39 |
+
cumo-mistral-7b/pretrain_stage/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
40 |
+
cumo-mistral-7b/pft_stage/clip.bin filter=lfs diff=lfs merge=lfs -text
|
41 |
+
cumo-mistral-7b/pft_stage/model-00001-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
42 |
+
cumo-mistral-7b/pft_stage/model-00004-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
43 |
+
cumo-mistral-7b/pft_stage/model-00002-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
44 |
+
cumo-mistral-7b/pft_stage/model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
|
45 |
+
cumo-mistral-7b/pft_stage/tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
|
46 |
+
cumo-mistral-7b/pft_stage/tokenizer.model filter=lfs diff=lfs merge=lfs -text
|
47 |
+
cumo-mistral-7b/pft_stage/mm_projector.bin filter=lfs diff=lfs merge=lfs -text
|
48 |
+
cumo-mistral-7b/pft_stage/trainer_state.json filter=lfs diff=lfs merge=lfs -text
|
49 |
+
cumo-mistral-7b/pft_stage/training_args.bin filter=lfs diff=lfs merge=lfs -text
|
50 |
+
cumo-mistral-7b/pft_stage/config.json filter=lfs diff=lfs merge=lfs -text
|
51 |
+
cumo-mistral-7b/pft_stage/generation_config.json filter=lfs diff=lfs merge=lfs -text
|
52 |
+
cumo-mistral-7b/pft_stage/model-00003-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
53 |
+
cumo-mistral-7b/pft_stage/special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
|
cumo-mistral-7b/pft_stage/clip.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0c536f6d2335ec267c28a14ca0583b900c45dafadc49ec9163e18a95b171735
|
3 |
+
size 1214122445
|
cumo-mistral-7b/pft_stage/config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1f12a8bbcde1a8b11a3960798599f3b0f58a6719d9984faf349d811a2e8b5a7
|
3 |
+
size 1428
|
cumo-mistral-7b/pft_stage/generation_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39d2130d0ad1e0663c1500e3e949848063444c146777aa0261a350e75b51ed7
|
3 |
+
size 132
|
cumo-mistral-7b/pft_stage/mm_projector.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:601f6a283674277bcdfdd45cd56fbc35b66d1f06b4389be94c55613582da4305
|
3 |
+
size 100698168
|
cumo-mistral-7b/pft_stage/model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4735058e4f227e59b19e65b9e7a1f63ab4ea92c4373a5992d983bdb6ebf99b04
|
3 |
+
size 4943162336
|
cumo-mistral-7b/pft_stage/model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:305e35b8fac20706ad459406dd0337628f01ab27f827309bcac0b3c56acd8882
|
3 |
+
size 4999819336
|
cumo-mistral-7b/pft_stage/model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:173b94b2b90fc94cc128a7fb6b0144287bfbdb8e588eed9e96a05863cf4778c9
|
3 |
+
size 4935787544
|
cumo-mistral-7b/pft_stage/model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f98d0422a60ff8c3a03719227862ad3ce1c35592d06e4a3b507664fbb78eb7b
|
3 |
+
size 262144128
|
cumo-mistral-7b/pft_stage/model.safetensors.index.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99f2ad44475936166ddb2e5acc85a9084505d00f518554e25c309cbc53bf91f8
|
3 |
+
size 67877
|
cumo-mistral-7b/pft_stage/special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:719833ff26ac897a3ec8ed946028a135de2a351470af59b4008744ab1f0ee9b7
|
3 |
+
size 438
|
cumo-mistral-7b/pft_stage/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
cumo-mistral-7b/pft_stage/tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b517c3b2f923eb93532c182caf3db29e4dd163fae5d907a7763e6eb1050a5b6a
|
3 |
+
size 1463
|
cumo-mistral-7b/pft_stage/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:542af3cd224008dbbde4d016e2eb501a976221a8403228d7fd2901c1881a229d
|
3 |
+
size 670425
|
cumo-mistral-7b/pft_stage/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed2d6111e888c4651eda178c974500cf98c5830726edfcce3a8ce7c9b97cbfdc
|
3 |
+
size 7608
|
cumo-mistral-7b/pretrain_stage/config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7667f6b61403d912896b2a24c78c7180ab28071865a95ccd2a6e6f18ea99d7b
|
3 |
+
size 1425
|
cumo-mistral-7b/pretrain_stage/mm_projector.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1500a3ec4530dabf54d585895ba3d74790f0b054262f54c6b5a07e58f33afde5
|
3 |
+
size 50350136
|
cumo-mistral-7b/pretrain_stage/trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dac2734bf3380f30da4b2d850d1a8564a67939fabcd064617ed92c000bbc1daf
|
3 |
+
size 263324
|