Text Generation
Transformers
Safetensors
English
bolmo
custom_code
benjamin commited on
Commit
2d3a087
·
verified ·
1 Parent(s): 531f9a7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -2
config.json CHANGED
@@ -64,8 +64,15 @@
64
  "num_local_heads": 16,
65
  "pad_token_id": 0,
66
  "rms_norm_eps": 1e-06,
67
- "rope_scaling": null,
68
- "rope_theta": 10000.0,
 
 
 
 
 
 
 
69
  "sliding_window": 4096,
70
  "subword_vocab_size": 100278,
71
  "tie_word_embeddings": false,
 
64
  "num_local_heads": 16,
65
  "pad_token_id": 0,
66
  "rms_norm_eps": 1e-06,
67
+ "rope_scaling": {
68
+ "attention_factor": 1.2079441541679836,
69
+ "beta_fast": 32,
70
+ "beta_slow": 1,
71
+ "factor": 8.0,
72
+ "original_max_position_embeddings": 8192,
73
+ "rope_type": "yarn"
74
+ },
75
+ "rope_theta": 500000,
76
  "sliding_window": 4096,
77
  "subword_vocab_size": 100278,
78
  "tie_word_embeddings": false,