peruginia commited on
Commit
a8f538a
2 Parent(s): 66360ef 22600c7

Merge branch 'main' of hf.co:peruginia/Llama-2-Small into main

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -21,6 +21,7 @@
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": true,
23
  "transformers_version": "4.39.3",
24
- "use_cache": true,
 
25
  "vocab_size": 32000
26
  }
 
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": true,
23
  "transformers_version": "4.39.3",
24
+ "use_cache": false,
25
+ "max_new_tokens": 150,
26
  "vocab_size": 32000
27
  }