kraalfar commited on
Commit
7258b6e
·
verified ·
1 Parent(s): 6244492

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "checkpoints/comment_resolution/model/deepseek-ai/deepseek-coder-1.3b-instruct_with_new_tokens_training/epoch_2",
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": "checkpoints/comment_resolution/model/deepseek-ai/deepseek-coder-1.3b-instruct_with_new_tokens_training/epoch_2",
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": "checkpoints/comment_resolution/tokenizer/deepseek-ai/deepseek-coder-1.3b-instruct_with_new_tokens",
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,