icefog72 commited on
Commit
a73b4ae
1 Parent(s): 319c592

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "IceCocoaRP-7b-8bpw-exl2",
3
  "architectures": [
4
- "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
@@ -17,10 +17,10 @@
17
  "num_key_value_heads": 8,
18
  "rms_norm_eps": 1e-05,
19
  "rope_theta": 100000.0,
20
- "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.38.2",
24
- "use_cache": false,
25
  "vocab_size": 32000
26
- }
 
1
  {
2
  "_name_or_path": "IceCocoaRP-7b-8bpw-exl2",
3
  "architectures": [
4
+ "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
 
17
  "num_key_value_heads": 8,
18
  "rms_norm_eps": 1e-05,
19
  "rope_theta": 100000.0,
20
+ "sliding_window": null,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.38.2",
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
+ }