Initial commit: Uploading project files
Browse files- Dubs/v0.0.0/added_tokens.json +13 -0
- Dubs/v0.0.0/config.json +153 -0
- Dubs/v0.0.0/generation_config.json +11 -0
- Dubs/v0.0.0/model.safetensors +3 -0
- Dubs/v0.0.0/special_tokens_map.json +30 -0
- Dubs/v0.0.0/tokenizer.json +0 -0
- Dubs/v0.0.0/tokenizer.model +3 -0
- Dubs/v0.0.0/tokenizer_config.json +132 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/README.md +202 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/adapter_config.json +32 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/adapter_model.safetensors +3 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/added_tokens.json +13 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/optimizer.pt +3 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/rng_state.pth +3 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/scheduler.pt +3 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/special_tokens_map.json +30 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/tokenizer.json +0 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/tokenizer.model +3 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/tokenizer_config.json +132 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/trainer_state.json +1685 -0
- Dubs/v0.0.1/P_C/checkpoint-5900/training_args.bin +3 -0
- Dubs/v0.0.1/P_C/runs/Dec12_06-02-48_a2e074eee72a/events.out.tfevents.1733983589.a2e074eee72a.7056.0 +3 -0
- Dubs/v0.0.1/P_C/runs/Dec12_06-02-48_a2e074eee72a/events.out.tfevents.1733983648.a2e074eee72a.7056.1 +3 -0
- Dubs/v0.0.1/P_C/runs/Dec12_06-10-33_a2e074eee72a/events.out.tfevents.1733983892.a2e074eee72a.9377.0 +3 -0
- Dubs/v0.0.1/P_C/runs/Dec12_06-17-12_a2e074eee72a/events.out.tfevents.1733984297.a2e074eee72a.10985.0 +3 -0
- Dubs/v0.0.1/adapter/README.md +202 -0
- Dubs/v0.0.1/adapter/adapter_config.json +32 -0
- Dubs/v0.0.1/adapter/adapter_model.safetensors +3 -0
- Dubs/v0.0.1/adapter/added_tokens.json +13 -0
- Dubs/v0.0.1/adapter/special_tokens_map.json +30 -0
- Dubs/v0.0.1/adapter/tokenizer.json +0 -0
- Dubs/v0.0.1/adapter/tokenizer.model +3 -0
- Dubs/v0.0.1/adapter/tokenizer_config.json +132 -0
- Dubs/v0.0.1/full_model/added_tokens.json +13 -0
- Dubs/v0.0.1/full_model/config.json +139 -0
- Dubs/v0.0.1/full_model/generation_config.json +11 -0
- Dubs/v0.0.1/full_model/model-00001-of-00002.safetensors +3 -0
- Dubs/v0.0.1/full_model/model-00002-of-00002.safetensors +3 -0
- Dubs/v0.0.1/full_model/model.safetensors.index.json +202 -0
- Dubs/v0.0.1/full_model/special_tokens_map.json +24 -0
- Dubs/v0.0.1/full_model/tokenizer.json +0 -0
- Dubs/v0.0.1/full_model/tokenizer.model +3 -0
- Dubs/v0.0.1/full_model/tokenizer_config.json +132 -0
Dubs/v0.0.0/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
Dubs/v0.0.0/config.json
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/Phi-3-mini-128k-instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Phi3ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoConfig": "microsoft/Phi-3-mini-128k-instruct--configuration_phi3.Phi3Config",
|
10 |
+
"AutoModelForCausalLM": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM"
|
11 |
+
},
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"embd_pdrop": 0.0,
|
14 |
+
"eos_token_id": 32000,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 3072,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 8192,
|
19 |
+
"max_position_embeddings": 131072,
|
20 |
+
"model_type": "phi3",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 32,
|
23 |
+
"num_key_value_heads": 32,
|
24 |
+
"original_max_position_embeddings": 4096,
|
25 |
+
"pad_token_id": 32000,
|
26 |
+
"quantization_config": {
|
27 |
+
"_load_in_4bit": true,
|
28 |
+
"_load_in_8bit": false,
|
29 |
+
"bnb_4bit_compute_dtype": "float32",
|
30 |
+
"bnb_4bit_quant_storage": "uint8",
|
31 |
+
"bnb_4bit_quant_type": "fp4",
|
32 |
+
"bnb_4bit_use_double_quant": false,
|
33 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
34 |
+
"llm_int8_has_fp16_weight": false,
|
35 |
+
"llm_int8_skip_modules": null,
|
36 |
+
"llm_int8_threshold": 6.0,
|
37 |
+
"load_in_4bit": true,
|
38 |
+
"load_in_8bit": false,
|
39 |
+
"quant_method": "bitsandbytes"
|
40 |
+
},
|
41 |
+
"resid_pdrop": 0.0,
|
42 |
+
"rms_norm_eps": 1e-05,
|
43 |
+
"rope_scaling": {
|
44 |
+
"long_factor": [
|
45 |
+
1.0700000524520874,
|
46 |
+
1.1200000047683716,
|
47 |
+
1.149999976158142,
|
48 |
+
1.4199999570846558,
|
49 |
+
1.5699999332427979,
|
50 |
+
1.7999999523162842,
|
51 |
+
2.129999876022339,
|
52 |
+
2.129999876022339,
|
53 |
+
3.009999990463257,
|
54 |
+
5.910000324249268,
|
55 |
+
6.950000286102295,
|
56 |
+
9.070000648498535,
|
57 |
+
9.930000305175781,
|
58 |
+
10.710000038146973,
|
59 |
+
11.130000114440918,
|
60 |
+
14.609999656677246,
|
61 |
+
15.409998893737793,
|
62 |
+
19.809999465942383,
|
63 |
+
37.279998779296875,
|
64 |
+
38.279998779296875,
|
65 |
+
38.599998474121094,
|
66 |
+
40.12000274658203,
|
67 |
+
46.20000457763672,
|
68 |
+
50.940006256103516,
|
69 |
+
53.66000747680664,
|
70 |
+
54.9373893737793,
|
71 |
+
56.89738845825195,
|
72 |
+
57.28738784790039,
|
73 |
+
59.98738479614258,
|
74 |
+
60.86738586425781,
|
75 |
+
60.887386322021484,
|
76 |
+
61.71739196777344,
|
77 |
+
62.91739273071289,
|
78 |
+
62.957393646240234,
|
79 |
+
63.41739273071289,
|
80 |
+
63.8173942565918,
|
81 |
+
63.83739471435547,
|
82 |
+
63.897396087646484,
|
83 |
+
63.93739700317383,
|
84 |
+
64.06739807128906,
|
85 |
+
64.11434936523438,
|
86 |
+
64.12435150146484,
|
87 |
+
64.15435028076172,
|
88 |
+
64.19435119628906,
|
89 |
+
64.24435424804688,
|
90 |
+
64.57435607910156,
|
91 |
+
64.69000244140625,
|
92 |
+
64.76000213623047
|
93 |
+
],
|
94 |
+
"short_factor": [
|
95 |
+
1.1,
|
96 |
+
1.1,
|
97 |
+
1.1,
|
98 |
+
1.3000000000000003,
|
99 |
+
1.3500000000000003,
|
100 |
+
1.3500000000000003,
|
101 |
+
1.4000000000000004,
|
102 |
+
1.5500000000000005,
|
103 |
+
2.000000000000001,
|
104 |
+
2.000000000000001,
|
105 |
+
2.000000000000001,
|
106 |
+
2.000000000000001,
|
107 |
+
2.000000000000001,
|
108 |
+
2.000000000000001,
|
109 |
+
2.000000000000001,
|
110 |
+
2.000000000000001,
|
111 |
+
2.000000000000001,
|
112 |
+
2.000000000000001,
|
113 |
+
2.000000000000001,
|
114 |
+
2.000000000000001,
|
115 |
+
2.000000000000001,
|
116 |
+
2.000000000000001,
|
117 |
+
2.000000000000001,
|
118 |
+
2.000000000000001,
|
119 |
+
2.000000000000001,
|
120 |
+
2.0500000000000007,
|
121 |
+
2.0500000000000007,
|
122 |
+
2.0500000000000007,
|
123 |
+
2.0500000000000007,
|
124 |
+
2.0500000000000007,
|
125 |
+
2.0500000000000007,
|
126 |
+
2.1000000000000005,
|
127 |
+
2.1000000000000005,
|
128 |
+
2.1500000000000004,
|
129 |
+
2.25,
|
130 |
+
2.25,
|
131 |
+
2.25,
|
132 |
+
2.25,
|
133 |
+
2.25,
|
134 |
+
2.3999999999999995,
|
135 |
+
2.4499999999999993,
|
136 |
+
2.499999999999999,
|
137 |
+
2.6999999999999984,
|
138 |
+
2.6999999999999984,
|
139 |
+
2.7499999999999982,
|
140 |
+
2.799999999999998,
|
141 |
+
2.8999999999999977,
|
142 |
+
3.049999999999997
|
143 |
+
],
|
144 |
+
"type": "longrope"
|
145 |
+
},
|
146 |
+
"rope_theta": 10000.0,
|
147 |
+
"sliding_window": 262144,
|
148 |
+
"tie_word_embeddings": false,
|
149 |
+
"torch_dtype": "float16",
|
150 |
+
"transformers_version": "4.47.0",
|
151 |
+
"use_cache": true,
|
152 |
+
"vocab_size": 32064
|
153 |
+
}
|
Dubs/v0.0.0/generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": [
|
5 |
+
32000,
|
6 |
+
32001,
|
7 |
+
32007
|
8 |
+
],
|
9 |
+
"pad_token_id": 32000,
|
10 |
+
"transformers_version": "4.47.0"
|
11 |
+
}
|
Dubs/v0.0.0/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30d951cab5124d0c1cc1dd0fc91dc1ea77f915d743e4487c60165e7239353e41
|
3 |
+
size 2432922120
|
Dubs/v0.0.0/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
Dubs/v0.0.0/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Dubs/v0.0.0/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
Dubs/v0.0.0/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": true,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<|endoftext|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|assistant|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": true,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
+
"content": "<|placeholder1|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": true,
|
51 |
+
"single_word": false,
|
52 |
+
"special": true
|
53 |
+
},
|
54 |
+
"32003": {
|
55 |
+
"content": "<|placeholder2|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": true,
|
59 |
+
"single_word": false,
|
60 |
+
"special": true
|
61 |
+
},
|
62 |
+
"32004": {
|
63 |
+
"content": "<|placeholder3|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": true,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"32005": {
|
71 |
+
"content": "<|placeholder4|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": true,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"32006": {
|
79 |
+
"content": "<|system|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": true,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"32007": {
|
87 |
+
"content": "<|end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": true,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"32008": {
|
95 |
+
"content": "<|placeholder5|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": true,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"32009": {
|
103 |
+
"content": "<|placeholder6|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": true,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"32010": {
|
111 |
+
"content": "<|user|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": true,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "left",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
Dubs/v0.0.1/P_C/checkpoint-5900/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/Phi-3-mini-128k-instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
Dubs/v0.0.1/P_C/checkpoint-5900/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 64,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"self_attn.qkv_proj",
|
27 |
+
"self_attn.o_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
Dubs/v0.0.1/P_C/checkpoint-5900/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6d33dd5e4c11ffdccca0885ca97ceacf5efdaf9a3c1afbdf1a4fc2d2c43813c
|
3 |
+
size 151014592
|
Dubs/v0.0.1/P_C/checkpoint-5900/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
Dubs/v0.0.1/P_C/checkpoint-5900/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81f30a0ddb2755f61daf66f903dbe12a1d65c22b238e4a082d630794190591b4
|
3 |
+
size 302069498
|
Dubs/v0.0.1/P_C/checkpoint-5900/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73f3161ada1a21f94b410f6d4af8520e48176439d1a40c69aa8fc1079a7b0862
|
3 |
+
size 14244
|
Dubs/v0.0.1/P_C/checkpoint-5900/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b771924d1afb19146175598139018af62f2f0732d9d35762fdc1ce88ad379b7
|
3 |
+
size 1064
|
Dubs/v0.0.1/P_C/checkpoint-5900/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
Dubs/v0.0.1/P_C/checkpoint-5900/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Dubs/v0.0.1/P_C/checkpoint-5900/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
Dubs/v0.0.1/P_C/checkpoint-5900/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": true,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<|endoftext|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|assistant|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": true,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
+
"content": "<|placeholder1|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": true,
|
51 |
+
"single_word": false,
|
52 |
+
"special": true
|
53 |
+
},
|
54 |
+
"32003": {
|
55 |
+
"content": "<|placeholder2|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": true,
|
59 |
+
"single_word": false,
|
60 |
+
"special": true
|
61 |
+
},
|
62 |
+
"32004": {
|
63 |
+
"content": "<|placeholder3|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": true,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"32005": {
|
71 |
+
"content": "<|placeholder4|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": true,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"32006": {
|
79 |
+
"content": "<|system|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": true,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"32007": {
|
87 |
+
"content": "<|end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": true,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"32008": {
|
95 |
+
"content": "<|placeholder5|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": true,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"32009": {
|
103 |
+
"content": "<|placeholder6|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": true,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"32010": {
|
111 |
+
"content": "<|user|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": true,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "left",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
Dubs/v0.0.1/P_C/checkpoint-5900/trainer_state.json
ADDED
@@ -0,0 +1,1685 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 5.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 5900,
|
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.0211864406779661,
|
13 |
+
"grad_norm": 0.3481608033180237,
|
14 |
+
"learning_rate": 2.11864406779661e-05,
|
15 |
+
"loss": 1.0844,
|
16 |
+
"step": 25
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0423728813559322,
|
20 |
+
"grad_norm": 0.4737679064273834,
|
21 |
+
"learning_rate": 4.23728813559322e-05,
|
22 |
+
"loss": 0.968,
|
23 |
+
"step": 50
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0635593220338983,
|
27 |
+
"grad_norm": 0.24385006725788116,
|
28 |
+
"learning_rate": 6.355932203389829e-05,
|
29 |
+
"loss": 0.7097,
|
30 |
+
"step": 75
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.0847457627118644,
|
34 |
+
"grad_norm": 0.32397332787513733,
|
35 |
+
"learning_rate": 8.47457627118644e-05,
|
36 |
+
"loss": 0.6995,
|
37 |
+
"step": 100
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.1059322033898305,
|
41 |
+
"grad_norm": 0.28883692622184753,
|
42 |
+
"learning_rate": 0.0001059322033898305,
|
43 |
+
"loss": 0.6362,
|
44 |
+
"step": 125
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.1271186440677966,
|
48 |
+
"grad_norm": 0.2939394414424896,
|
49 |
+
"learning_rate": 0.00012711864406779658,
|
50 |
+
"loss": 0.6646,
|
51 |
+
"step": 150
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.1483050847457627,
|
55 |
+
"grad_norm": 0.21506226062774658,
|
56 |
+
"learning_rate": 0.0001483050847457627,
|
57 |
+
"loss": 0.67,
|
58 |
+
"step": 175
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.1694915254237288,
|
62 |
+
"grad_norm": 0.24949543178081512,
|
63 |
+
"learning_rate": 0.00014999402230951556,
|
64 |
+
"loss": 0.6328,
|
65 |
+
"step": 200
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.1906779661016949,
|
69 |
+
"grad_norm": 0.1662125438451767,
|
70 |
+
"learning_rate": 0.00014997396600188487,
|
71 |
+
"loss": 0.6365,
|
72 |
+
"step": 225
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.211864406779661,
|
76 |
+
"grad_norm": 0.18493060767650604,
|
77 |
+
"learning_rate": 0.00014993978965384007,
|
78 |
+
"loss": 0.6661,
|
79 |
+
"step": 250
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.2330508474576271,
|
83 |
+
"grad_norm": 0.1724727302789688,
|
84 |
+
"learning_rate": 0.00014989149970190098,
|
85 |
+
"loss": 0.6453,
|
86 |
+
"step": 275
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.2542372881355932,
|
90 |
+
"grad_norm": 0.2265160232782364,
|
91 |
+
"learning_rate": 0.00014982910524063883,
|
92 |
+
"loss": 0.5802,
|
93 |
+
"step": 300
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.2754237288135593,
|
97 |
+
"grad_norm": 0.14229296147823334,
|
98 |
+
"learning_rate": 0.00014975261802096344,
|
99 |
+
"loss": 0.6559,
|
100 |
+
"step": 325
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.2966101694915254,
|
104 |
+
"grad_norm": 0.19628387689590454,
|
105 |
+
"learning_rate": 0.0001496620524479102,
|
106 |
+
"loss": 0.6181,
|
107 |
+
"step": 350
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.3177966101694915,
|
111 |
+
"grad_norm": 0.19808532297611237,
|
112 |
+
"learning_rate": 0.00014955742557792704,
|
113 |
+
"loss": 0.6363,
|
114 |
+
"step": 375
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.3389830508474576,
|
118 |
+
"grad_norm": 0.2479950338602066,
|
119 |
+
"learning_rate": 0.00014943875711566237,
|
120 |
+
"loss": 0.601,
|
121 |
+
"step": 400
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.3601694915254237,
|
125 |
+
"grad_norm": 0.18844148516654968,
|
126 |
+
"learning_rate": 0.0001493060694102537,
|
127 |
+
"loss": 0.6406,
|
128 |
+
"step": 425
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.3813559322033898,
|
132 |
+
"grad_norm": 0.21692270040512085,
|
133 |
+
"learning_rate": 0.00014915938745111896,
|
134 |
+
"loss": 0.674,
|
135 |
+
"step": 450
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.4025423728813559,
|
139 |
+
"grad_norm": 0.18362776935100555,
|
140 |
+
"learning_rate": 0.0001489987388632498,
|
141 |
+
"loss": 0.6326,
|
142 |
+
"step": 475
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.423728813559322,
|
146 |
+
"grad_norm": 0.1860133409500122,
|
147 |
+
"learning_rate": 0.0001488241539020092,
|
148 |
+
"loss": 0.6539,
|
149 |
+
"step": 500
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.4449152542372881,
|
153 |
+
"grad_norm": 0.16509853303432465,
|
154 |
+
"learning_rate": 0.00014863566544743326,
|
155 |
+
"loss": 0.6649,
|
156 |
+
"step": 525
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.4661016949152542,
|
160 |
+
"grad_norm": 0.17422816157341003,
|
161 |
+
"learning_rate": 0.0001484333089980388,
|
162 |
+
"loss": 0.6365,
|
163 |
+
"step": 550
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.4872881355932203,
|
167 |
+
"grad_norm": 0.16881784796714783,
|
168 |
+
"learning_rate": 0.000148217122664138,
|
169 |
+
"loss": 0.6014,
|
170 |
+
"step": 575
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.5084745762711864,
|
174 |
+
"grad_norm": 0.24150097370147705,
|
175 |
+
"learning_rate": 0.00014798714716066072,
|
176 |
+
"loss": 0.6225,
|
177 |
+
"step": 600
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.5296610169491526,
|
181 |
+
"grad_norm": 0.183096244931221,
|
182 |
+
"learning_rate": 0.00014774342579948675,
|
183 |
+
"loss": 0.628,
|
184 |
+
"step": 625
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.5508474576271186,
|
188 |
+
"grad_norm": 0.2092808037996292,
|
189 |
+
"learning_rate": 0.00014748600448128877,
|
190 |
+
"loss": 0.6196,
|
191 |
+
"step": 650
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.5720338983050848,
|
195 |
+
"grad_norm": 0.1650499850511551,
|
196 |
+
"learning_rate": 0.00014721493168688764,
|
197 |
+
"loss": 0.6617,
|
198 |
+
"step": 675
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.5932203389830508,
|
202 |
+
"grad_norm": 0.2336203157901764,
|
203 |
+
"learning_rate": 0.00014693025846812194,
|
204 |
+
"loss": 0.5995,
|
205 |
+
"step": 700
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.614406779661017,
|
209 |
+
"grad_norm": 0.1635483205318451,
|
210 |
+
"learning_rate": 0.0001466320384382333,
|
211 |
+
"loss": 0.6225,
|
212 |
+
"step": 725
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.635593220338983,
|
216 |
+
"grad_norm": 0.24543817341327667,
|
217 |
+
"learning_rate": 0.00014632032776176924,
|
218 |
+
"loss": 0.6208,
|
219 |
+
"step": 750
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.6567796610169492,
|
223 |
+
"grad_norm": 0.156394824385643,
|
224 |
+
"learning_rate": 0.0001459951851440055,
|
225 |
+
"loss": 0.6234,
|
226 |
+
"step": 775
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.6779661016949152,
|
230 |
+
"grad_norm": 0.21179354190826416,
|
231 |
+
"learning_rate": 0.00014565667181988995,
|
232 |
+
"loss": 0.6101,
|
233 |
+
"step": 800
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.6991525423728814,
|
237 |
+
"grad_norm": 0.1816495805978775,
|
238 |
+
"learning_rate": 0.00014530485154251021,
|
239 |
+
"loss": 0.6212,
|
240 |
+
"step": 825
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.7203389830508474,
|
244 |
+
"grad_norm": 0.18615126609802246,
|
245 |
+
"learning_rate": 0.0001449397905710866,
|
246 |
+
"loss": 0.6019,
|
247 |
+
"step": 850
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.7415254237288136,
|
251 |
+
"grad_norm": 0.13972151279449463,
|
252 |
+
"learning_rate": 0.00014456155765849355,
|
253 |
+
"loss": 0.6804,
|
254 |
+
"step": 875
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.7627118644067796,
|
258 |
+
"grad_norm": 0.19166871905326843,
|
259 |
+
"learning_rate": 0.00014417022403831117,
|
260 |
+
"loss": 0.6265,
|
261 |
+
"step": 900
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.7838983050847458,
|
265 |
+
"grad_norm": 0.1559162586927414,
|
266 |
+
"learning_rate": 0.00014376586341140955,
|
267 |
+
"loss": 0.5893,
|
268 |
+
"step": 925
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.8050847457627118,
|
272 |
+
"grad_norm": 0.17139187455177307,
|
273 |
+
"learning_rate": 0.0001433485519320687,
|
274 |
+
"loss": 0.6192,
|
275 |
+
"step": 950
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.826271186440678,
|
279 |
+
"grad_norm": 0.19588051736354828,
|
280 |
+
"learning_rate": 0.0001429183681936359,
|
281 |
+
"loss": 0.6545,
|
282 |
+
"step": 975
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.847457627118644,
|
286 |
+
"grad_norm": 0.17011399567127228,
|
287 |
+
"learning_rate": 0.0001424753932137243,
|
288 |
+
"loss": 0.6274,
|
289 |
+
"step": 1000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.8686440677966102,
|
293 |
+
"grad_norm": 0.13620993494987488,
|
294 |
+
"learning_rate": 0.00014201971041895455,
|
295 |
+
"loss": 0.6185,
|
296 |
+
"step": 1025
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.8898305084745762,
|
300 |
+
"grad_norm": 0.19832104444503784,
|
301 |
+
"learning_rate": 0.00014155140562924286,
|
302 |
+
"loss": 0.5788,
|
303 |
+
"step": 1050
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.9110169491525424,
|
307 |
+
"grad_norm": 0.15580902993679047,
|
308 |
+
"learning_rate": 0.00014107056704163823,
|
309 |
+
"loss": 0.6756,
|
310 |
+
"step": 1075
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.9322033898305084,
|
314 |
+
"grad_norm": 0.2072034329175949,
|
315 |
+
"learning_rate": 0.00014057728521371218,
|
316 |
+
"loss": 0.6347,
|
317 |
+
"step": 1100
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.9533898305084746,
|
321 |
+
"grad_norm": 0.13679395616054535,
|
322 |
+
"learning_rate": 0.00014007165304650386,
|
323 |
+
"loss": 0.6419,
|
324 |
+
"step": 1125
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.9745762711864406,
|
328 |
+
"grad_norm": 0.20975461602210999,
|
329 |
+
"learning_rate": 0.00013955376576702357,
|
330 |
+
"loss": 0.5929,
|
331 |
+
"step": 1150
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.9957627118644068,
|
335 |
+
"grad_norm": 0.18808843195438385,
|
336 |
+
"learning_rate": 0.00013902372091031856,
|
337 |
+
"loss": 0.6327,
|
338 |
+
"step": 1175
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.0169491525423728,
|
342 |
+
"grad_norm": 0.12700864672660828,
|
343 |
+
"learning_rate": 0.00013848161830110395,
|
344 |
+
"loss": 0.6166,
|
345 |
+
"step": 1200
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.0381355932203389,
|
349 |
+
"grad_norm": 0.17502394318580627,
|
350 |
+
"learning_rate": 0.0001379275600349625,
|
351 |
+
"loss": 0.542,
|
352 |
+
"step": 1225
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.0593220338983051,
|
356 |
+
"grad_norm": 0.17643524706363678,
|
357 |
+
"learning_rate": 0.0001373616504591167,
|
358 |
+
"loss": 0.6077,
|
359 |
+
"step": 1250
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.0805084745762712,
|
363 |
+
"grad_norm": 0.21401630342006683,
|
364 |
+
"learning_rate": 0.00013678399615277674,
|
365 |
+
"loss": 0.5856,
|
366 |
+
"step": 1275
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.1016949152542372,
|
370 |
+
"grad_norm": 0.1577410101890564,
|
371 |
+
"learning_rate": 0.00013619470590706814,
|
372 |
+
"loss": 0.5882,
|
373 |
+
"step": 1300
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.1228813559322033,
|
377 |
+
"grad_norm": 0.2284272313117981,
|
378 |
+
"learning_rate": 0.00013559389070454304,
|
379 |
+
"loss": 0.5842,
|
380 |
+
"step": 1325
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.1440677966101696,
|
384 |
+
"grad_norm": 0.2204512506723404,
|
385 |
+
"learning_rate": 0.00013498166369827833,
|
386 |
+
"loss": 0.5911,
|
387 |
+
"step": 1350
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.1652542372881356,
|
391 |
+
"grad_norm": 0.21209457516670227,
|
392 |
+
"learning_rate": 0.00013435814019056535,
|
393 |
+
"loss": 0.602,
|
394 |
+
"step": 1375
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.1864406779661016,
|
398 |
+
"grad_norm": 0.16774219274520874,
|
399 |
+
"learning_rate": 0.00013372343761119466,
|
400 |
+
"loss": 0.5746,
|
401 |
+
"step": 1400
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.207627118644068,
|
405 |
+
"grad_norm": 0.23171478509902954,
|
406 |
+
"learning_rate": 0.00013307767549534033,
|
407 |
+
"loss": 0.6046,
|
408 |
+
"step": 1425
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.228813559322034,
|
412 |
+
"grad_norm": 0.17449446022510529,
|
413 |
+
"learning_rate": 0.00013242097546104734,
|
414 |
+
"loss": 0.5969,
|
415 |
+
"step": 1450
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.25,
|
419 |
+
"grad_norm": 0.21454857289791107,
|
420 |
+
"learning_rate": 0.00013175346118632713,
|
421 |
+
"loss": 0.5927,
|
422 |
+
"step": 1475
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.271186440677966,
|
426 |
+
"grad_norm": 0.17533324658870697,
|
427 |
+
"learning_rate": 0.00013107525838586495,
|
428 |
+
"loss": 0.5806,
|
429 |
+
"step": 1500
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.292372881355932,
|
433 |
+
"grad_norm": 0.2303514927625656,
|
434 |
+
"learning_rate": 0.00013038649478734363,
|
435 |
+
"loss": 0.6269,
|
436 |
+
"step": 1525
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.3135593220338984,
|
440 |
+
"grad_norm": 0.2209363877773285,
|
441 |
+
"learning_rate": 0.00012968730010738837,
|
442 |
+
"loss": 0.5699,
|
443 |
+
"step": 1550
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.3347457627118644,
|
447 |
+
"grad_norm": 0.2777274250984192,
|
448 |
+
"learning_rate": 0.0001289778060271368,
|
449 |
+
"loss": 0.5583,
|
450 |
+
"step": 1575
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.3559322033898304,
|
454 |
+
"grad_norm": 0.19397616386413574,
|
455 |
+
"learning_rate": 0.00012825814616743928,
|
456 |
+
"loss": 0.5785,
|
457 |
+
"step": 1600
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.3771186440677967,
|
461 |
+
"grad_norm": 0.24071291089057922,
|
462 |
+
"learning_rate": 0.0001275284560636935,
|
463 |
+
"loss": 0.5793,
|
464 |
+
"step": 1625
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.3983050847457628,
|
468 |
+
"grad_norm": 0.16364933550357819,
|
469 |
+
"learning_rate": 0.000126788873140319,
|
470 |
+
"loss": 0.5591,
|
471 |
+
"step": 1650
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.4194915254237288,
|
475 |
+
"grad_norm": 0.2222534716129303,
|
476 |
+
"learning_rate": 0.00012603953668487546,
|
477 |
+
"loss": 0.5649,
|
478 |
+
"step": 1675
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 1.4406779661016949,
|
482 |
+
"grad_norm": 0.18990883231163025,
|
483 |
+
"learning_rate": 0.00012528058782183048,
|
484 |
+
"loss": 0.5732,
|
485 |
+
"step": 1700
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 1.461864406779661,
|
489 |
+
"grad_norm": 0.23255659639835358,
|
490 |
+
"learning_rate": 0.00012451216948598117,
|
491 |
+
"loss": 0.55,
|
492 |
+
"step": 1725
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 1.4830508474576272,
|
496 |
+
"grad_norm": 0.19624237716197968,
|
497 |
+
"learning_rate": 0.00012373442639553487,
|
498 |
+
"loss": 0.5793,
|
499 |
+
"step": 1750
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 1.5042372881355932,
|
503 |
+
"grad_norm": 0.24238888919353485,
|
504 |
+
"learning_rate": 0.00012294750502485398,
|
505 |
+
"loss": 0.5823,
|
506 |
+
"step": 1775
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 1.5254237288135593,
|
510 |
+
"grad_norm": 0.2002212405204773,
|
511 |
+
"learning_rate": 0.00012215155357687017,
|
512 |
+
"loss": 0.571,
|
513 |
+
"step": 1800
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 1.5466101694915255,
|
517 |
+
"grad_norm": 0.21096192300319672,
|
518 |
+
"learning_rate": 0.0001213467219551728,
|
519 |
+
"loss": 0.588,
|
520 |
+
"step": 1825
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 1.5677966101694916,
|
524 |
+
"grad_norm": 0.20380620658397675,
|
525 |
+
"learning_rate": 0.00012053316173577726,
|
526 |
+
"loss": 0.5869,
|
527 |
+
"step": 1850
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 1.5889830508474576,
|
531 |
+
"grad_norm": 0.25443893671035767,
|
532 |
+
"learning_rate": 0.00011971102613857823,
|
533 |
+
"loss": 0.5659,
|
534 |
+
"step": 1875
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 1.6101694915254239,
|
538 |
+
"grad_norm": 0.22190341353416443,
|
539 |
+
"learning_rate": 0.0001188804699984935,
|
540 |
+
"loss": 0.5835,
|
541 |
+
"step": 1900
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 1.6313559322033897,
|
545 |
+
"grad_norm": 0.24329130351543427,
|
546 |
+
"learning_rate": 0.00011804164973630335,
|
547 |
+
"loss": 0.5639,
|
548 |
+
"step": 1925
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 1.652542372881356,
|
552 |
+
"grad_norm": 0.2349741905927658,
|
553 |
+
"learning_rate": 0.00011719472332919148,
|
554 |
+
"loss": 0.5726,
|
555 |
+
"step": 1950
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.673728813559322,
|
559 |
+
"grad_norm": 0.20963279902935028,
|
560 |
+
"learning_rate": 0.00011633985028099284,
|
561 |
+
"loss": 0.5612,
|
562 |
+
"step": 1975
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 1.694915254237288,
|
566 |
+
"grad_norm": 0.27600300312042236,
|
567 |
+
"learning_rate": 0.00011547719159215378,
|
568 |
+
"loss": 0.5943,
|
569 |
+
"step": 2000
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 1.7161016949152543,
|
573 |
+
"grad_norm": 0.21020427346229553,
|
574 |
+
"learning_rate": 0.00011460690972941037,
|
575 |
+
"loss": 0.5802,
|
576 |
+
"step": 2025
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 1.7372881355932204,
|
580 |
+
"grad_norm": 0.20670145750045776,
|
581 |
+
"learning_rate": 0.00011372916859519075,
|
582 |
+
"loss": 0.5766,
|
583 |
+
"step": 2050
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.7584745762711864,
|
587 |
+
"grad_norm": 0.2435368299484253,
|
588 |
+
"learning_rate": 0.0001128441334967469,
|
589 |
+
"loss": 0.6128,
|
590 |
+
"step": 2075
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 1.7796610169491527,
|
594 |
+
"grad_norm": 0.21429473161697388,
|
595 |
+
"learning_rate": 0.00011195197111502184,
|
596 |
+
"loss": 0.5844,
|
597 |
+
"step": 2100
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.8008474576271185,
|
601 |
+
"grad_norm": 0.21995683014392853,
|
602 |
+
"learning_rate": 0.0001110528494732583,
|
603 |
+
"loss": 0.5532,
|
604 |
+
"step": 2125
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 1.8220338983050848,
|
608 |
+
"grad_norm": 0.19685518741607666,
|
609 |
+
"learning_rate": 0.00011014693790535437,
|
610 |
+
"loss": 0.5569,
|
611 |
+
"step": 2150
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 1.8432203389830508,
|
615 |
+
"grad_norm": 0.20260564982891083,
|
616 |
+
"learning_rate": 0.00010923440702397243,
|
617 |
+
"loss": 0.5792,
|
618 |
+
"step": 2175
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.8644067796610169,
|
622 |
+
"grad_norm": 0.19778716564178467,
|
623 |
+
"learning_rate": 0.00010831542868840729,
|
624 |
+
"loss": 0.5978,
|
625 |
+
"step": 2200
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.8855932203389831,
|
629 |
+
"grad_norm": 0.22923052310943604,
|
630 |
+
"learning_rate": 0.00010739017597221942,
|
631 |
+
"loss": 0.5572,
|
632 |
+
"step": 2225
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 1.9067796610169492,
|
636 |
+
"grad_norm": 0.21343784034252167,
|
637 |
+
"learning_rate": 0.00010645882313063953,
|
638 |
+
"loss": 0.5643,
|
639 |
+
"step": 2250
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 1.9279661016949152,
|
643 |
+
"grad_norm": 0.2053421288728714,
|
644 |
+
"learning_rate": 0.00010552154556775076,
|
645 |
+
"loss": 0.5806,
|
646 |
+
"step": 2275
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 1.9491525423728815,
|
650 |
+
"grad_norm": 0.22164656221866608,
|
651 |
+
"learning_rate": 0.00010457851980345423,
|
652 |
+
"loss": 0.6011,
|
653 |
+
"step": 2300
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 1.9703389830508473,
|
657 |
+
"grad_norm": 0.284758985042572,
|
658 |
+
"learning_rate": 0.00010362992344022468,
|
659 |
+
"loss": 0.5374,
|
660 |
+
"step": 2325
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 1.9915254237288136,
|
664 |
+
"grad_norm": 0.2642022371292114,
|
665 |
+
"learning_rate": 0.00010267593512966216,
|
666 |
+
"loss": 0.5892,
|
667 |
+
"step": 2350
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 2.01271186440678,
|
671 |
+
"grad_norm": 0.19165368378162384,
|
672 |
+
"learning_rate": 0.00010171673453884601,
|
673 |
+
"loss": 0.5175,
|
674 |
+
"step": 2375
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 2.0338983050847457,
|
678 |
+
"grad_norm": 0.2643072307109833,
|
679 |
+
"learning_rate": 0.00010075250231649775,
|
680 |
+
"loss": 0.5204,
|
681 |
+
"step": 2400
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 2.055084745762712,
|
685 |
+
"grad_norm": 0.2326943427324295,
|
686 |
+
"learning_rate": 9.978342005895911e-05,
|
687 |
+
"loss": 0.4847,
|
688 |
+
"step": 2425
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 2.0762711864406778,
|
692 |
+
"grad_norm": 0.2779608368873596,
|
693 |
+
"learning_rate": 9.880967027599139e-05,
|
694 |
+
"loss": 0.52,
|
695 |
+
"step": 2450
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 2.097457627118644,
|
699 |
+
"grad_norm": 0.22342316806316376,
|
700 |
+
"learning_rate": 9.783143635640304e-05,
|
701 |
+
"loss": 0.5124,
|
702 |
+
"step": 2475
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 2.1186440677966103,
|
706 |
+
"grad_norm": 0.26453691720962524,
|
707 |
+
"learning_rate": 9.684890253351153e-05,
|
708 |
+
"loss": 0.4954,
|
709 |
+
"step": 2500
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 2.139830508474576,
|
713 |
+
"grad_norm": 0.26683682203292847,
|
714 |
+
"learning_rate": 9.586225385044615e-05,
|
715 |
+
"loss": 0.519,
|
716 |
+
"step": 2525
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 2.1610169491525424,
|
720 |
+
"grad_norm": 0.27656257152557373,
|
721 |
+
"learning_rate": 9.487167612529851e-05,
|
722 |
+
"loss": 0.5409,
|
723 |
+
"step": 2550
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 2.1822033898305087,
|
727 |
+
"grad_norm": 0.27244171500205994,
|
728 |
+
"learning_rate": 9.387735591612677e-05,
|
729 |
+
"loss": 0.4976,
|
730 |
+
"step": 2575
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 2.2033898305084745,
|
734 |
+
"grad_norm": 0.29296210408210754,
|
735 |
+
"learning_rate": 9.28794804858208e-05,
|
736 |
+
"loss": 0.4964,
|
737 |
+
"step": 2600
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 2.2245762711864407,
|
741 |
+
"grad_norm": 0.28374531865119934,
|
742 |
+
"learning_rate": 9.187823776683444e-05,
|
743 |
+
"loss": 0.4936,
|
744 |
+
"step": 2625
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 2.2457627118644066,
|
748 |
+
"grad_norm": 0.25039607286453247,
|
749 |
+
"learning_rate": 9.087381632579165e-05,
|
750 |
+
"loss": 0.4548,
|
751 |
+
"step": 2650
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 2.266949152542373,
|
755 |
+
"grad_norm": 0.2839612662792206,
|
756 |
+
"learning_rate": 8.986640532797341e-05,
|
757 |
+
"loss": 0.521,
|
758 |
+
"step": 2675
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 2.288135593220339,
|
762 |
+
"grad_norm": 0.26817333698272705,
|
763 |
+
"learning_rate": 8.885619450169154e-05,
|
764 |
+
"loss": 0.4813,
|
765 |
+
"step": 2700
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 2.309322033898305,
|
769 |
+
"grad_norm": 0.2513103187084198,
|
770 |
+
"learning_rate": 8.78433741025568e-05,
|
771 |
+
"loss": 0.4964,
|
772 |
+
"step": 2725
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 2.330508474576271,
|
776 |
+
"grad_norm": 0.2661533057689667,
|
777 |
+
"learning_rate": 8.682813487764759e-05,
|
778 |
+
"loss": 0.5267,
|
779 |
+
"step": 2750
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 2.3516949152542375,
|
783 |
+
"grad_norm": 0.31996023654937744,
|
784 |
+
"learning_rate": 8.581066802958593e-05,
|
785 |
+
"loss": 0.4877,
|
786 |
+
"step": 2775
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 2.3728813559322033,
|
790 |
+
"grad_norm": 0.3120092749595642,
|
791 |
+
"learning_rate": 8.479116518052793e-05,
|
792 |
+
"loss": 0.5025,
|
793 |
+
"step": 2800
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 2.3940677966101696,
|
797 |
+
"grad_norm": 0.25984951853752136,
|
798 |
+
"learning_rate": 8.376981833607496e-05,
|
799 |
+
"loss": 0.5184,
|
800 |
+
"step": 2825
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 2.415254237288136,
|
804 |
+
"grad_norm": 0.28586438298225403,
|
805 |
+
"learning_rate": 8.274681984911279e-05,
|
806 |
+
"loss": 0.5128,
|
807 |
+
"step": 2850
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 2.4364406779661016,
|
811 |
+
"grad_norm": 0.23898103833198547,
|
812 |
+
"learning_rate": 8.172236238358537e-05,
|
813 |
+
"loss": 0.4968,
|
814 |
+
"step": 2875
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 2.457627118644068,
|
818 |
+
"grad_norm": 0.2596363127231598,
|
819 |
+
"learning_rate": 8.069663887820978e-05,
|
820 |
+
"loss": 0.5338,
|
821 |
+
"step": 2900
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 2.4788135593220337,
|
825 |
+
"grad_norm": 0.2569097578525543,
|
826 |
+
"learning_rate": 7.966984251013964e-05,
|
827 |
+
"loss": 0.5186,
|
828 |
+
"step": 2925
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 2.5,
|
832 |
+
"grad_norm": 0.23606939613819122,
|
833 |
+
"learning_rate": 7.864216665858362e-05,
|
834 |
+
"loss": 0.5087,
|
835 |
+
"step": 2950
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 2.5211864406779663,
|
839 |
+
"grad_norm": 0.24160584807395935,
|
840 |
+
"learning_rate": 7.761380486838573e-05,
|
841 |
+
"loss": 0.5164,
|
842 |
+
"step": 2975
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 2.542372881355932,
|
846 |
+
"grad_norm": 0.3212146461009979,
|
847 |
+
"learning_rate": 7.658495081357461e-05,
|
848 |
+
"loss": 0.5173,
|
849 |
+
"step": 3000
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 2.5635593220338984,
|
853 |
+
"grad_norm": 0.22904744744300842,
|
854 |
+
"learning_rate": 7.555579826088837e-05,
|
855 |
+
"loss": 0.5345,
|
856 |
+
"step": 3025
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 2.584745762711864,
|
860 |
+
"grad_norm": 0.31355756521224976,
|
861 |
+
"learning_rate": 7.452654103328196e-05,
|
862 |
+
"loss": 0.4683,
|
863 |
+
"step": 3050
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 2.6059322033898304,
|
867 |
+
"grad_norm": 0.31533321738243103,
|
868 |
+
"learning_rate": 7.349737297342404e-05,
|
869 |
+
"loss": 0.5259,
|
870 |
+
"step": 3075
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 2.6271186440677967,
|
874 |
+
"grad_norm": 0.2956444025039673,
|
875 |
+
"learning_rate": 7.24684879071901e-05,
|
876 |
+
"loss": 0.497,
|
877 |
+
"step": 3100
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 2.648305084745763,
|
881 |
+
"grad_norm": 0.2766103446483612,
|
882 |
+
"learning_rate": 7.14400796071587e-05,
|
883 |
+
"loss": 0.5166,
|
884 |
+
"step": 3125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 2.669491525423729,
|
888 |
+
"grad_norm": 0.3354440927505493,
|
889 |
+
"learning_rate": 7.041234175611775e-05,
|
890 |
+
"loss": 0.5233,
|
891 |
+
"step": 3150
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 2.690677966101695,
|
895 |
+
"grad_norm": 0.2812809348106384,
|
896 |
+
"learning_rate": 6.938546791058785e-05,
|
897 |
+
"loss": 0.5155,
|
898 |
+
"step": 3175
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 2.711864406779661,
|
902 |
+
"grad_norm": 0.39217862486839294,
|
903 |
+
"learning_rate": 6.835965146436916e-05,
|
904 |
+
"loss": 0.4926,
|
905 |
+
"step": 3200
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 2.733050847457627,
|
909 |
+
"grad_norm": 0.3037302494049072,
|
910 |
+
"learning_rate": 6.73350856121191e-05,
|
911 |
+
"loss": 0.5098,
|
912 |
+
"step": 3225
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 2.7542372881355934,
|
916 |
+
"grad_norm": 0.2784561514854431,
|
917 |
+
"learning_rate": 6.63119633129675e-05,
|
918 |
+
"loss": 0.5371,
|
919 |
+
"step": 3250
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 2.7754237288135593,
|
923 |
+
"grad_norm": 0.2815192639827728,
|
924 |
+
"learning_rate": 6.529047725417618e-05,
|
925 |
+
"loss": 0.4839,
|
926 |
+
"step": 3275
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 2.7966101694915255,
|
930 |
+
"grad_norm": 0.26870056986808777,
|
931 |
+
"learning_rate": 6.427081981484946e-05,
|
932 |
+
"loss": 0.4981,
|
933 |
+
"step": 3300
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 2.8177966101694913,
|
937 |
+
"grad_norm": 0.28585174679756165,
|
938 |
+
"learning_rate": 6.325318302970318e-05,
|
939 |
+
"loss": 0.4841,
|
940 |
+
"step": 3325
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 2.8389830508474576,
|
944 |
+
"grad_norm": 0.2712132930755615,
|
945 |
+
"learning_rate": 6.22377585528981e-05,
|
946 |
+
"loss": 0.4833,
|
947 |
+
"step": 3350
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 2.860169491525424,
|
951 |
+
"grad_norm": 0.28583309054374695,
|
952 |
+
"learning_rate": 6.12247376219452e-05,
|
953 |
+
"loss": 0.5043,
|
954 |
+
"step": 3375
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 2.8813559322033897,
|
958 |
+
"grad_norm": 0.29179123044013977,
|
959 |
+
"learning_rate": 6.021431102168954e-05,
|
960 |
+
"loss": 0.5343,
|
961 |
+
"step": 3400
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 2.902542372881356,
|
965 |
+
"grad_norm": 0.29638585448265076,
|
966 |
+
"learning_rate": 5.92066690483792e-05,
|
967 |
+
"loss": 0.501,
|
968 |
+
"step": 3425
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 2.923728813559322,
|
972 |
+
"grad_norm": 0.2945152521133423,
|
973 |
+
"learning_rate": 5.820200147382617e-05,
|
974 |
+
"loss": 0.5149,
|
975 |
+
"step": 3450
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 2.944915254237288,
|
979 |
+
"grad_norm": 0.24451757967472076,
|
980 |
+
"learning_rate": 5.720049750966638e-05,
|
981 |
+
"loss": 0.501,
|
982 |
+
"step": 3475
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 2.9661016949152543,
|
986 |
+
"grad_norm": 0.33959802985191345,
|
987 |
+
"learning_rate": 5.6202345771724785e-05,
|
988 |
+
"loss": 0.5202,
|
989 |
+
"step": 3500
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 2.9872881355932206,
|
993 |
+
"grad_norm": 0.40264537930488586,
|
994 |
+
"learning_rate": 5.520773424449299e-05,
|
995 |
+
"loss": 0.5004,
|
996 |
+
"step": 3525
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 3.0084745762711864,
|
1000 |
+
"grad_norm": 0.23446495831012726,
|
1001 |
+
"learning_rate": 5.421685024572547e-05,
|
1002 |
+
"loss": 0.4788,
|
1003 |
+
"step": 3550
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 3.0296610169491527,
|
1007 |
+
"grad_norm": 0.29302000999450684,
|
1008 |
+
"learning_rate": 5.322988039116176e-05,
|
1009 |
+
"loss": 0.4302,
|
1010 |
+
"step": 3575
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 3.0508474576271185,
|
1014 |
+
"grad_norm": 0.28345516324043274,
|
1015 |
+
"learning_rate": 5.224701055938047e-05,
|
1016 |
+
"loss": 0.4195,
|
1017 |
+
"step": 3600
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 3.0720338983050848,
|
1021 |
+
"grad_norm": 0.3563604950904846,
|
1022 |
+
"learning_rate": 5.126842585679235e-05,
|
1023 |
+
"loss": 0.4302,
|
1024 |
+
"step": 3625
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 3.093220338983051,
|
1028 |
+
"grad_norm": 0.2989650070667267,
|
1029 |
+
"learning_rate": 5.0294310582778717e-05,
|
1030 |
+
"loss": 0.4082,
|
1031 |
+
"step": 3650
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 3.114406779661017,
|
1035 |
+
"grad_norm": 0.3035448491573334,
|
1036 |
+
"learning_rate": 4.9324848194981906e-05,
|
1037 |
+
"loss": 0.4294,
|
1038 |
+
"step": 3675
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 3.135593220338983,
|
1042 |
+
"grad_norm": 0.3060661256313324,
|
1043 |
+
"learning_rate": 4.83602212747541e-05,
|
1044 |
+
"loss": 0.4243,
|
1045 |
+
"step": 3700
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 3.156779661016949,
|
1049 |
+
"grad_norm": 0.3512302041053772,
|
1050 |
+
"learning_rate": 4.7400611492771505e-05,
|
1051 |
+
"loss": 0.4558,
|
1052 |
+
"step": 3725
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 3.1779661016949152,
|
1056 |
+
"grad_norm": 0.3085233271121979,
|
1057 |
+
"learning_rate": 4.644619957481972e-05,
|
1058 |
+
"loss": 0.4405,
|
1059 |
+
"step": 3750
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 3.1991525423728815,
|
1063 |
+
"grad_norm": 0.37406814098358154,
|
1064 |
+
"learning_rate": 4.549716526775711e-05,
|
1065 |
+
"loss": 0.4394,
|
1066 |
+
"step": 3775
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 3.2203389830508473,
|
1070 |
+
"grad_norm": 0.28444594144821167,
|
1071 |
+
"learning_rate": 4.455368730566282e-05,
|
1072 |
+
"loss": 0.4356,
|
1073 |
+
"step": 3800
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 3.2415254237288136,
|
1077 |
+
"grad_norm": 0.3252512812614441,
|
1078 |
+
"learning_rate": 4.361594337617518e-05,
|
1079 |
+
"loss": 0.4422,
|
1080 |
+
"step": 3825
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 3.26271186440678,
|
1084 |
+
"grad_norm": 0.34911468625068665,
|
1085 |
+
"learning_rate": 4.2684110087027364e-05,
|
1086 |
+
"loss": 0.42,
|
1087 |
+
"step": 3850
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 3.2838983050847457,
|
1091 |
+
"grad_norm": 0.31359365582466125,
|
1092 |
+
"learning_rate": 4.175836293278635e-05,
|
1093 |
+
"loss": 0.4229,
|
1094 |
+
"step": 3875
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 3.305084745762712,
|
1098 |
+
"grad_norm": 0.332359254360199,
|
1099 |
+
"learning_rate": 4.083887626180175e-05,
|
1100 |
+
"loss": 0.4428,
|
1101 |
+
"step": 3900
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 3.326271186440678,
|
1105 |
+
"grad_norm": 0.3841429054737091,
|
1106 |
+
"learning_rate": 3.992582324337009e-05,
|
1107 |
+
"loss": 0.4643,
|
1108 |
+
"step": 3925
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 3.347457627118644,
|
1112 |
+
"grad_norm": 0.3356688618659973,
|
1113 |
+
"learning_rate": 3.901937583512158e-05,
|
1114 |
+
"loss": 0.4169,
|
1115 |
+
"step": 3950
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 3.3686440677966103,
|
1119 |
+
"grad_norm": 0.39436978101730347,
|
1120 |
+
"learning_rate": 3.811970475063486e-05,
|
1121 |
+
"loss": 0.4564,
|
1122 |
+
"step": 3975
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 3.389830508474576,
|
1126 |
+
"grad_norm": 0.29478755593299866,
|
1127 |
+
"learning_rate": 3.7226979427285943e-05,
|
1128 |
+
"loss": 0.3858,
|
1129 |
+
"step": 4000
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 3.4110169491525424,
|
1133 |
+
"grad_norm": 0.4711458086967468,
|
1134 |
+
"learning_rate": 3.6341367994337784e-05,
|
1135 |
+
"loss": 0.4547,
|
1136 |
+
"step": 4025
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 3.4322033898305087,
|
1140 |
+
"grad_norm": 0.38489460945129395,
|
1141 |
+
"learning_rate": 3.546303724127603e-05,
|
1142 |
+
"loss": 0.4235,
|
1143 |
+
"step": 4050
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 3.4533898305084745,
|
1147 |
+
"grad_norm": 0.41311007738113403,
|
1148 |
+
"learning_rate": 3.459215258639708e-05,
|
1149 |
+
"loss": 0.4589,
|
1150 |
+
"step": 4075
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 3.4745762711864407,
|
1154 |
+
"grad_norm": 0.3139210641384125,
|
1155 |
+
"learning_rate": 3.372887804565442e-05,
|
1156 |
+
"loss": 0.4163,
|
1157 |
+
"step": 4100
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 3.4957627118644066,
|
1161 |
+
"grad_norm": 0.43436604738235474,
|
1162 |
+
"learning_rate": 3.2873376201769154e-05,
|
1163 |
+
"loss": 0.4465,
|
1164 |
+
"step": 4125
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 3.516949152542373,
|
1168 |
+
"grad_norm": 0.37427470088005066,
|
1169 |
+
"learning_rate": 3.202580817361037e-05,
|
1170 |
+
"loss": 0.4106,
|
1171 |
+
"step": 4150
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 3.538135593220339,
|
1175 |
+
"grad_norm": 0.3729758560657501,
|
1176 |
+
"learning_rate": 3.1186333585851056e-05,
|
1177 |
+
"loss": 0.47,
|
1178 |
+
"step": 4175
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 3.559322033898305,
|
1182 |
+
"grad_norm": 0.3862791955471039,
|
1183 |
+
"learning_rate": 3.0355110538905815e-05,
|
1184 |
+
"loss": 0.3975,
|
1185 |
+
"step": 4200
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 3.580508474576271,
|
1189 |
+
"grad_norm": 0.35095420479774475,
|
1190 |
+
"learning_rate": 2.953229557915525e-05,
|
1191 |
+
"loss": 0.4422,
|
1192 |
+
"step": 4225
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 3.601694915254237,
|
1196 |
+
"grad_norm": 0.34636810421943665,
|
1197 |
+
"learning_rate": 2.871804366946315e-05,
|
1198 |
+
"loss": 0.428,
|
1199 |
+
"step": 4250
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 3.6228813559322033,
|
1203 |
+
"grad_norm": 0.3737597167491913,
|
1204 |
+
"learning_rate": 2.791250815999207e-05,
|
1205 |
+
"loss": 0.4544,
|
1206 |
+
"step": 4275
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 3.6440677966101696,
|
1210 |
+
"grad_norm": 0.3554207384586334,
|
1211 |
+
"learning_rate": 2.7115840759322436e-05,
|
1212 |
+
"loss": 0.4167,
|
1213 |
+
"step": 4300
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 3.665254237288136,
|
1217 |
+
"grad_norm": 0.369305819272995,
|
1218 |
+
"learning_rate": 2.6359522461221096e-05,
|
1219 |
+
"loss": 0.4456,
|
1220 |
+
"step": 4325
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 3.6864406779661016,
|
1224 |
+
"grad_norm": 0.40377670526504517,
|
1225 |
+
"learning_rate": 2.5580670208969884e-05,
|
1226 |
+
"loss": 0.4465,
|
1227 |
+
"step": 4350
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 3.707627118644068,
|
1231 |
+
"grad_norm": 0.4016803801059723,
|
1232 |
+
"learning_rate": 2.4811125226576454e-05,
|
1233 |
+
"loss": 0.4395,
|
1234 |
+
"step": 4375
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 3.7288135593220337,
|
1238 |
+
"grad_norm": 0.3124406337738037,
|
1239 |
+
"learning_rate": 2.405103244443235e-05,
|
1240 |
+
"loss": 0.4154,
|
1241 |
+
"step": 4400
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 3.75,
|
1245 |
+
"grad_norm": 0.44163626432418823,
|
1246 |
+
"learning_rate": 2.330053501277194e-05,
|
1247 |
+
"loss": 0.4607,
|
1248 |
+
"step": 4425
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 3.7711864406779663,
|
1252 |
+
"grad_norm": 0.33251988887786865,
|
1253 |
+
"learning_rate": 2.2559774274712466e-05,
|
1254 |
+
"loss": 0.4114,
|
1255 |
+
"step": 4450
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 3.792372881355932,
|
1259 |
+
"grad_norm": 0.4052109718322754,
|
1260 |
+
"learning_rate": 2.1828889739634496e-05,
|
1261 |
+
"loss": 0.4123,
|
1262 |
+
"step": 4475
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 3.8135593220338984,
|
1266 |
+
"grad_norm": 0.3507472276687622,
|
1267 |
+
"learning_rate": 2.110801905690787e-05,
|
1268 |
+
"loss": 0.4199,
|
1269 |
+
"step": 4500
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 3.834745762711864,
|
1273 |
+
"grad_norm": 0.4040756821632385,
|
1274 |
+
"learning_rate": 2.03972979899678e-05,
|
1275 |
+
"loss": 0.4526,
|
1276 |
+
"step": 4525
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 3.8559322033898304,
|
1280 |
+
"grad_norm": 0.30861154198646545,
|
1281 |
+
"learning_rate": 1.9696860390746082e-05,
|
1282 |
+
"loss": 0.4152,
|
1283 |
+
"step": 4550
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 3.8771186440677967,
|
1287 |
+
"grad_norm": 0.4708113670349121,
|
1288 |
+
"learning_rate": 1.900683817446263e-05,
|
1289 |
+
"loss": 0.4477,
|
1290 |
+
"step": 4575
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 3.898305084745763,
|
1294 |
+
"grad_norm": 0.3677612543106079,
|
1295 |
+
"learning_rate": 1.832736129478131e-05,
|
1296 |
+
"loss": 0.4279,
|
1297 |
+
"step": 4600
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 3.919491525423729,
|
1301 |
+
"grad_norm": 0.3834724724292755,
|
1302 |
+
"learning_rate": 1.7658557719335652e-05,
|
1303 |
+
"loss": 0.4235,
|
1304 |
+
"step": 4625
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 3.940677966101695,
|
1308 |
+
"grad_norm": 0.3320079445838928,
|
1309 |
+
"learning_rate": 1.7000553405628164e-05,
|
1310 |
+
"loss": 0.4103,
|
1311 |
+
"step": 4650
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 3.961864406779661,
|
1315 |
+
"grad_norm": 0.4474587142467499,
|
1316 |
+
"learning_rate": 1.6353472277308618e-05,
|
1317 |
+
"loss": 0.4422,
|
1318 |
+
"step": 4675
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 3.983050847457627,
|
1322 |
+
"grad_norm": 0.3154617249965668,
|
1323 |
+
"learning_rate": 1.571743620083504e-05,
|
1324 |
+
"loss": 0.4343,
|
1325 |
+
"step": 4700
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 4.004237288135593,
|
1329 |
+
"grad_norm": 0.32371950149536133,
|
1330 |
+
"learning_rate": 1.5092564962522388e-05,
|
1331 |
+
"loss": 0.452,
|
1332 |
+
"step": 4725
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 4.02542372881356,
|
1336 |
+
"grad_norm": 0.3051236867904663,
|
1337 |
+
"learning_rate": 1.447897624598286e-05,
|
1338 |
+
"loss": 0.4164,
|
1339 |
+
"step": 4750
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 4.046610169491525,
|
1343 |
+
"grad_norm": 0.3187614679336548,
|
1344 |
+
"learning_rate": 1.3876785609962218e-05,
|
1345 |
+
"loss": 0.3446,
|
1346 |
+
"step": 4775
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 4.067796610169491,
|
1350 |
+
"grad_norm": 0.48843175172805786,
|
1351 |
+
"learning_rate": 1.3286106466576264e-05,
|
1352 |
+
"loss": 0.4296,
|
1353 |
+
"step": 4800
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 4.088983050847458,
|
1357 |
+
"grad_norm": 0.3983837068080902,
|
1358 |
+
"learning_rate": 1.2707050059951763e-05,
|
1359 |
+
"loss": 0.344,
|
1360 |
+
"step": 4825
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 4.110169491525424,
|
1364 |
+
"grad_norm": 0.300611674785614,
|
1365 |
+
"learning_rate": 1.2139725445275481e-05,
|
1366 |
+
"loss": 0.4169,
|
1367 |
+
"step": 4850
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 4.13135593220339,
|
1371 |
+
"grad_norm": 0.4292912781238556,
|
1372 |
+
"learning_rate": 1.158423946825549e-05,
|
1373 |
+
"loss": 0.3689,
|
1374 |
+
"step": 4875
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 4.1525423728813555,
|
1378 |
+
"grad_norm": 0.3964712917804718,
|
1379 |
+
"learning_rate": 1.1040696744998754e-05,
|
1380 |
+
"loss": 0.4404,
|
1381 |
+
"step": 4900
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 4.173728813559322,
|
1385 |
+
"grad_norm": 0.6776478886604309,
|
1386 |
+
"learning_rate": 1.0509199642308436e-05,
|
1387 |
+
"loss": 0.3979,
|
1388 |
+
"step": 4925
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 4.194915254237288,
|
1392 |
+
"grad_norm": 0.396267831325531,
|
1393 |
+
"learning_rate": 9.98984825840486e-06,
|
1394 |
+
"loss": 0.4182,
|
1395 |
+
"step": 4950
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 4.216101694915254,
|
1399 |
+
"grad_norm": 0.28718650341033936,
|
1400 |
+
"learning_rate": 9.482740404073851e-06,
|
1401 |
+
"loss": 0.3736,
|
1402 |
+
"step": 4975
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 4.237288135593221,
|
1406 |
+
"grad_norm": 0.3323756158351898,
|
1407 |
+
"learning_rate": 8.987971584245729e-06,
|
1408 |
+
"loss": 0.4113,
|
1409 |
+
"step": 5000
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 4.258474576271187,
|
1413 |
+
"grad_norm": 0.33957767486572266,
|
1414 |
+
"learning_rate": 8.50563498000856e-06,
|
1415 |
+
"loss": 0.3925,
|
1416 |
+
"step": 5025
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 4.279661016949152,
|
1420 |
+
"grad_norm": 0.4178178906440735,
|
1421 |
+
"learning_rate": 8.035821431059244e-06,
|
1422 |
+
"loss": 0.3973,
|
1423 |
+
"step": 5050
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 4.3008474576271185,
|
1427 |
+
"grad_norm": 0.3192192614078522,
|
1428 |
+
"learning_rate": 7.578619418595358e-06,
|
1429 |
+
"loss": 0.3605,
|
1430 |
+
"step": 5075
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 4.322033898305085,
|
1434 |
+
"grad_norm": 0.4187626540660858,
|
1435 |
+
"learning_rate": 7.1341150486512374e-06,
|
1436 |
+
"loss": 0.4199,
|
1437 |
+
"step": 5100
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 4.343220338983051,
|
1441 |
+
"grad_norm": 0.3863602578639984,
|
1442 |
+
"learning_rate": 6.702392035881507e-06,
|
1443 |
+
"loss": 0.3568,
|
1444 |
+
"step": 5125
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 4.364406779661017,
|
1448 |
+
"grad_norm": 0.4073178172111511,
|
1449 |
+
"learning_rate": 6.28353168779481e-06,
|
1450 |
+
"loss": 0.4327,
|
1451 |
+
"step": 5150
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 4.385593220338983,
|
1455 |
+
"grad_norm": 0.31056177616119385,
|
1456 |
+
"learning_rate": 5.8776128894409305e-06,
|
1457 |
+
"loss": 0.372,
|
1458 |
+
"step": 5175
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 4.406779661016949,
|
1462 |
+
"grad_norm": 0.3671024739742279,
|
1463 |
+
"learning_rate": 5.484712088554253e-06,
|
1464 |
+
"loss": 0.4078,
|
1465 |
+
"step": 5200
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 4.427966101694915,
|
1469 |
+
"grad_norm": 0.2966119349002838,
|
1470 |
+
"learning_rate": 5.1049032811561196e-06,
|
1471 |
+
"loss": 0.3529,
|
1472 |
+
"step": 5225
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 4.4491525423728815,
|
1476 |
+
"grad_norm": 0.3545999526977539,
|
1477 |
+
"learning_rate": 4.7382579976189244e-06,
|
1478 |
+
"loss": 0.3864,
|
1479 |
+
"step": 5250
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 4.470338983050848,
|
1483 |
+
"grad_norm": 0.3902367651462555,
|
1484 |
+
"learning_rate": 4.384845289194699e-06,
|
1485 |
+
"loss": 0.3434,
|
1486 |
+
"step": 5275
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 4.491525423728813,
|
1490 |
+
"grad_norm": 0.4561343193054199,
|
1491 |
+
"learning_rate": 4.044731715010463e-06,
|
1492 |
+
"loss": 0.371,
|
1493 |
+
"step": 5300
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 4.512711864406779,
|
1497 |
+
"grad_norm": 0.29569247364997864,
|
1498 |
+
"learning_rate": 3.717981329532979e-06,
|
1499 |
+
"loss": 0.3957,
|
1500 |
+
"step": 5325
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 4.533898305084746,
|
1504 |
+
"grad_norm": 0.3961041271686554,
|
1505 |
+
"learning_rate": 3.4046556705051744e-06,
|
1506 |
+
"loss": 0.3938,
|
1507 |
+
"step": 5350
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 4.555084745762712,
|
1511 |
+
"grad_norm": 0.35009700059890747,
|
1512 |
+
"learning_rate": 3.104813747356674e-06,
|
1513 |
+
"loss": 0.3829,
|
1514 |
+
"step": 5375
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 4.576271186440678,
|
1518 |
+
"grad_norm": 0.404491662979126,
|
1519 |
+
"learning_rate": 2.8185120300902865e-06,
|
1520 |
+
"loss": 0.3916,
|
1521 |
+
"step": 5400
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 4.597457627118644,
|
1525 |
+
"grad_norm": 0.3277469277381897,
|
1526 |
+
"learning_rate": 2.5458044386469727e-06,
|
1527 |
+
"loss": 0.3681,
|
1528 |
+
"step": 5425
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 4.61864406779661,
|
1532 |
+
"grad_norm": 0.4005700349807739,
|
1533 |
+
"learning_rate": 2.2867423327508654e-06,
|
1534 |
+
"loss": 0.4249,
|
1535 |
+
"step": 5450
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 4.639830508474576,
|
1539 |
+
"grad_norm": 0.30087345838546753,
|
1540 |
+
"learning_rate": 2.0413745022366285e-06,
|
1541 |
+
"loss": 0.3493,
|
1542 |
+
"step": 5475
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 4.661016949152542,
|
1546 |
+
"grad_norm": 0.37881365418434143,
|
1547 |
+
"learning_rate": 1.8097471578607164e-06,
|
1548 |
+
"loss": 0.4209,
|
1549 |
+
"step": 5500
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 4.682203389830509,
|
1553 |
+
"grad_norm": 0.40850409865379333,
|
1554 |
+
"learning_rate": 1.5919039225983782e-06,
|
1555 |
+
"loss": 0.378,
|
1556 |
+
"step": 5525
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 4.703389830508475,
|
1560 |
+
"grad_norm": 0.43627145886421204,
|
1561 |
+
"learning_rate": 1.3878858234280532e-06,
|
1562 |
+
"loss": 0.4131,
|
1563 |
+
"step": 5550
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 4.72457627118644,
|
1567 |
+
"grad_norm": 0.3629254400730133,
|
1568 |
+
"learning_rate": 1.1977312836046194e-06,
|
1569 |
+
"loss": 0.3555,
|
1570 |
+
"step": 5575
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 4.745762711864407,
|
1574 |
+
"grad_norm": 0.4231952428817749,
|
1575 |
+
"learning_rate": 1.0214761154230643e-06,
|
1576 |
+
"loss": 0.4459,
|
1577 |
+
"step": 5600
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 4.766949152542373,
|
1581 |
+
"grad_norm": 0.32848870754241943,
|
1582 |
+
"learning_rate": 8.591535134738814e-07,
|
1583 |
+
"loss": 0.3753,
|
1584 |
+
"step": 5625
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 4.788135593220339,
|
1588 |
+
"grad_norm": 0.49593624472618103,
|
1589 |
+
"learning_rate": 7.107940483913943e-07,
|
1590 |
+
"loss": 0.4109,
|
1591 |
+
"step": 5650
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 4.809322033898305,
|
1595 |
+
"grad_norm": 0.3230677545070648,
|
1596 |
+
"learning_rate": 5.764256610963636e-07,
|
1597 |
+
"loss": 0.3534,
|
1598 |
+
"step": 5675
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 4.830508474576272,
|
1602 |
+
"grad_norm": 0.4409547746181488,
|
1603 |
+
"learning_rate": 4.560736575337787e-07,
|
1604 |
+
"loss": 0.4389,
|
1605 |
+
"step": 5700
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 4.851694915254237,
|
1609 |
+
"grad_norm": 0.3816058039665222,
|
1610 |
+
"learning_rate": 3.4976070390692054e-07,
|
1611 |
+
"loss": 0.369,
|
1612 |
+
"step": 5725
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 4.872881355932203,
|
1616 |
+
"grad_norm": 0.3902296721935272,
|
1617 |
+
"learning_rate": 2.5750682240857634e-07,
|
1618 |
+
"loss": 0.4134,
|
1619 |
+
"step": 5750
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 4.8940677966101696,
|
1623 |
+
"grad_norm": 0.3721590042114258,
|
1624 |
+
"learning_rate": 1.7932938745022218e-07,
|
1625 |
+
"loss": 0.3509,
|
1626 |
+
"step": 5775
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 4.915254237288136,
|
1630 |
+
"grad_norm": 0.3812599778175354,
|
1631 |
+
"learning_rate": 1.1524312238984923e-07,
|
1632 |
+
"loss": 0.4109,
|
1633 |
+
"step": 5800
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 4.936440677966102,
|
1637 |
+
"grad_norm": 0.39883601665496826,
|
1638 |
+
"learning_rate": 6.526009675905663e-08,
|
1639 |
+
"loss": 0.3768,
|
1640 |
+
"step": 5825
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 4.9576271186440675,
|
1644 |
+
"grad_norm": 0.38190439343452454,
|
1645 |
+
"learning_rate": 2.9389723990011495e-08,
|
1646 |
+
"loss": 0.4262,
|
1647 |
+
"step": 5850
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 4.978813559322034,
|
1651 |
+
"grad_norm": 0.2927350699901581,
|
1652 |
+
"learning_rate": 7.638759642525361e-09,
|
1653 |
+
"loss": 0.3631,
|
1654 |
+
"step": 5875
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 5.0,
|
1658 |
+
"grad_norm": 0.7745693922042847,
|
1659 |
+
"learning_rate": 1.1300131838587468e-11,
|
1660 |
+
"loss": 0.3756,
|
1661 |
+
"step": 5900
|
1662 |
+
}
|
1663 |
+
],
|
1664 |
+
"logging_steps": 25,
|
1665 |
+
"max_steps": 5900,
|
1666 |
+
"num_input_tokens_seen": 0,
|
1667 |
+
"num_train_epochs": 5,
|
1668 |
+
"save_steps": 0,
|
1669 |
+
"stateful_callbacks": {
|
1670 |
+
"TrainerControl": {
|
1671 |
+
"args": {
|
1672 |
+
"should_epoch_stop": false,
|
1673 |
+
"should_evaluate": false,
|
1674 |
+
"should_log": false,
|
1675 |
+
"should_save": true,
|
1676 |
+
"should_training_stop": true
|
1677 |
+
},
|
1678 |
+
"attributes": {}
|
1679 |
+
}
|
1680 |
+
},
|
1681 |
+
"total_flos": 1.0720875463474176e+17,
|
1682 |
+
"train_batch_size": 2,
|
1683 |
+
"trial_name": null,
|
1684 |
+
"trial_params": null
|
1685 |
+
}
|
Dubs/v0.0.1/P_C/checkpoint-5900/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6faca1b9fd727ce19a4e50f007c131e02d78148e09461d970f397278ecf3ffa0
|
3 |
+
size 5624
|
Dubs/v0.0.1/P_C/runs/Dec12_06-02-48_a2e074eee72a/events.out.tfevents.1733983589.a2e074eee72a.7056.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc809b22a58fd5ed2cd448d73ace6135eb68c85cac9786108f0bee1ce456c60e
|
3 |
+
size 8602
|
Dubs/v0.0.1/P_C/runs/Dec12_06-02-48_a2e074eee72a/events.out.tfevents.1733983648.a2e074eee72a.7056.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:474e4628ebf07e405bd4c646d488271f97507e54a7150168f6e473caced75dd9
|
3 |
+
size 8280
|
Dubs/v0.0.1/P_C/runs/Dec12_06-10-33_a2e074eee72a/events.out.tfevents.1733983892.a2e074eee72a.9377.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d55dded40238a95f193004b7b02be734fe04b087948d91c9578a64474a73adcf
|
3 |
+
size 8602
|
Dubs/v0.0.1/P_C/runs/Dec12_06-17-12_a2e074eee72a/events.out.tfevents.1733984297.a2e074eee72a.10985.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74c99d63f04f50f9a020b8b965285ab6681d001187a157d62055a84d165c3c90
|
3 |
+
size 58732
|
Dubs/v0.0.1/adapter/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/Phi-3-mini-128k-instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
Dubs/v0.0.1/adapter/adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": false,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 64,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"self_attn.qkv_proj",
|
27 |
+
"self_attn.o_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
Dubs/v0.0.1/adapter/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6d33dd5e4c11ffdccca0885ca97ceacf5efdaf9a3c1afbdf1a4fc2d2c43813c
|
3 |
+
size 151014592
|
Dubs/v0.0.1/adapter/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
Dubs/v0.0.1/adapter/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
Dubs/v0.0.1/adapter/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Dubs/v0.0.1/adapter/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
Dubs/v0.0.1/adapter/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": true,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<|endoftext|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|assistant|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": true,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
+
"content": "<|placeholder1|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": true,
|
51 |
+
"single_word": false,
|
52 |
+
"special": true
|
53 |
+
},
|
54 |
+
"32003": {
|
55 |
+
"content": "<|placeholder2|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": true,
|
59 |
+
"single_word": false,
|
60 |
+
"special": true
|
61 |
+
},
|
62 |
+
"32004": {
|
63 |
+
"content": "<|placeholder3|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": true,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"32005": {
|
71 |
+
"content": "<|placeholder4|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": true,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"32006": {
|
79 |
+
"content": "<|system|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": true,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"32007": {
|
87 |
+
"content": "<|end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": true,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"32008": {
|
95 |
+
"content": "<|placeholder5|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": true,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"32009": {
|
103 |
+
"content": "<|placeholder6|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": true,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"32010": {
|
111 |
+
"content": "<|user|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": true,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "left",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|
Dubs/v0.0.1/full_model/added_tokens.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|assistant|>": 32001,
|
3 |
+
"<|endoftext|>": 32000,
|
4 |
+
"<|end|>": 32007,
|
5 |
+
"<|placeholder1|>": 32002,
|
6 |
+
"<|placeholder2|>": 32003,
|
7 |
+
"<|placeholder3|>": 32004,
|
8 |
+
"<|placeholder4|>": 32005,
|
9 |
+
"<|placeholder5|>": 32008,
|
10 |
+
"<|placeholder6|>": 32009,
|
11 |
+
"<|system|>": 32006,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
Dubs/v0.0.1/full_model/config.json
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Dubs_0.0.1",
|
3 |
+
"architectures": [
|
4 |
+
"Phi3ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoConfig": "microsoft/Phi-3-mini-128k-instruct--configuration_phi3.Phi3Config",
|
10 |
+
"AutoModelForCausalLM": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM"
|
11 |
+
},
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"description": "Finetuned on RayBernard/leetcode",
|
14 |
+
"embd_pdrop": 0.0,
|
15 |
+
"eos_token_id": 32000,
|
16 |
+
"hidden_act": "silu",
|
17 |
+
"hidden_size": 3072,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 8192,
|
20 |
+
"max_position_embeddings": 131072,
|
21 |
+
"model_type": "phi3",
|
22 |
+
"num_attention_heads": 32,
|
23 |
+
"num_hidden_layers": 32,
|
24 |
+
"num_key_value_heads": 32,
|
25 |
+
"original_max_position_embeddings": 4096,
|
26 |
+
"pad_token_id": 32000,
|
27 |
+
"resid_pdrop": 0.0,
|
28 |
+
"rms_norm_eps": 1e-05,
|
29 |
+
"rope_scaling": {
|
30 |
+
"long_factor": [
|
31 |
+
1.0700000524520874,
|
32 |
+
1.1200000047683716,
|
33 |
+
1.149999976158142,
|
34 |
+
1.4199999570846558,
|
35 |
+
1.5699999332427979,
|
36 |
+
1.7999999523162842,
|
37 |
+
2.129999876022339,
|
38 |
+
2.129999876022339,
|
39 |
+
3.009999990463257,
|
40 |
+
5.910000324249268,
|
41 |
+
6.950000286102295,
|
42 |
+
9.070000648498535,
|
43 |
+
9.930000305175781,
|
44 |
+
10.710000038146973,
|
45 |
+
11.130000114440918,
|
46 |
+
14.609999656677246,
|
47 |
+
15.409998893737793,
|
48 |
+
19.809999465942383,
|
49 |
+
37.279998779296875,
|
50 |
+
38.279998779296875,
|
51 |
+
38.599998474121094,
|
52 |
+
40.12000274658203,
|
53 |
+
46.20000457763672,
|
54 |
+
50.940006256103516,
|
55 |
+
53.66000747680664,
|
56 |
+
54.9373893737793,
|
57 |
+
56.89738845825195,
|
58 |
+
57.28738784790039,
|
59 |
+
59.98738479614258,
|
60 |
+
60.86738586425781,
|
61 |
+
60.887386322021484,
|
62 |
+
61.71739196777344,
|
63 |
+
62.91739273071289,
|
64 |
+
62.957393646240234,
|
65 |
+
63.41739273071289,
|
66 |
+
63.8173942565918,
|
67 |
+
63.83739471435547,
|
68 |
+
63.897396087646484,
|
69 |
+
63.93739700317383,
|
70 |
+
64.06739807128906,
|
71 |
+
64.11434936523438,
|
72 |
+
64.12435150146484,
|
73 |
+
64.15435028076172,
|
74 |
+
64.19435119628906,
|
75 |
+
64.24435424804688,
|
76 |
+
64.57435607910156,
|
77 |
+
64.69000244140625,
|
78 |
+
64.76000213623047
|
79 |
+
],
|
80 |
+
"short_factor": [
|
81 |
+
1.1,
|
82 |
+
1.1,
|
83 |
+
1.1,
|
84 |
+
1.3000000000000003,
|
85 |
+
1.3500000000000003,
|
86 |
+
1.3500000000000003,
|
87 |
+
1.4000000000000004,
|
88 |
+
1.5500000000000005,
|
89 |
+
2.000000000000001,
|
90 |
+
2.000000000000001,
|
91 |
+
2.000000000000001,
|
92 |
+
2.000000000000001,
|
93 |
+
2.000000000000001,
|
94 |
+
2.000000000000001,
|
95 |
+
2.000000000000001,
|
96 |
+
2.000000000000001,
|
97 |
+
2.000000000000001,
|
98 |
+
2.000000000000001,
|
99 |
+
2.000000000000001,
|
100 |
+
2.000000000000001,
|
101 |
+
2.000000000000001,
|
102 |
+
2.000000000000001,
|
103 |
+
2.000000000000001,
|
104 |
+
2.000000000000001,
|
105 |
+
2.000000000000001,
|
106 |
+
2.0500000000000007,
|
107 |
+
2.0500000000000007,
|
108 |
+
2.0500000000000007,
|
109 |
+
2.0500000000000007,
|
110 |
+
2.0500000000000007,
|
111 |
+
2.0500000000000007,
|
112 |
+
2.1000000000000005,
|
113 |
+
2.1000000000000005,
|
114 |
+
2.1500000000000004,
|
115 |
+
2.25,
|
116 |
+
2.25,
|
117 |
+
2.25,
|
118 |
+
2.25,
|
119 |
+
2.25,
|
120 |
+
2.3999999999999995,
|
121 |
+
2.4499999999999993,
|
122 |
+
2.499999999999999,
|
123 |
+
2.6999999999999984,
|
124 |
+
2.6999999999999984,
|
125 |
+
2.7499999999999982,
|
126 |
+
2.799999999999998,
|
127 |
+
2.8999999999999977,
|
128 |
+
3.049999999999997
|
129 |
+
],
|
130 |
+
"type": "longrope"
|
131 |
+
},
|
132 |
+
"rope_theta": 10000.0,
|
133 |
+
"sliding_window": 262144,
|
134 |
+
"tie_word_embeddings": false,
|
135 |
+
"torch_dtype": "float16",
|
136 |
+
"transformers_version": "4.47.0",
|
137 |
+
"use_cache": true,
|
138 |
+
"vocab_size": 32064
|
139 |
+
}
|
Dubs/v0.0.1/full_model/generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": [
|
5 |
+
32000,
|
6 |
+
32001,
|
7 |
+
32007
|
8 |
+
],
|
9 |
+
"pad_token_id": 32000,
|
10 |
+
"transformers_version": "4.47.0"
|
11 |
+
}
|
Dubs/v0.0.1/full_model/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91b31a3ce5fa4205069b877b3fa1fddb062da5ab32ae148eddfa0796079be8da
|
3 |
+
size 4972489200
|
Dubs/v0.0.1/full_model/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4134ffe1adc5710e27927489ff6021862bef37f388f1d96210a66b6240142cad
|
3 |
+
size 2669692488
|
Dubs/v0.0.1/full_model/model.safetensors.index.json
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 7642159104
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
201 |
+
}
|
202 |
+
}
|
Dubs/v0.0.1/full_model/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
Dubs/v0.0.1/full_model/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Dubs/v0.0.1/full_model/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
Dubs/v0.0.1/full_model/tokenizer_config.json
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": true,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<|endoftext|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|assistant|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": true,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
+
"content": "<|placeholder1|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": true,
|
51 |
+
"single_word": false,
|
52 |
+
"special": true
|
53 |
+
},
|
54 |
+
"32003": {
|
55 |
+
"content": "<|placeholder2|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": true,
|
59 |
+
"single_word": false,
|
60 |
+
"special": true
|
61 |
+
},
|
62 |
+
"32004": {
|
63 |
+
"content": "<|placeholder3|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": true,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"32005": {
|
71 |
+
"content": "<|placeholder4|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": true,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"32006": {
|
79 |
+
"content": "<|system|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": true,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"32007": {
|
87 |
+
"content": "<|end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": true,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"32008": {
|
95 |
+
"content": "<|placeholder5|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": true,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"32009": {
|
103 |
+
"content": "<|placeholder6|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": true,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"32010": {
|
111 |
+
"content": "<|user|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": true,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"bos_token": "<s>",
|
120 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
121 |
+
"clean_up_tokenization_spaces": false,
|
122 |
+
"eos_token": "<|endoftext|>",
|
123 |
+
"extra_special_tokens": {},
|
124 |
+
"legacy": false,
|
125 |
+
"model_max_length": 131072,
|
126 |
+
"pad_token": "<|endoftext|>",
|
127 |
+
"padding_side": "right",
|
128 |
+
"sp_model_kwargs": {},
|
129 |
+
"tokenizer_class": "LlamaTokenizer",
|
130 |
+
"unk_token": "<unk>",
|
131 |
+
"use_default_system_prompt": false
|
132 |
+
}
|