TianyiQ commited on
Commit
97005eb
1 Parent(s): 40b7276

Upload ./config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/data/pro-align/progressalign/shared_storage/downloaded_models/llama3-8b-base",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -22,7 +22,7 @@
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
- "transformers_version": "4.40.1",
26
  "use_cache": false,
27
  "vocab_size": 128256
28
  }
 
1
  {
2
+ "_name_or_path": "/data/models/llama3/Meta-Llama-3-8B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
+ "transformers_version": "4.40.0",
26
  "use_cache": false,
27
  "vocab_size": 128256
28
  }