AIC-MCIT commited on
Commit
1dc355d
·
verified ·
1 Parent(s): 5beea99

Upload folder using huggingface_hub

Browse files
all_files.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ./model-00009-of-00014.safetensors
2
+ ./model-00012-of-00014.safetensors
3
+ ./model-00003-of-00014.safetensors
4
+ ./model-00004-of-00014.safetensors
5
+ ./model-00007-of-00014.safetensors
6
+ ./generation_config.json
7
+ ./model-00010-of-00014.safetensors
8
+ ./vocab.json
9
+ ./model.safetensors.index.json
10
+ ./tokenizer.json
11
+ ./model-00005-of-00014.safetensors
12
+ ./special_tokens_map.json
13
+ ./model-00014-of-00014.safetensors
14
+ ./trainer_state.json
15
+ ./model-00013-of-00014.safetensors
16
+ ./config.json
17
+ ./model-00008-of-00014.safetensors
18
+ ./training_args.bin
19
+ ./tokenizer_config.json
20
+ ./model-00011-of-00014.safetensors
21
+ ./merges.txt
22
+ ./added_tokens.json
23
+ ./chat_template.jinja
24
+ ./all_files.txt
25
+ ./model-00001-of-00014.safetensors
26
+ ./.nfs000000000184c52b00000005
27
+ ./cloud_rsync.sh
28
+ ./model-00006-of-00014.safetensors
29
+ ./model-00002-of-00014.safetensors
cloud.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rsync -avzP -e "ssh -p 4545" model-00002-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
2
+ rsync -avzP -e "ssh -p 4545" model-00003-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
3
+ rsync -avzP -e "ssh -p 4545" model-00004-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
4
+ rsync -avzP -e "ssh -p 4545" model-00005-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
5
+ rsync -avzP -e "ssh -p 4545" model-00006-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
6
+ rsync -avzP -e "ssh -p 4545" model-00007-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
7
+ rsync -avzP -e "ssh -p 4545" model-00008-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
8
+ rsync -avzP -e "ssh -p 4545" model-00009-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
9
+ rsync -avzP -e "ssh -p 4545" model-00010-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
10
+ rsync -avzP -e "ssh -p 4545" model-00011-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
11
+ rsync -avzP -e "ssh -p 4545" model-00012-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
12
+ rsync -avzP -e "ssh -p 4545" model-00013-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
13
+ rsync -avzP -e "ssh -p 4545" model-00014-of-00014.safetensors root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
14
+ wait
cloud_rsync.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ find . -type f > all_files.txt
2
+ split -n l/2 all_files.txt part_
3
+
4
+ # Run rsync for each part in background
5
+ for f in part_*; do
6
+ rsync -avzP -e "ssh -p 4545" --files-from=$f ./ root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
7
+ done
8
+ wait
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.52.4",
25
- "use_cache": true,
26
  "use_sliding_window": false,
27
  "vocab_size": 152064
28
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.52.4",
25
+ "use_cache": false,
26
  "use_sliding_window": false,
27
  "vocab_size": 152064
28
  }
model-00001-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c95cb252de841da5ae8301f8cf3fb568325ed8d6de7d72557a2a54b2f74c7e54
3
  size 4891730992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1348e2dd4172a528ea9826bfa0110682793daeb2e9411974d73945258851273
3
  size 4891730992
model-00002-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85306d2fc2dd58bbf59fa923f05a9cdd514a1aa3659efe76ebb9088ba7cddd45
3
  size 4876059352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec928c857f4177dc7fc590e7478efeae1eb0561e6c34aa38a91360839a51aac1
3
  size 4876059352
model-00003-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50b4f1d775217561221508448223ef28ad99e8c7730b8fedda6ef4636fb7f4d4
3
  size 4876059384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e32e8a8229312d870755f1be6e3ca79541a9c4d1da33f3d46830a796d7a203a8
3
  size 4876059384
model-00004-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f79d8e5ca8e60a9a062baebd810f8c41668d31995510b971918ece12685356e1
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47c4f7800820fe7ef37d85d0dd74e14bc7ac9f0c57cd4c03d377a88553979ba
3
  size 4876059416
model-00005-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1529c8075d6dd54b6d9ff325fcf27e2a02f299893ec331c957cca81603d8409e
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510e85044c67b934521989d538c9ba40fc30193f596a9f5462ced2c7022427c2
3
  size 4876059416
model-00006-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8dfe859d3f87333b5371a99c2e491a816b68b132b751a120877e19cc97c7877d
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5133b969bb0ee4d7941aeeee130cafbb41fd4c953bd1a44a79b204b994e6e9c2
3
  size 4876059416
model-00007-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f229e5b09f181b810346c124eb50684358b8fb4cf9874a3cfb4daa9170219578
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b9316d79fa70a5154c344ebeb3b5553696e3c55004b6c289a3f2c2b70f2c43
3
  size 4876059416
model-00008-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fdcde9f75f81054a2ce307a4db894c4a12426a510bfa9e973cc8e342d5f5611
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6688a3b72fef6026a3f21590b450b0a843c56408b41179c8e3cbe148eb0da80a
3
  size 4876059416
model-00009-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0e6cf4f717113bc0454fba85b77cf84a9e3a1145219c582dc6d567285c1cb6a
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009d7c3624f7edeb128d49a0ee9a261407283c1fc82f8cde1bc5d830b10937ba
3
  size 4876059416
model-00010-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:600dee8a612aeb5114984755447c2ba9f566bcb45359ef1f1e04816e4f514c4f
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e607f17b9123890ffde7629e5cb239a2f2ad4c08b7fc5702a728f717a7111d
3
  size 4876059416
model-00011-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b9ad796508fa262510c92cfa708dd214b720eddf6f65aefc070398048a157bf
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99aaed6c627fab7b819f227dd2c82464d86d0575b39eb75c9fb00138c39abb8a
3
  size 4876059416
model-00012-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03057951013d7cecfc4911cb0f825d5f967b7fd598782657eb9745975dc2c991
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5477abe19e8e3aa5b0b4a5e676cae92f171987c04ca5b81f9211c59ffa594f9
3
  size 4876059416
model-00013-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c809e2c832953fd59f4a8978e7f9c5512054b93f09919740f1001fc135780cdc
3
  size 4876059416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5f773f44f2ab485ba8eeb18676045f1c883e476d099c4c9df8e335fce231862
3
  size 4876059416
model-00014-of-00014.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd514ddcbce60c81315351ab6a0d66af6bd2e5624218589d6bd03eb4fc506dae
3
  size 2123397800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264259cef2a9cec9e3358151258d675066845719267c0dbb5de290822ebb4d53
3
  size 2123397800
tokenizer_config.json CHANGED
@@ -201,7 +201,7 @@
201
  "extra_special_tokens": {},
202
  "model_max_length": 131072,
203
  "pad_token": "<|endoftext|>",
204
- "padding_side": "left",
205
  "split_special_tokens": false,
206
  "tokenizer_class": "Qwen2Tokenizer",
207
  "unk_token": null
 
201
  "extra_special_tokens": {},
202
  "model_max_length": 131072,
203
  "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
  "split_special_tokens": false,
206
  "tokenizer_class": "Qwen2Tokenizer",
207
  "unk_token": null
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac03872c24c671908e4a442ed31dd5ba808ee72f39be2a7d3606a006954983f9
3
+ size 7800