Karzan commited on
Commit
a6bc8bd
1 Parent(s): f797947

Upload 9 files

Browse files
Files changed (3) hide show
  1. adapter_config.json +18 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +1 -1
adapter_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "../models/model/translation_colab",
3
+ "bias": "none",
4
+ "enable_lora": null,
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.05,
9
+ "merge_weights": false,
10
+ "modules_to_save": null,
11
+ "peft_type": "LORA",
12
+ "r": 8,
13
+ "target_modules": [
14
+ "q",
15
+ "v"
16
+ ],
17
+ "task_type": "SEQ_2_SEQ_LM"
18
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f9ea690ee27e3b82e8de007160d12d018d68143941b15b8247f7677c6c5aa86
3
+ size 1204809
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bd8342e57c2550282b731734555a0c3f4cb3a3aca1dff7325a83e86b4c7a07b
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f93042890c00ba130c3dcec788e1fbe92e3e890249879aa4e8bd6e49dc11ef
3
  size 4155