survivi commited on
Commit
9e916e1
1 Parent(s): d8fd4a5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/fs/archive/share/yulan/data/aa_github/Llama-3-SynE",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -23,7 +22,7 @@
23
  "rope_theta": 500000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
- "transformers_version": "4.41.1",
27
  "use_cache": false,
28
  "vocab_size": 128256
29
  }
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
 
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.42.0",
26
  "use_cache": false,
27
  "vocab_size": 128256
28
  }