Taishi-N324 commited on
Commit
e396674
1 Parent(s): ef24723

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": "/home/kazuki/hf_checkpoints/Llama-2-70b-extended/iter_0005000",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -23,7 +23,7 @@
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
- "transformers_version": "4.35.0",
27
  "use_cache": true,
28
  "vocab_size": 43176
29
  }
 
1
  {
2
+ "_name_or_path": "tokyotech-llm/Swallow-70b-instruct-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.33.2",
27
  "use_cache": true,
28
  "vocab_size": 43176
29
  }