twhoool02 commited on
Commit
72db7d4
1 Parent(s): d09342d

Upload MistralForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +1 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -15,7 +15,6 @@
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
- "pretraining_tp": 1,
19
  "quantization_config": {
20
  "_load_in_4bit": true,
21
  "_load_in_8bit": false,
@@ -36,7 +35,7 @@
36
  "sliding_window": null,
37
  "tie_word_embeddings": false,
38
  "torch_dtype": "float16",
39
- "transformers_version": "4.39.1",
40
  "use_cache": true,
41
  "vocab_size": 32000
42
  }
 
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
 
18
  "quantization_config": {
19
  "_load_in_4bit": true,
20
  "_load_in_8bit": false,
 
35
  "sliding_window": null,
36
  "tie_word_embeddings": false,
37
  "torch_dtype": "float16",
38
+ "transformers_version": "4.39.3",
39
  "use_cache": true,
40
  "vocab_size": 32000
41
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.39.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.39.3"
6
  }