haoranli-ml commited on
Commit
2a7a649
·
verified ·
1 Parent(s): 32235d0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "checkpoints/lcft_Meta-Llama-3-8B_long-context-65536_ProLong64KMix_bsz256_steps1250_lr1e-5_warmup0.1/checkpoint-1250",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -11,7 +11,7 @@
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 14336,
14
- "max_position_embeddings": 8192,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 32,
 
1
  {
2
+ "_name_or_path": "haoranli-ml/Llama-3-8B-HardClip-64k-Base",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 14336,
14
+ "max_position_embeddings": 65536,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 32,