Cartik commited on
Commit
be5965b
·
verified ·
1 Parent(s): 3f9807f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
- "_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
  "eos_token_id": 151645,
 
9
  "hidden_act": "silu",
10
  "hidden_size": 896,
11
  "initializer_range": 0.02,
@@ -22,8 +23,7 @@
22
  "sliding_window": null,
23
  "tie_word_embeddings": true,
24
  "torch_dtype": "float16",
25
- "transformers_version": "4.45.1",
26
  "use_cache": true,
27
  "use_sliding_window": false,
28
  "vocab_size": 151665
29
- }
 
1
  {
2
+ "_name_or_path": "Cartik/Bastiai-1-instruct",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
  "eos_token_id": 151645,
9
+ "pad_token_id": 151643,
10
  "hidden_act": "silu",
11
  "hidden_size": 896,
12
  "initializer_range": 0.02,
 
23
  "sliding_window": null,
24
  "tie_word_embeddings": true,
25
  "torch_dtype": "float16",
 
26
  "use_cache": true,
27
  "use_sliding_window": false,
28
  "vocab_size": 151665
29
+ }