maneln commited on
Commit
521f19e
·
verified ·
1 Parent(s): 7cbe27f

Upload LlamaForCausalLM

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b28fb884f88c8b3d569ce2a0b31f1fd96d73e8641463fd5eb9c1aa9fa4685dc3
3
- size 50505392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dce61f8f65605da40332fa1e0a1de159150b731b00c6c2a980fbe95048225e5c
3
+ size 50503544
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.40.1"
7
+ }