Taishi-N324 commited on
Commit
c2fc3be
1 Parent(s): a186cdd

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": "/groups/gcd50698/fujii/work/jr-east/hf-checkpoint/Llama-2-7b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -21,7 +21,7 @@
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
- "transformers_version": "4.35.0",
25
  "use_cache": true,
26
  "vocab_size": 32000
27
  }
 
1
  {
2
+ "_name_or_path": "tokyotech-llm/Swallow-7b-NVE-instruct-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.33.2",
25
  "use_cache": true,
26
  "vocab_size": 32000
27
  }