danielhanchen commited on
Commit
e24e953
1 Parent(s): 2cd0ad1

Upload Qwen2ForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +2 -0
  2. generation_config.json +2 -1
config.json CHANGED
@@ -16,6 +16,7 @@
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 28,
18
  "num_key_value_heads": 2,
 
19
  "quantization_config": {
20
  "_load_in_4bit": true,
21
  "_load_in_8bit": false,
@@ -37,6 +38,7 @@
37
  "tie_word_embeddings": true,
38
  "torch_dtype": "bfloat16",
39
  "transformers_version": "4.44.2",
 
40
  "use_cache": true,
41
  "use_sliding_window": false,
42
  "vocab_size": 151936
 
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 28,
18
  "num_key_value_heads": 2,
19
+ "pad_token_id": 151665,
20
  "quantization_config": {
21
  "_load_in_4bit": true,
22
  "_load_in_8bit": false,
 
38
  "tie_word_embeddings": true,
39
  "torch_dtype": "bfloat16",
40
  "transformers_version": "4.44.2",
41
+ "unsloth_fixed": true,
42
  "use_cache": true,
43
  "use_sliding_window": false,
44
  "vocab_size": 151936
generation_config.json CHANGED
@@ -4,6 +4,7 @@
4
  151645,
5
  151643
6
  ],
7
- "pad_token_id": 151643,
 
8
  "transformers_version": "4.44.2"
9
  }
 
4
  151645,
5
  151643
6
  ],
7
+ "max_length": 4096,
8
+ "pad_token_id": 151665,
9
  "transformers_version": "4.44.2"
10
  }