step 5000
Browse files- config.json +3 -0
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -52,6 +52,7 @@
|
|
| 52 |
"vocab_size": 100352
|
| 53 |
},
|
| 54 |
"base_model_name_or_path": "microsoft/phi-4",
|
|
|
|
| 55 |
"decoder_layer_indices": [
|
| 56 |
39
|
| 57 |
],
|
|
@@ -63,8 +64,10 @@
|
|
| 63 |
4,
|
| 64 |
5
|
| 65 |
],
|
|
|
|
| 66 |
"hidden_size": 5120,
|
| 67 |
"model_type": "lds",
|
|
|
|
| 68 |
"q_threshold": 0.9,
|
| 69 |
"reasoning_layer_indices": [
|
| 70 |
6,
|
|
|
|
| 52 |
"vocab_size": 100352
|
| 53 |
},
|
| 54 |
"base_model_name_or_path": "microsoft/phi-4",
|
| 55 |
+
"convergence_epsilon": 0.01,
|
| 56 |
"decoder_layer_indices": [
|
| 57 |
39
|
| 58 |
],
|
|
|
|
| 64 |
4,
|
| 65 |
5
|
| 66 |
],
|
| 67 |
+
"halting_strategy": "threshold",
|
| 68 |
"hidden_size": 5120,
|
| 69 |
"model_type": "lds",
|
| 70 |
+
"q_eval_interval": 1,
|
| 71 |
"q_threshold": 0.9,
|
| 72 |
"reasoning_layer_indices": [
|
| 73 |
6,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a3823f2ddf7401230e01249d82532cdab3c6b580b5e52c44ce3058cdfa2ee92
|
| 3 |
+
size 29325649618
|
tokenizer_config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"bos_token": "<|endoftext|>",
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "<|im_end|>",
|
| 7 |
-
"is_local":
|
| 8 |
"model_max_length": 16384,
|
| 9 |
"pad_token": "<|dummy_85|>",
|
| 10 |
"tokenizer_class": "TokenizersBackend"
|
|
|
|
| 4 |
"bos_token": "<|endoftext|>",
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "<|im_end|>",
|
| 7 |
+
"is_local": true,
|
| 8 |
"model_max_length": 16384,
|
| 9 |
"pad_token": "<|dummy_85|>",
|
| 10 |
"tokenizer_class": "TokenizersBackend"
|