whooray commited on
Commit
745c7e3
·
verified ·
1 Parent(s): 2f6337e

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./axolotl/output-EEVE-Korean-10.8B-v1.0-conversation-RAFT-Dataset/v0.1/",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -23,7 +23,7 @@
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float32",
26
- "transformers_version": "4.41.2",
27
  "use_cache": false,
28
  "vocab_size": 40962
29
  }
 
1
  {
2
+ "_name_or_path": "./output-EEVE-Korean-10.8B-v1.0-conversation-RAFT-Dataset/v0.1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float32",
26
+ "transformers_version": "4.41.1",
27
  "use_cache": false,
28
  "vocab_size": 40962
29
  }
generation_config.json CHANGED
@@ -3,6 +3,6 @@
3
  "bos_token_id": 1,
4
  "do_sample": true,
5
  "eos_token_id": 32000,
6
- "transformers_version": "4.41.2",
7
  "use_cache": false
8
  }
 
3
  "bos_token_id": 1,
4
  "do_sample": true,
5
  "eos_token_id": 32000,
6
+ "transformers_version": "4.41.1",
7
  "use_cache": false
8
  }