Model save
Browse files- README.md +76 -0
- added_tokens.json +24 -0
- all_results.json +9 -0
- config.json +28 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00014.safetensors +3 -0
- model-00002-of-00014.safetensors +3 -0
- model-00003-of-00014.safetensors +3 -0
- model-00004-of-00014.safetensors +3 -0
- model-00005-of-00014.safetensors +3 -0
- model-00006-of-00014.safetensors +3 -0
- model-00007-of-00014.safetensors +3 -0
- model-00008-of-00014.safetensors +3 -0
- model-00009-of-00014.safetensors +3 -0
- model-00010-of-00014.safetensors +3 -0
- model-00011-of-00014.safetensors +3 -0
- model-00012-of-00014.safetensors +3 -0
- model-00013-of-00014.safetensors +3 -0
- model-00014-of-00014.safetensors +3 -0
- model.safetensors.index.json +778 -0
- runs/Sep22_05-09-28_action-graph-trainer/events.out.tfevents.1726982737.action-graph-trainer.3360474.0 +3 -0
- runs/Sep22_06-14-42_action-graph-trainer/events.out.tfevents.1726985937.action-graph-trainer.3370934.0 +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +207 -0
- train_results.json +9 -0
- trainer_state.json +675 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2.5-32B-Instruct
|
5 |
+
tags:
|
6 |
+
- trl
|
7 |
+
- dpo
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: lambda-qwen2.5-32b-dpo-test
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# lambda-qwen2.5-32b-dpo-test
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0004
|
22 |
+
- Rewards/chosen: -10.0873
|
23 |
+
- Rewards/rejected: -25.9319
|
24 |
+
- Rewards/accuracies: 1.0
|
25 |
+
- Rewards/margins: 15.8446
|
26 |
+
- Logps/rejected: -3031.2175
|
27 |
+
- Logps/chosen: -1365.4342
|
28 |
+
- Logits/rejected: -0.2882
|
29 |
+
- Logits/chosen: -0.0014
|
30 |
+
|
31 |
+
## Model description
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Intended uses & limitations
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training and evaluation data
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training procedure
|
44 |
+
|
45 |
+
### Training hyperparameters
|
46 |
+
|
47 |
+
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 5e-07
|
49 |
+
- train_batch_size: 2
|
50 |
+
- eval_batch_size: 2
|
51 |
+
- seed: 42
|
52 |
+
- distributed_type: multi-GPU
|
53 |
+
- num_devices: 8
|
54 |
+
- gradient_accumulation_steps: 2
|
55 |
+
- total_train_batch_size: 32
|
56 |
+
- total_eval_batch_size: 16
|
57 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
+
- lr_scheduler_type: cosine
|
59 |
+
- lr_scheduler_warmup_ratio: 0.1
|
60 |
+
- num_epochs: 1
|
61 |
+
|
62 |
+
### Training results
|
63 |
+
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
|
65 |
+
|:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
|
66 |
+
| 0.0103 | 0.2618 | 100 | 0.0060 | -8.5159 | -18.7731 | 1.0 | 10.2572 | -2315.3333 | -1208.2968 | -0.5485 | -0.2481 |
|
67 |
+
| 0.0005 | 0.5236 | 200 | 0.0005 | -9.9255 | -24.9117 | 1.0 | 14.9862 | -2929.1948 | -1349.2588 | -0.3723 | -0.0661 |
|
68 |
+
| 0.0005 | 0.7853 | 300 | 0.0004 | -10.0873 | -25.9319 | 1.0 | 15.8446 | -3031.2175 | -1365.4342 | -0.2882 | -0.0014 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.4.0+cu121
|
75 |
+
- Datasets 2.19.1
|
76 |
+
- Tokenizers 0.19.1
|
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.10807222205026247,
|
5 |
+
"train_runtime": 19238.6363,
|
6 |
+
"train_samples": 12216,
|
7 |
+
"train_samples_per_second": 0.635,
|
8 |
+
"train_steps_per_second": 0.02
|
9 |
+
}
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2.5-32B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 5120,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 27648,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 70,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 40,
|
17 |
+
"num_hidden_layers": 64,
|
18 |
+
"num_key_value_heads": 8,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.44.2",
|
25 |
+
"use_cache": false,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064
|
28 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.44.2"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8367c579edb197be7015a55c437b92a527fbd1eaa9cca310d4998e06d5211318
|
3 |
+
size 4891730992
|
model-00002-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32e03b9ca65de9fb48b6e2e84aa7770032b680184bb4c51ee30272a1f14eeba2
|
3 |
+
size 4876059352
|
model-00003-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2229e0bb02d4d67fc2d624412adb71cd54a7b5be71dd799ff16390438bc8889c
|
3 |
+
size 4876059384
|
model-00004-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:961db7fe84e656580681898591e07fbd6f056934e67655a28288db4847e50d53
|
3 |
+
size 4876059416
|
model-00005-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ff67e36d624f024ea38e356fe833b33eb439f5e1e76d891de1a68fc67c4d48d
|
3 |
+
size 4876059416
|
model-00006-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76f0fccded942cf8d4d54380c94c885a03229ee85c092e53256a9e9dd0b3cc0c
|
3 |
+
size 4876059416
|
model-00007-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e438cd0fcfe8a6ac234a2c169f2234141b92384338f6f4dc44fa1a96bab5d542
|
3 |
+
size 4876059416
|
model-00008-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:590c861d2b74d19f8ba816587751a069e428ea84c7504c42549e13d8d04a433d
|
3 |
+
size 4876059416
|
model-00009-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67e347e710da217f9a1d5f99d641a056d0aca7eec4a3c17b5796ec43c7742c34
|
3 |
+
size 4876059416
|
model-00010-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acc6c3ab60f5519d15507e44c93dd83c92b53bf46b887e763a767de7c581d747
|
3 |
+
size 4876059416
|
model-00011-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9040b29aa327ae11286d5edd6e2cc87d84f96e79955b2f98f02ebe120b0b7f9
|
3 |
+
size 4876059416
|
model-00012-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcc1135323506a28002ad0e20f394c83d10abedf3987fdef2ca411298c88065a
|
3 |
+
size 4876059416
|
model-00013-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a188cd283d1c81fa5e1be4493d38f34d56fbe39acad7219a2e12d81b3c08d5fa
|
3 |
+
size 4876059416
|
model-00014-of-00014.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ebaaa5bafe80f845c9b758226b1e4bd7fbf055c6f1b82f7480131226ee377d3
|
3 |
+
size 2123397800
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,778 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 65527752704
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00014-of-00014.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00014.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00014.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00014.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00014.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00004-of-00014.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00004-of-00014.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00004-of-00014.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00014.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00014.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00014.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00014.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00014.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00005-of-00014.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00005-of-00014.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00005-of-00014.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00014.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00014.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
260 |
+
"model.layers.28.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00014.safetensors",
|
263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00006-of-00014.safetensors",
|
266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00006-of-00014.safetensors",
|
269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00006-of-00014.safetensors",
|
271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
272 |
+
"model.layers.29.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
284 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00014.safetensors",
|
287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00014.safetensors",
|
290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00014.safetensors",
|
293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00014.safetensors",
|
295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
296 |
+
"model.layers.30.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
308 |
+
"model.layers.31.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
320 |
+
"model.layers.32.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00007-of-00014.safetensors",
|
322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00007-of-00014.safetensors",
|
324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
332 |
+
"model.layers.33.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00007-of-00014.safetensors",
|
335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00007-of-00014.safetensors",
|
338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00007-of-00014.safetensors",
|
341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00007-of-00014.safetensors",
|
343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
344 |
+
"model.layers.34.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
356 |
+
"model.layers.35.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
368 |
+
"model.layers.36.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
380 |
+
"model.layers.37.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00008-of-00014.safetensors",
|
382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00008-of-00014.safetensors",
|
384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
392 |
+
"model.layers.38.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00008-of-00014.safetensors",
|
395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00008-of-00014.safetensors",
|
398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00008-of-00014.safetensors",
|
401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00008-of-00014.safetensors",
|
403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
404 |
+
"model.layers.39.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
416 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
428 |
+
"model.layers.40.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
429 |
+
"model.layers.40.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
430 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
431 |
+
"model.layers.40.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
432 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
433 |
+
"model.layers.40.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
434 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
435 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
436 |
+
"model.layers.40.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
437 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
438 |
+
"model.layers.40.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
439 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
440 |
+
"model.layers.41.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
441 |
+
"model.layers.41.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
442 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
443 |
+
"model.layers.41.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
444 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
445 |
+
"model.layers.41.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
446 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
447 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
448 |
+
"model.layers.41.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
449 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
450 |
+
"model.layers.41.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
451 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
452 |
+
"model.layers.42.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
453 |
+
"model.layers.42.mlp.down_proj.weight": "model-00009-of-00014.safetensors",
|
454 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
455 |
+
"model.layers.42.mlp.up_proj.weight": "model-00009-of-00014.safetensors",
|
456 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
457 |
+
"model.layers.42.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
458 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
459 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
460 |
+
"model.layers.42.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
461 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
462 |
+
"model.layers.42.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
463 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
464 |
+
"model.layers.43.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
465 |
+
"model.layers.43.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
466 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00009-of-00014.safetensors",
|
467 |
+
"model.layers.43.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
468 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
469 |
+
"model.layers.43.self_attn.k_proj.bias": "model-00009-of-00014.safetensors",
|
470 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
471 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
472 |
+
"model.layers.43.self_attn.q_proj.bias": "model-00009-of-00014.safetensors",
|
473 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
474 |
+
"model.layers.43.self_attn.v_proj.bias": "model-00009-of-00014.safetensors",
|
475 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
476 |
+
"model.layers.44.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
477 |
+
"model.layers.44.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
478 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
479 |
+
"model.layers.44.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
480 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
481 |
+
"model.layers.44.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
482 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
483 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
484 |
+
"model.layers.44.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
485 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
486 |
+
"model.layers.44.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
487 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
488 |
+
"model.layers.45.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
489 |
+
"model.layers.45.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
490 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
491 |
+
"model.layers.45.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
492 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
493 |
+
"model.layers.45.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
494 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
495 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
496 |
+
"model.layers.45.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
497 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
498 |
+
"model.layers.45.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
499 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
500 |
+
"model.layers.46.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
501 |
+
"model.layers.46.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
502 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
503 |
+
"model.layers.46.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
504 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
505 |
+
"model.layers.46.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
506 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
507 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
508 |
+
"model.layers.46.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
509 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
510 |
+
"model.layers.46.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
511 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
512 |
+
"model.layers.47.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
513 |
+
"model.layers.47.mlp.down_proj.weight": "model-00010-of-00014.safetensors",
|
514 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
515 |
+
"model.layers.47.mlp.up_proj.weight": "model-00010-of-00014.safetensors",
|
516 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
517 |
+
"model.layers.47.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
518 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
519 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
520 |
+
"model.layers.47.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
521 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
522 |
+
"model.layers.47.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
523 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
524 |
+
"model.layers.48.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
525 |
+
"model.layers.48.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
526 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00010-of-00014.safetensors",
|
527 |
+
"model.layers.48.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
528 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
529 |
+
"model.layers.48.self_attn.k_proj.bias": "model-00010-of-00014.safetensors",
|
530 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
531 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
532 |
+
"model.layers.48.self_attn.q_proj.bias": "model-00010-of-00014.safetensors",
|
533 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
534 |
+
"model.layers.48.self_attn.v_proj.bias": "model-00010-of-00014.safetensors",
|
535 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
536 |
+
"model.layers.49.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
537 |
+
"model.layers.49.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
538 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
539 |
+
"model.layers.49.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
540 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
541 |
+
"model.layers.49.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
542 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
543 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
544 |
+
"model.layers.49.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
545 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
546 |
+
"model.layers.49.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
547 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
548 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
549 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
550 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
551 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
552 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
553 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
554 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
555 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
556 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
557 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
558 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
559 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
560 |
+
"model.layers.50.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
561 |
+
"model.layers.50.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
562 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
563 |
+
"model.layers.50.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
564 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
565 |
+
"model.layers.50.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
566 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
567 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
568 |
+
"model.layers.50.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
569 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
570 |
+
"model.layers.50.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
571 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
572 |
+
"model.layers.51.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
573 |
+
"model.layers.51.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
574 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
575 |
+
"model.layers.51.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
576 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
577 |
+
"model.layers.51.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
578 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
579 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
580 |
+
"model.layers.51.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
581 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
582 |
+
"model.layers.51.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
583 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
584 |
+
"model.layers.52.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
585 |
+
"model.layers.52.mlp.down_proj.weight": "model-00011-of-00014.safetensors",
|
586 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
587 |
+
"model.layers.52.mlp.up_proj.weight": "model-00011-of-00014.safetensors",
|
588 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
589 |
+
"model.layers.52.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
590 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
591 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
592 |
+
"model.layers.52.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
593 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
594 |
+
"model.layers.52.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
595 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
596 |
+
"model.layers.53.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
597 |
+
"model.layers.53.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
598 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00011-of-00014.safetensors",
|
599 |
+
"model.layers.53.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
600 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
601 |
+
"model.layers.53.self_attn.k_proj.bias": "model-00011-of-00014.safetensors",
|
602 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
603 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
604 |
+
"model.layers.53.self_attn.q_proj.bias": "model-00011-of-00014.safetensors",
|
605 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
606 |
+
"model.layers.53.self_attn.v_proj.bias": "model-00011-of-00014.safetensors",
|
607 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
608 |
+
"model.layers.54.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
609 |
+
"model.layers.54.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
610 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
611 |
+
"model.layers.54.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
612 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
613 |
+
"model.layers.54.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
614 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
615 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
616 |
+
"model.layers.54.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
617 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
618 |
+
"model.layers.54.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
619 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
620 |
+
"model.layers.55.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
621 |
+
"model.layers.55.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
622 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
623 |
+
"model.layers.55.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
624 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
625 |
+
"model.layers.55.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
626 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
627 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
628 |
+
"model.layers.55.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
629 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
630 |
+
"model.layers.55.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
631 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
632 |
+
"model.layers.56.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
633 |
+
"model.layers.56.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
634 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
635 |
+
"model.layers.56.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
636 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
637 |
+
"model.layers.56.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
638 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
639 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
640 |
+
"model.layers.56.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
641 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
642 |
+
"model.layers.56.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
643 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
644 |
+
"model.layers.57.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
645 |
+
"model.layers.57.mlp.down_proj.weight": "model-00012-of-00014.safetensors",
|
646 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
647 |
+
"model.layers.57.mlp.up_proj.weight": "model-00012-of-00014.safetensors",
|
648 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
649 |
+
"model.layers.57.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
650 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
651 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
652 |
+
"model.layers.57.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
653 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
654 |
+
"model.layers.57.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
655 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
656 |
+
"model.layers.58.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
657 |
+
"model.layers.58.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
658 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00012-of-00014.safetensors",
|
659 |
+
"model.layers.58.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
660 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
661 |
+
"model.layers.58.self_attn.k_proj.bias": "model-00012-of-00014.safetensors",
|
662 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
663 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
664 |
+
"model.layers.58.self_attn.q_proj.bias": "model-00012-of-00014.safetensors",
|
665 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
666 |
+
"model.layers.58.self_attn.v_proj.bias": "model-00012-of-00014.safetensors",
|
667 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
668 |
+
"model.layers.59.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
669 |
+
"model.layers.59.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
670 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
671 |
+
"model.layers.59.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
672 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
673 |
+
"model.layers.59.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
674 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
675 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
676 |
+
"model.layers.59.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
677 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
678 |
+
"model.layers.59.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
679 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
680 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
681 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
682 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
683 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
684 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
685 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
686 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
687 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
688 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
689 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
690 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
691 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
692 |
+
"model.layers.60.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
693 |
+
"model.layers.60.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
694 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
695 |
+
"model.layers.60.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
696 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
697 |
+
"model.layers.60.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
698 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
699 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
700 |
+
"model.layers.60.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
701 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
702 |
+
"model.layers.60.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
703 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
704 |
+
"model.layers.61.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
705 |
+
"model.layers.61.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
706 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
707 |
+
"model.layers.61.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
708 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
709 |
+
"model.layers.61.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
710 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
711 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
712 |
+
"model.layers.61.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
713 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
714 |
+
"model.layers.61.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
715 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
716 |
+
"model.layers.62.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
717 |
+
"model.layers.62.mlp.down_proj.weight": "model-00013-of-00014.safetensors",
|
718 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
719 |
+
"model.layers.62.mlp.up_proj.weight": "model-00013-of-00014.safetensors",
|
720 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
721 |
+
"model.layers.62.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
722 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
723 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
724 |
+
"model.layers.62.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
725 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
726 |
+
"model.layers.62.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
727 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
728 |
+
"model.layers.63.input_layernorm.weight": "model-00014-of-00014.safetensors",
|
729 |
+
"model.layers.63.mlp.down_proj.weight": "model-00014-of-00014.safetensors",
|
730 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00013-of-00014.safetensors",
|
731 |
+
"model.layers.63.mlp.up_proj.weight": "model-00014-of-00014.safetensors",
|
732 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00014-of-00014.safetensors",
|
733 |
+
"model.layers.63.self_attn.k_proj.bias": "model-00013-of-00014.safetensors",
|
734 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
735 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
736 |
+
"model.layers.63.self_attn.q_proj.bias": "model-00013-of-00014.safetensors",
|
737 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
738 |
+
"model.layers.63.self_attn.v_proj.bias": "model-00013-of-00014.safetensors",
|
739 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
740 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
741 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00014.safetensors",
|
742 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
743 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00014.safetensors",
|
744 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
745 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
746 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
747 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
748 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
749 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
750 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
751 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
752 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
753 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
754 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00014.safetensors",
|
755 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
756 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
757 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00014.safetensors",
|
758 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
759 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
760 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00014.safetensors",
|
761 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
762 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00014.safetensors",
|
763 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
764 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
765 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00014.safetensors",
|
766 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00014.safetensors",
|
767 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00014.safetensors",
|
768 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
769 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00003-of-00014.safetensors",
|
770 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
771 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
772 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00003-of-00014.safetensors",
|
773 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
774 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00003-of-00014.safetensors",
|
775 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
776 |
+
"model.norm.weight": "model-00014-of-00014.safetensors"
|
777 |
+
}
|
778 |
+
}
|
runs/Sep22_05-09-28_action-graph-trainer/events.out.tfevents.1726982737.action-graph-trainer.3360474.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c614f9628b544302f6e13798cd8a81927b90ba74789afa2b8302648f9f2c111c
|
3 |
+
size 6250
|
runs/Sep22_06-14-42_action-graph-trainer/events.out.tfevents.1726985937.action-graph-trainer.3370934.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1ff3faf615a4ba91fc281d4f94cfff16267781841ce0cf8cc67fe85ca114bbe
|
3 |
+
size 35492
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 2048,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.10807222205026247,
|
5 |
+
"train_runtime": 19238.6363,
|
6 |
+
"train_samples": 12216,
|
7 |
+
"train_samples_per_second": 0.635,
|
8 |
+
"train_steps_per_second": 0.02
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,675 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 382,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.002617801047120419,
|
13 |
+
"grad_norm": 14.828922271728516,
|
14 |
+
"learning_rate": 1.282051282051282e-08,
|
15 |
+
"logits/chosen": -0.15906427800655365,
|
16 |
+
"logits/rejected": -0.04599519073963165,
|
17 |
+
"logps/chosen": -408.2510986328125,
|
18 |
+
"logps/rejected": -356.72650146484375,
|
19 |
+
"loss": 1.0,
|
20 |
+
"rewards/accuracies": 0.0,
|
21 |
+
"rewards/chosen": 0.0,
|
22 |
+
"rewards/margins": 0.0,
|
23 |
+
"rewards/rejected": 0.0,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.02617801047120419,
|
28 |
+
"grad_norm": 15.856895446777344,
|
29 |
+
"learning_rate": 1.2820512820512818e-07,
|
30 |
+
"logits/chosen": -0.08276861160993576,
|
31 |
+
"logits/rejected": -0.17049165070056915,
|
32 |
+
"logps/chosen": -341.0987548828125,
|
33 |
+
"logps/rejected": -424.1305847167969,
|
34 |
+
"loss": 0.9991,
|
35 |
+
"rewards/accuracies": 0.5555555820465088,
|
36 |
+
"rewards/chosen": -0.005943425931036472,
|
37 |
+
"rewards/margins": 0.0022654342465102673,
|
38 |
+
"rewards/rejected": -0.008208859711885452,
|
39 |
+
"step": 10
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.05235602094240838,
|
43 |
+
"grad_norm": 16.610092163085938,
|
44 |
+
"learning_rate": 2.5641025641025636e-07,
|
45 |
+
"logits/chosen": 0.06369045376777649,
|
46 |
+
"logits/rejected": -0.07681196928024292,
|
47 |
+
"logps/chosen": -361.9441223144531,
|
48 |
+
"logps/rejected": -487.20599365234375,
|
49 |
+
"loss": 0.9757,
|
50 |
+
"rewards/accuracies": 0.675000011920929,
|
51 |
+
"rewards/chosen": -0.08942320197820663,
|
52 |
+
"rewards/margins": 0.009710567072033882,
|
53 |
+
"rewards/rejected": -0.09913377463817596,
|
54 |
+
"step": 20
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.07853403141361257,
|
58 |
+
"grad_norm": 12.981971740722656,
|
59 |
+
"learning_rate": 3.8461538461538463e-07,
|
60 |
+
"logits/chosen": -0.18306311964988708,
|
61 |
+
"logits/rejected": -0.23825812339782715,
|
62 |
+
"logps/chosen": -380.07354736328125,
|
63 |
+
"logps/rejected": -465.6441955566406,
|
64 |
+
"loss": 0.8446,
|
65 |
+
"rewards/accuracies": 0.824999988079071,
|
66 |
+
"rewards/chosen": -0.5708522796630859,
|
67 |
+
"rewards/margins": 0.034991003572940826,
|
68 |
+
"rewards/rejected": -0.6058432459831238,
|
69 |
+
"step": 30
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.10471204188481675,
|
73 |
+
"grad_norm": 6.047976493835449,
|
74 |
+
"learning_rate": 4.999895137916554e-07,
|
75 |
+
"logits/chosen": 0.013444331474602222,
|
76 |
+
"logits/rejected": -0.1891317516565323,
|
77 |
+
"logps/chosen": -594.7208251953125,
|
78 |
+
"logps/rejected": -738.9493408203125,
|
79 |
+
"loss": 0.5694,
|
80 |
+
"rewards/accuracies": 0.875,
|
81 |
+
"rewards/chosen": -2.218451499938965,
|
82 |
+
"rewards/margins": 0.33880680799484253,
|
83 |
+
"rewards/rejected": -2.5572586059570312,
|
84 |
+
"step": 40
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 0.13089005235602094,
|
88 |
+
"grad_norm": 6.041112899780273,
|
89 |
+
"learning_rate": 4.987322328603843e-07,
|
90 |
+
"logits/chosen": -0.16668561100959778,
|
91 |
+
"logits/rejected": -0.44701632857322693,
|
92 |
+
"logps/chosen": -848.8206176757812,
|
93 |
+
"logps/rejected": -1040.04345703125,
|
94 |
+
"loss": 0.347,
|
95 |
+
"rewards/accuracies": 0.925000011920929,
|
96 |
+
"rewards/chosen": -4.788802623748779,
|
97 |
+
"rewards/margins": 0.8872026205062866,
|
98 |
+
"rewards/rejected": -5.6760053634643555,
|
99 |
+
"step": 50
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.15706806282722513,
|
103 |
+
"grad_norm": 4.1997599601745605,
|
104 |
+
"learning_rate": 4.953897892477663e-07,
|
105 |
+
"logits/chosen": -0.2997971177101135,
|
106 |
+
"logits/rejected": -0.4985489845275879,
|
107 |
+
"logps/chosen": -1093.91552734375,
|
108 |
+
"logps/rejected": -1338.5384521484375,
|
109 |
+
"loss": 0.1998,
|
110 |
+
"rewards/accuracies": 0.925000011920929,
|
111 |
+
"rewards/chosen": -7.2311601638793945,
|
112 |
+
"rewards/margins": 1.946942925453186,
|
113 |
+
"rewards/rejected": -9.178102493286133,
|
114 |
+
"step": 60
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.18324607329842932,
|
118 |
+
"grad_norm": 4.049875736236572,
|
119 |
+
"learning_rate": 4.899902032011388e-07,
|
120 |
+
"logits/chosen": -0.3460548520088196,
|
121 |
+
"logits/rejected": -0.7166688442230225,
|
122 |
+
"logps/chosen": -1084.109619140625,
|
123 |
+
"logps/rejected": -1593.41357421875,
|
124 |
+
"loss": 0.0898,
|
125 |
+
"rewards/accuracies": 1.0,
|
126 |
+
"rewards/chosen": -7.536008358001709,
|
127 |
+
"rewards/margins": 4.000422954559326,
|
128 |
+
"rewards/rejected": -11.536432266235352,
|
129 |
+
"step": 70
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.2094240837696335,
|
133 |
+
"grad_norm": 1.4245041608810425,
|
134 |
+
"learning_rate": 4.825787403267712e-07,
|
135 |
+
"logits/chosen": -0.2860843539237976,
|
136 |
+
"logits/rejected": -0.6564221382141113,
|
137 |
+
"logps/chosen": -1109.26953125,
|
138 |
+
"logps/rejected": -1771.4761962890625,
|
139 |
+
"loss": 0.0397,
|
140 |
+
"rewards/accuracies": 1.0,
|
141 |
+
"rewards/chosen": -7.528865814208984,
|
142 |
+
"rewards/margins": 5.633866310119629,
|
143 |
+
"rewards/rejected": -13.16273307800293,
|
144 |
+
"step": 80
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.2356020942408377,
|
148 |
+
"grad_norm": 2.5607237815856934,
|
149 |
+
"learning_rate": 4.732175321209399e-07,
|
150 |
+
"logits/chosen": -0.2063232958316803,
|
151 |
+
"logits/rejected": -0.4774075150489807,
|
152 |
+
"logps/chosen": -1142.3992919921875,
|
153 |
+
"logps/rejected": -1939.1448974609375,
|
154 |
+
"loss": 0.0213,
|
155 |
+
"rewards/accuracies": 0.9750000238418579,
|
156 |
+
"rewards/chosen": -8.23434829711914,
|
157 |
+
"rewards/margins": 7.064591884613037,
|
158 |
+
"rewards/rejected": -15.298940658569336,
|
159 |
+
"step": 90
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.2617801047120419,
|
163 |
+
"grad_norm": 2.854067087173462,
|
164 |
+
"learning_rate": 4.619850551115105e-07,
|
165 |
+
"logits/chosen": -0.2572333812713623,
|
166 |
+
"logits/rejected": -0.5195943117141724,
|
167 |
+
"logps/chosen": -1152.82666015625,
|
168 |
+
"logps/rejected": -2074.894287109375,
|
169 |
+
"loss": 0.0103,
|
170 |
+
"rewards/accuracies": 1.0,
|
171 |
+
"rewards/chosen": -8.202000617980957,
|
172 |
+
"rewards/margins": 8.496599197387695,
|
173 |
+
"rewards/rejected": -16.698598861694336,
|
174 |
+
"step": 100
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"epoch": 0.2617801047120419,
|
178 |
+
"eval_logits/chosen": -0.2481275349855423,
|
179 |
+
"eval_logits/rejected": -0.5485113859176636,
|
180 |
+
"eval_logps/chosen": -1208.2967529296875,
|
181 |
+
"eval_logps/rejected": -2315.333251953125,
|
182 |
+
"eval_loss": 0.005963556934148073,
|
183 |
+
"eval_rewards/accuracies": 1.0,
|
184 |
+
"eval_rewards/chosen": -8.515900611877441,
|
185 |
+
"eval_rewards/margins": 10.257165908813477,
|
186 |
+
"eval_rewards/rejected": -18.7730655670166,
|
187 |
+
"eval_runtime": 108.0217,
|
188 |
+
"eval_samples_per_second": 5.953,
|
189 |
+
"eval_steps_per_second": 0.38,
|
190 |
+
"step": 100
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.2879581151832461,
|
194 |
+
"grad_norm": 0.14180447161197662,
|
195 |
+
"learning_rate": 4.4897547297646633e-07,
|
196 |
+
"logits/chosen": -0.16943633556365967,
|
197 |
+
"logits/rejected": -0.5389738082885742,
|
198 |
+
"logps/chosen": -1219.428466796875,
|
199 |
+
"logps/rejected": -2504.55322265625,
|
200 |
+
"loss": 0.0065,
|
201 |
+
"rewards/accuracies": 1.0,
|
202 |
+
"rewards/chosen": -8.39463996887207,
|
203 |
+
"rewards/margins": 11.927027702331543,
|
204 |
+
"rewards/rejected": -20.321666717529297,
|
205 |
+
"step": 110
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.31413612565445026,
|
209 |
+
"grad_norm": 0.12577557563781738,
|
210 |
+
"learning_rate": 4.3429784715451177e-07,
|
211 |
+
"logits/chosen": -0.18040022253990173,
|
212 |
+
"logits/rejected": -0.4654816687107086,
|
213 |
+
"logps/chosen": -1176.073974609375,
|
214 |
+
"logps/rejected": -2363.3984375,
|
215 |
+
"loss": 0.0066,
|
216 |
+
"rewards/accuracies": 1.0,
|
217 |
+
"rewards/chosen": -8.234708786010742,
|
218 |
+
"rewards/margins": 11.230855941772461,
|
219 |
+
"rewards/rejected": -19.46556282043457,
|
220 |
+
"step": 120
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.3403141361256545,
|
224 |
+
"grad_norm": 0.21279406547546387,
|
225 |
+
"learning_rate": 4.180752225653292e-07,
|
226 |
+
"logits/chosen": -0.13908787071704865,
|
227 |
+
"logits/rejected": -0.4511902928352356,
|
228 |
+
"logps/chosen": -1190.518310546875,
|
229 |
+
"logps/rejected": -2524.310791015625,
|
230 |
+
"loss": 0.0025,
|
231 |
+
"rewards/accuracies": 1.0,
|
232 |
+
"rewards/chosen": -8.432780265808105,
|
233 |
+
"rewards/margins": 12.333601951599121,
|
234 |
+
"rewards/rejected": -20.766382217407227,
|
235 |
+
"step": 130
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.36649214659685864,
|
239 |
+
"grad_norm": 0.023909807205200195,
|
240 |
+
"learning_rate": 4.00443596104045e-07,
|
241 |
+
"logits/chosen": -0.050680726766586304,
|
242 |
+
"logits/rejected": -0.36426204442977905,
|
243 |
+
"logps/chosen": -1247.6243896484375,
|
244 |
+
"logps/rejected": -2628.51611328125,
|
245 |
+
"loss": 0.0012,
|
246 |
+
"rewards/accuracies": 1.0,
|
247 |
+
"rewards/chosen": -8.81135368347168,
|
248 |
+
"rewards/margins": 12.927001953125,
|
249 |
+
"rewards/rejected": -21.738351821899414,
|
250 |
+
"step": 140
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 0.39267015706806285,
|
254 |
+
"grad_norm": 0.15804319083690643,
|
255 |
+
"learning_rate": 3.815507765571832e-07,
|
256 |
+
"logits/chosen": -0.13396403193473816,
|
257 |
+
"logits/rejected": -0.4902087152004242,
|
258 |
+
"logps/chosen": -1324.420654296875,
|
259 |
+
"logps/rejected": -2804.68017578125,
|
260 |
+
"loss": 0.0016,
|
261 |
+
"rewards/accuracies": 1.0,
|
262 |
+
"rewards/chosen": -8.971705436706543,
|
263 |
+
"rewards/margins": 14.409167289733887,
|
264 |
+
"rewards/rejected": -23.380870819091797,
|
265 |
+
"step": 150
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.418848167539267,
|
269 |
+
"grad_norm": 0.023948727175593376,
|
270 |
+
"learning_rate": 3.615551454976164e-07,
|
271 |
+
"logits/chosen": -0.07858485728502274,
|
272 |
+
"logits/rejected": -0.3286251127719879,
|
273 |
+
"logps/chosen": -1267.703857421875,
|
274 |
+
"logps/rejected": -2703.435302734375,
|
275 |
+
"loss": 0.0019,
|
276 |
+
"rewards/accuracies": 1.0,
|
277 |
+
"rewards/chosen": -9.188163757324219,
|
278 |
+
"rewards/margins": 13.80443000793457,
|
279 |
+
"rewards/rejected": -22.99259376525879,
|
280 |
+
"step": 160
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"epoch": 0.44502617801047123,
|
284 |
+
"grad_norm": 0.017125073820352554,
|
285 |
+
"learning_rate": 3.406243295461325e-07,
|
286 |
+
"logits/chosen": -0.1788567751646042,
|
287 |
+
"logits/rejected": -0.4664693772792816,
|
288 |
+
"logps/chosen": -1347.940185546875,
|
289 |
+
"logps/rejected": -3000.385009765625,
|
290 |
+
"loss": 0.0007,
|
291 |
+
"rewards/accuracies": 1.0,
|
292 |
+
"rewards/chosen": -9.661752700805664,
|
293 |
+
"rewards/margins": 15.739896774291992,
|
294 |
+
"rewards/rejected": -25.40165138244629,
|
295 |
+
"step": 170
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"epoch": 0.4712041884816754,
|
299 |
+
"grad_norm": 0.041922952979803085,
|
300 |
+
"learning_rate": 3.189337951302639e-07,
|
301 |
+
"logits/chosen": -0.03258290886878967,
|
302 |
+
"logits/rejected": -0.35061293840408325,
|
303 |
+
"logps/chosen": -1287.1939697265625,
|
304 |
+
"logps/rejected": -2967.044921875,
|
305 |
+
"loss": 0.002,
|
306 |
+
"rewards/accuracies": 1.0,
|
307 |
+
"rewards/chosen": -9.461482048034668,
|
308 |
+
"rewards/margins": 15.719799995422363,
|
309 |
+
"rewards/rejected": -25.18128204345703,
|
310 |
+
"step": 180
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.4973821989528796,
|
314 |
+
"grad_norm": 0.01813839003443718,
|
315 |
+
"learning_rate": 2.966653775207444e-07,
|
316 |
+
"logits/chosen": -0.07453624904155731,
|
317 |
+
"logits/rejected": -0.3937017023563385,
|
318 |
+
"logps/chosen": -1329.836669921875,
|
319 |
+
"logps/rejected": -2857.601806640625,
|
320 |
+
"loss": 0.0007,
|
321 |
+
"rewards/accuracies": 1.0,
|
322 |
+
"rewards/chosen": -9.457625389099121,
|
323 |
+
"rewards/margins": 14.640398025512695,
|
324 |
+
"rewards/rejected": -24.0980224609375,
|
325 |
+
"step": 190
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.5235602094240838,
|
329 |
+
"grad_norm": 0.07226074486970901,
|
330 |
+
"learning_rate": 2.7400575647692043e-07,
|
331 |
+
"logits/chosen": -0.10540028661489487,
|
332 |
+
"logits/rejected": -0.44681453704833984,
|
333 |
+
"logps/chosen": -1375.4234619140625,
|
334 |
+
"logps/rejected": -2861.271728515625,
|
335 |
+
"loss": 0.0005,
|
336 |
+
"rewards/accuracies": 1.0,
|
337 |
+
"rewards/chosen": -9.861254692077637,
|
338 |
+
"rewards/margins": 14.127073287963867,
|
339 |
+
"rewards/rejected": -23.988330841064453,
|
340 |
+
"step": 200
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.5235602094240838,
|
344 |
+
"eval_logits/chosen": -0.06605865061283112,
|
345 |
+
"eval_logits/rejected": -0.37234431505203247,
|
346 |
+
"eval_logps/chosen": -1349.2587890625,
|
347 |
+
"eval_logps/rejected": -2929.19482421875,
|
348 |
+
"eval_loss": 0.0004758847935590893,
|
349 |
+
"eval_rewards/accuracies": 1.0,
|
350 |
+
"eval_rewards/chosen": -9.925518989562988,
|
351 |
+
"eval_rewards/margins": 14.986161231994629,
|
352 |
+
"eval_rewards/rejected": -24.911680221557617,
|
353 |
+
"eval_runtime": 107.9417,
|
354 |
+
"eval_samples_per_second": 5.957,
|
355 |
+
"eval_steps_per_second": 0.38,
|
356 |
+
"step": 200
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 0.5497382198952879,
|
360 |
+
"grad_norm": 0.02703760750591755,
|
361 |
+
"learning_rate": 2.511448912800265e-07,
|
362 |
+
"logits/chosen": -0.15184970200061798,
|
363 |
+
"logits/rejected": -0.2841305136680603,
|
364 |
+
"logps/chosen": -1298.2142333984375,
|
365 |
+
"logps/rejected": -2762.650146484375,
|
366 |
+
"loss": 0.0006,
|
367 |
+
"rewards/accuracies": 1.0,
|
368 |
+
"rewards/chosen": -9.895256042480469,
|
369 |
+
"rewards/margins": 13.653951644897461,
|
370 |
+
"rewards/rejected": -23.549209594726562,
|
371 |
+
"step": 210
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 0.5759162303664922,
|
375 |
+
"grad_norm": 0.1174333319067955,
|
376 |
+
"learning_rate": 2.2827442827369772e-07,
|
377 |
+
"logits/chosen": -0.026270607486367226,
|
378 |
+
"logits/rejected": -0.35377901792526245,
|
379 |
+
"logps/chosen": -1360.6993408203125,
|
380 |
+
"logps/rejected": -3060.089111328125,
|
381 |
+
"loss": 0.0005,
|
382 |
+
"rewards/accuracies": 1.0,
|
383 |
+
"rewards/chosen": -9.930294036865234,
|
384 |
+
"rewards/margins": 15.97572135925293,
|
385 |
+
"rewards/rejected": -25.906017303466797,
|
386 |
+
"step": 220
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"epoch": 0.6020942408376964,
|
390 |
+
"grad_norm": 0.011358899995684624,
|
391 |
+
"learning_rate": 2.0558609426156343e-07,
|
392 |
+
"logits/chosen": -0.11066827923059464,
|
393 |
+
"logits/rejected": -0.36893755197525024,
|
394 |
+
"logps/chosen": -1335.5362548828125,
|
395 |
+
"logps/rejected": -2940.074951171875,
|
396 |
+
"loss": 0.0005,
|
397 |
+
"rewards/accuracies": 1.0,
|
398 |
+
"rewards/chosen": -9.88429069519043,
|
399 |
+
"rewards/margins": 15.1347074508667,
|
400 |
+
"rewards/rejected": -25.018997192382812,
|
401 |
+
"step": 230
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.6282722513089005,
|
405 |
+
"grad_norm": 0.044269297271966934,
|
406 |
+
"learning_rate": 1.8327008923033222e-07,
|
407 |
+
"logits/chosen": -0.0352923646569252,
|
408 |
+
"logits/rejected": -0.3661387860774994,
|
409 |
+
"logps/chosen": -1327.6500244140625,
|
410 |
+
"logps/rejected": -3067.07568359375,
|
411 |
+
"loss": 0.0008,
|
412 |
+
"rewards/accuracies": 1.0,
|
413 |
+
"rewards/chosen": -9.962610244750977,
|
414 |
+
"rewards/margins": 16.210254669189453,
|
415 |
+
"rewards/rejected": -26.172870635986328,
|
416 |
+
"step": 240
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.6544502617801047,
|
420 |
+
"grad_norm": 0.019647102802991867,
|
421 |
+
"learning_rate": 1.6151349187243063e-07,
|
422 |
+
"logits/chosen": 0.07167226076126099,
|
423 |
+
"logits/rejected": -0.2115941047668457,
|
424 |
+
"logps/chosen": -1318.0687255859375,
|
425 |
+
"logps/rejected": -2981.04296875,
|
426 |
+
"loss": 0.0004,
|
427 |
+
"rewards/accuracies": 1.0,
|
428 |
+
"rewards/chosen": -9.883614540100098,
|
429 |
+
"rewards/margins": 15.260563850402832,
|
430 |
+
"rewards/rejected": -25.144176483154297,
|
431 |
+
"step": 250
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.680628272251309,
|
435 |
+
"grad_norm": 0.09396984428167343,
|
436 |
+
"learning_rate": 1.4049869127495884e-07,
|
437 |
+
"logits/chosen": -0.15649020671844482,
|
438 |
+
"logits/rejected": -0.3796946406364441,
|
439 |
+
"logps/chosen": -1347.2823486328125,
|
440 |
+
"logps/rejected": -2941.29541015625,
|
441 |
+
"loss": 0.0003,
|
442 |
+
"rewards/accuracies": 1.0,
|
443 |
+
"rewards/chosen": -9.877740859985352,
|
444 |
+
"rewards/margins": 15.382551193237305,
|
445 |
+
"rewards/rejected": -25.260290145874023,
|
446 |
+
"step": 260
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.7068062827225131,
|
450 |
+
"grad_norm": 0.1975828856229782,
|
451 |
+
"learning_rate": 1.2040185792236873e-07,
|
452 |
+
"logits/chosen": -0.11410210281610489,
|
453 |
+
"logits/rejected": -0.18086448311805725,
|
454 |
+
"logps/chosen": -1348.89697265625,
|
455 |
+
"logps/rejected": -2811.34423828125,
|
456 |
+
"loss": 0.0004,
|
457 |
+
"rewards/accuracies": 1.0,
|
458 |
+
"rewards/chosen": -9.77053165435791,
|
459 |
+
"rewards/margins": 14.368619918823242,
|
460 |
+
"rewards/rejected": -24.13915252685547,
|
461 |
+
"step": 270
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 0.7329842931937173,
|
465 |
+
"grad_norm": 0.019497638568282127,
|
466 |
+
"learning_rate": 1.0139146683069728e-07,
|
467 |
+
"logits/chosen": 0.10111899673938751,
|
468 |
+
"logits/rejected": -0.11041772365570068,
|
469 |
+
"logps/chosen": -1279.238037109375,
|
470 |
+
"logps/rejected": -2960.041748046875,
|
471 |
+
"loss": 0.0003,
|
472 |
+
"rewards/accuracies": 1.0,
|
473 |
+
"rewards/chosen": -9.907655715942383,
|
474 |
+
"rewards/margins": 15.42730712890625,
|
475 |
+
"rewards/rejected": -25.334964752197266,
|
476 |
+
"step": 280
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"epoch": 0.7591623036649214,
|
480 |
+
"grad_norm": 0.033979929983615875,
|
481 |
+
"learning_rate": 8.362688519416084e-08,
|
482 |
+
"logits/chosen": -0.05218152329325676,
|
483 |
+
"logits/rejected": -0.26625046133995056,
|
484 |
+
"logps/chosen": -1348.1783447265625,
|
485 |
+
"logps/rejected": -2767.76025390625,
|
486 |
+
"loss": 0.0003,
|
487 |
+
"rewards/accuracies": 1.0,
|
488 |
+
"rewards/chosen": -10.007095336914062,
|
489 |
+
"rewards/margins": 13.48937702178955,
|
490 |
+
"rewards/rejected": -23.496471405029297,
|
491 |
+
"step": 290
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 0.7853403141361257,
|
495 |
+
"grad_norm": 0.06925738602876663,
|
496 |
+
"learning_rate": 6.725703638409861e-08,
|
497 |
+
"logits/chosen": -0.1774607002735138,
|
498 |
+
"logits/rejected": -0.43066462874412537,
|
499 |
+
"logps/chosen": -1356.197265625,
|
500 |
+
"logps/rejected": -3014.517578125,
|
501 |
+
"loss": 0.0005,
|
502 |
+
"rewards/accuracies": 1.0,
|
503 |
+
"rewards/chosen": -10.209028244018555,
|
504 |
+
"rewards/margins": 15.68299674987793,
|
505 |
+
"rewards/rejected": -25.892024993896484,
|
506 |
+
"step": 300
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.7853403141361257,
|
510 |
+
"eval_logits/chosen": -0.001429112977348268,
|
511 |
+
"eval_logits/rejected": -0.28819936513900757,
|
512 |
+
"eval_logps/chosen": -1365.4342041015625,
|
513 |
+
"eval_logps/rejected": -3031.217529296875,
|
514 |
+
"eval_loss": 0.0003506154753267765,
|
515 |
+
"eval_rewards/accuracies": 1.0,
|
516 |
+
"eval_rewards/chosen": -10.087275505065918,
|
517 |
+
"eval_rewards/margins": 15.844633102416992,
|
518 |
+
"eval_rewards/rejected": -25.931907653808594,
|
519 |
+
"eval_runtime": 107.8271,
|
520 |
+
"eval_samples_per_second": 5.963,
|
521 |
+
"eval_steps_per_second": 0.38,
|
522 |
+
"step": 300
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.8115183246073299,
|
526 |
+
"grad_norm": 0.02467566728591919,
|
527 |
+
"learning_rate": 5.2419151500177395e-08,
|
528 |
+
"logits/chosen": -0.025030899792909622,
|
529 |
+
"logits/rejected": -0.2692425847053528,
|
530 |
+
"logps/chosen": -1327.07763671875,
|
531 |
+
"logps/rejected": -2993.914306640625,
|
532 |
+
"loss": 0.0003,
|
533 |
+
"rewards/accuracies": 1.0,
|
534 |
+
"rewards/chosen": -10.048177719116211,
|
535 |
+
"rewards/margins": 15.598210334777832,
|
536 |
+
"rewards/rejected": -25.64638900756836,
|
537 |
+
"step": 310
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.837696335078534,
|
541 |
+
"grad_norm": 0.028052976354956627,
|
542 |
+
"learning_rate": 3.9237618939808646e-08,
|
543 |
+
"logits/chosen": -0.056387972086668015,
|
544 |
+
"logits/rejected": -0.31664109230041504,
|
545 |
+
"logps/chosen": -1336.064208984375,
|
546 |
+
"logps/rejected": -2948.28662109375,
|
547 |
+
"loss": 0.0005,
|
548 |
+
"rewards/accuracies": 1.0,
|
549 |
+
"rewards/chosen": -10.119478225708008,
|
550 |
+
"rewards/margins": 15.11084270477295,
|
551 |
+
"rewards/rejected": -25.23032569885254,
|
552 |
+
"step": 320
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 0.8638743455497382,
|
556 |
+
"grad_norm": 0.7250455617904663,
|
557 |
+
"learning_rate": 2.7822941630022605e-08,
|
558 |
+
"logits/chosen": -0.13823747634887695,
|
559 |
+
"logits/rejected": -0.41743606328964233,
|
560 |
+
"logps/chosen": -1375.549560546875,
|
561 |
+
"logps/rejected": -3119.734619140625,
|
562 |
+
"loss": 0.0005,
|
563 |
+
"rewards/accuracies": 1.0,
|
564 |
+
"rewards/chosen": -10.060212135314941,
|
565 |
+
"rewards/margins": 16.325824737548828,
|
566 |
+
"rewards/rejected": -26.386037826538086,
|
567 |
+
"step": 330
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.8900523560209425,
|
571 |
+
"grad_norm": 0.012951872311532497,
|
572 |
+
"learning_rate": 1.827081066349459e-08,
|
573 |
+
"logits/chosen": -0.04458152875304222,
|
574 |
+
"logits/rejected": -0.298855721950531,
|
575 |
+
"logps/chosen": -1335.496826171875,
|
576 |
+
"logps/rejected": -3045.818359375,
|
577 |
+
"loss": 0.0002,
|
578 |
+
"rewards/accuracies": 1.0,
|
579 |
+
"rewards/chosen": -10.128870010375977,
|
580 |
+
"rewards/margins": 15.832036972045898,
|
581 |
+
"rewards/rejected": -25.960906982421875,
|
582 |
+
"step": 340
|
583 |
+
},
|
584 |
+
{
|
585 |
+
"epoch": 0.9162303664921466,
|
586 |
+
"grad_norm": 0.06806211918592453,
|
587 |
+
"learning_rate": 1.0661303104582881e-08,
|
588 |
+
"logits/chosen": 0.04766862466931343,
|
589 |
+
"logits/rejected": -0.2507403492927551,
|
590 |
+
"logps/chosen": -1373.188232421875,
|
591 |
+
"logps/rejected": -3208.185546875,
|
592 |
+
"loss": 0.0002,
|
593 |
+
"rewards/accuracies": 1.0,
|
594 |
+
"rewards/chosen": -10.056095123291016,
|
595 |
+
"rewards/margins": 17.54215431213379,
|
596 |
+
"rewards/rejected": -27.59824562072754,
|
597 |
+
"step": 350
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.9424083769633508,
|
601 |
+
"grad_norm": 0.013503313064575195,
|
602 |
+
"learning_rate": 5.058210690300463e-09,
|
603 |
+
"logits/chosen": 0.012905213050544262,
|
604 |
+
"logits/rejected": -0.32594579458236694,
|
605 |
+
"logps/chosen": -1348.8189697265625,
|
606 |
+
"logps/rejected": -3084.17626953125,
|
607 |
+
"loss": 0.0003,
|
608 |
+
"rewards/accuracies": 1.0,
|
609 |
+
"rewards/chosen": -10.090983390808105,
|
610 |
+
"rewards/margins": 16.455230712890625,
|
611 |
+
"rewards/rejected": -26.546215057373047,
|
612 |
+
"step": 360
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.9685863874345549,
|
616 |
+
"grad_norm": 0.01822359301149845,
|
617 |
+
"learning_rate": 1.5085050538290456e-09,
|
618 |
+
"logits/chosen": 0.03194817900657654,
|
619 |
+
"logits/rejected": -0.26868775486946106,
|
620 |
+
"logps/chosen": -1382.170654296875,
|
621 |
+
"logps/rejected": -3104.619873046875,
|
622 |
+
"loss": 0.0004,
|
623 |
+
"rewards/accuracies": 1.0,
|
624 |
+
"rewards/chosen": -9.998517990112305,
|
625 |
+
"rewards/margins": 16.327945709228516,
|
626 |
+
"rewards/rejected": -26.326465606689453,
|
627 |
+
"step": 370
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.9947643979057592,
|
631 |
+
"grad_norm": 0.021796291694045067,
|
632 |
+
"learning_rate": 4.19439536940569e-11,
|
633 |
+
"logits/chosen": -0.09669488668441772,
|
634 |
+
"logits/rejected": -0.31547075510025024,
|
635 |
+
"logps/chosen": -1308.7725830078125,
|
636 |
+
"logps/rejected": -3017.67529296875,
|
637 |
+
"loss": 0.0002,
|
638 |
+
"rewards/accuracies": 1.0,
|
639 |
+
"rewards/chosen": -10.053609848022461,
|
640 |
+
"rewards/margins": 15.717524528503418,
|
641 |
+
"rewards/rejected": -25.771133422851562,
|
642 |
+
"step": 380
|
643 |
+
},
|
644 |
+
{
|
645 |
+
"epoch": 1.0,
|
646 |
+
"step": 382,
|
647 |
+
"total_flos": 0.0,
|
648 |
+
"train_loss": 0.10807222205026247,
|
649 |
+
"train_runtime": 19238.6363,
|
650 |
+
"train_samples_per_second": 0.635,
|
651 |
+
"train_steps_per_second": 0.02
|
652 |
+
}
|
653 |
+
],
|
654 |
+
"logging_steps": 10,
|
655 |
+
"max_steps": 382,
|
656 |
+
"num_input_tokens_seen": 0,
|
657 |
+
"num_train_epochs": 1,
|
658 |
+
"save_steps": 500,
|
659 |
+
"stateful_callbacks": {
|
660 |
+
"TrainerControl": {
|
661 |
+
"args": {
|
662 |
+
"should_epoch_stop": false,
|
663 |
+
"should_evaluate": false,
|
664 |
+
"should_log": false,
|
665 |
+
"should_save": false,
|
666 |
+
"should_training_stop": false
|
667 |
+
},
|
668 |
+
"attributes": {}
|
669 |
+
}
|
670 |
+
},
|
671 |
+
"total_flos": 0.0,
|
672 |
+
"train_batch_size": 2,
|
673 |
+
"trial_name": null,
|
674 |
+
"trial_params": null
|
675 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3875b4bd0bdf1f15a9d6664c7e209e0bd048ceccf484d1f3ecaed9ec3799d8ef
|
3 |
+
size 7544
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|