Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CommentResolutionModel"
|
5 |
],
|
@@ -14,7 +14,7 @@
|
|
14 |
"intermediate_size": 5504,
|
15 |
"max_position_embeddings": 16384,
|
16 |
"mlp_bias": false,
|
17 |
-
"model_path": "
|
18 |
"model_type": "llama",
|
19 |
"num_attention_heads": 16,
|
20 |
"num_hidden_layers": 24,
|
@@ -28,7 +28,7 @@
|
|
28 |
},
|
29 |
"rope_theta": 100000,
|
30 |
"tie_word_embeddings": false,
|
31 |
-
"tokenizer_path": "
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.45.1",
|
34 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "JetBrains-Research/deepseek-coder-1.3b-instruct-comment-resolution",
|
3 |
"architectures": [
|
4 |
"CommentResolutionModel"
|
5 |
],
|
|
|
14 |
"intermediate_size": 5504,
|
15 |
"max_position_embeddings": 16384,
|
16 |
"mlp_bias": false,
|
17 |
+
"model_path": "JetBrains-Research/deepseek-coder-1.3b-instruct-comment-resolution",
|
18 |
"model_type": "llama",
|
19 |
"num_attention_heads": 16,
|
20 |
"num_hidden_layers": 24,
|
|
|
28 |
},
|
29 |
"rope_theta": 100000,
|
30 |
"tie_word_embeddings": false,
|
31 |
+
"tokenizer_path": "JetBrains-Research/deepseek-coder-1.3b-instruct-comment-resolution",
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.45.1",
|
34 |
"use_cache": true,
|