learn2pro commited on
Commit
88cf8eb
·
verified ·
1 Parent(s): 45ec25e

Upload Qwen2ForCausalLM

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a91db5d1bef5fccac112c5adbf5f4939b23d8166a4855145a81b18ae8f4dbaa
3
- size 2174592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8291fafbed4d76fe2b5adfc13442f34ebaee0c76ff47a235a6fc8d959684394b
3
+ size 2175168
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.47.1"
14
+ }