kraalfar commited on
Commit
33f582d
·
verified ·
1 Parent(s): 67012cf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -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_lm_baseline_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",
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.46.3",
34
  "use_cache": true,
 
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-baseline",
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-baseline",
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.46.3",
34
  "use_cache": true,