pkbiswas commited on
Commit
421110d
1 Parent(s): bfb7444

Upload Phi3ForCausalLM

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b0e7c9c5c245f25cca3a38ef037511350b1286ea77924d8cd2f37c464e3826e
3
  size 50366280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7d10f3f4024f540198f6b3edbb45c7fa2fb45a62281f376aa7842b30668a00
3
  size 50366280
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": [
5
+ 32000,
6
+ 32001,
7
+ 32007
8
+ ],
9
+ "pad_token_id": 32000,
10
+ "transformers_version": "4.38.2"
11
+ }