Shaleen123 commited on
Commit
09a6df1
1 Parent(s): d12c0f4

Upload LlamaForCausalLM

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76f1dd0ae00b2a2b04daf3ef634abb3db1b9c107fb55d866bd65a263a6331662
3
- size 13124232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b92448c86b42a6dfa74d32839d95745a4df563f1ec959e6c0ed5797b9b5fab22
3
+ size 26231544
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 6,
3
+ "do_sample": true,
4
+ "eos_token_id": 7,
5
+ "max_length": 4096,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.6,
8
+ "top_p": 0.8,
9
+ "transformers_version": "4.36.2"
10
+ }