cankarakus commited on
Commit
be2f641
·
verified ·
1 Parent(s): e6c2f0e

Upload LlamaForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. generation_config.json +12 -0
  3. model.safetensors +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
- "LlamaModel"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
1
  {
2
  "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.46.3"
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c43775b74fe4000827f89d1d806e5e272b2e148df542a120d2150dc7f3356808
3
- size 4943273456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87caa701f46316c08d9c16e1e22cfd9fc9b57b45ad8cbddb5549232c21fd34dd
3
+ size 4943274328