matterai commited on
Commit
de15107
·
verified ·
1 Parent(s): 5f3694e

lalamo export, ver. 0.2.0

Browse files
Files changed (3) hide show
  1. config.json +2 -1
  2. generation_config.json +12 -0
  3. model.safetensors +2 -2
config.json CHANGED
@@ -85,6 +85,7 @@
85
  },
86
  "tokenizer_file_names": [
87
  "tokenizer.json",
88
- "tokenizer_config.json"
 
89
  ]
90
  }
 
85
  },
86
  "tokenizer_file_names": [
87
  "tokenizer.json",
88
+ "tokenizer_config.json",
89
+ "generation_config.json"
90
  ]
91
  }
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.45.0.dev0"
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f95d3cbc55b0f278d0574dc5fa8173f07519f8f95dede3e71f79afc4c0e69ea
3
- size 2505194384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83402a0e7f5e0b271dcafdc99c73acb87ca614351f5694876f2052b5261696b
3
+ size 2505194368