KAKA22 commited on
Commit
a4f882e
1 Parent(s): d36d1c7

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": "/data2/wangyuanchun/home_mzy/MODELS/CodeLlama-7b-Instruct-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -22,7 +22,7 @@
22
  "rope_theta": 1000000,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
- "transformers_version": "4.37.0",
26
  "use_cache": true,
27
  "vocab_size": 32016
28
  }
 
1
  {
2
+ "_name_or_path": "/workspace/mzy/MODELS/CodeLlama-7b-Instruct-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
22
  "rope_theta": 1000000,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.36.2",
26
  "use_cache": true,
27
  "vocab_size": 32016
28
  }