Elfrino commited on
Commit
80983ec
·
verified ·
1 Parent(s): 198c9e2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Undi95/PsyMedRP-v1-20B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -24,6 +24,7 @@
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.44.1",
27
- "use_cache": false,
28
  "vocab_size": 32000
 
29
 
 
1
  {
2
+ "_name_or_path": "Undi95/MXLewd-L2-20B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.44.1",
27
+ "use_cache": true,
28
  "vocab_size": 32000
29
+ }
30