Taishi-N324 commited on
Commit
a043c57
1 Parent(s): 451a779

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
 
2
  "architectures": [
3
- "LLaMAForCausalLM"
4
  ],
5
  "bos_token_id": 1,
6
  "eos_token_id": 2,
@@ -24,4 +25,4 @@
24
  "transformers_version": "4.33.2",
25
  "use_cache": true,
26
  "vocab_size": 43176
27
- }
 
1
  {
2
+ "_name_or_path": "tokyotech-llm/Swallow-7b-plus-hf",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
 
25
  "transformers_version": "4.33.2",
26
  "use_cache": true,
27
  "vocab_size": 43176
28
+ }