alvarobartt HF staff commited on
Commit
1521beb
1 Parent(s): ba3eae7

Update config.json (#5)

Browse files

- Update config.json (a4e6a739f34e344d11e1faa3c2e47265764ab7cd)

Files changed (1) hide show
  1. config.json +7 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/fsx/alvaro.bartolome/8b-instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -36,7 +35,13 @@
36
  "true_sequential": true
37
  },
38
  "rms_norm_eps": 1e-05,
39
- "rope_scaling": null,
 
 
 
 
 
 
40
  "rope_theta": 500000.0,
41
  "tie_word_embeddings": false,
42
  "torch_dtype": "float16",
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
 
35
  "true_sequential": true
36
  },
37
  "rms_norm_eps": 1e-05,
38
+ "rope_scaling": {
39
+ "factor": 8.0,
40
+ "low_freq_factor": 1.0,
41
+ "high_freq_factor": 4.0,
42
+ "original_max_position_embeddings": 8192,
43
+ "rope_type": "llama3"
44
+ },
45
  "rope_theta": 500000.0,
46
  "tie_word_embeddings": false,
47
  "torch_dtype": "float16",