Fernanda24 commited on
Commit
c49137a
·
verified ·
1 Parent(s): dba1be0

Update config.json

Browse files

Changing index_topk from 512 to 1024 for less hallucinations per Eric's discussion in Local Inference Lab discord server and his video: <https://www.youtube.com/watch?v=P4dTq4X8bqk>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -121,7 +121,7 @@
121
  ],
122
  "index_n_heads": 32,
123
  "index_head_dim": 128,
124
- "index_topk": 512,
125
  "candidate_source_layer_id": 20,
126
  "candidate_topk_blocks": 2048,
127
  "candidate_block_size": 8,
 
121
  ],
122
  "index_n_heads": 32,
123
  "index_head_dim": 128,
124
+ "index_topk": 1024,
125
  "candidate_source_layer_id": 20,
126
  "candidate_topk_blocks": 2048,
127
  "candidate_block_size": 8,