asprenger commited on
Commit
8c7c6b1
1 Parent(s): b8f9a2c

Upload 2 files

Browse files

Retrained model on to accommodate for the breaking changes in peft 0.3.0. See https://github.com/huggingface/peft/pull/263.

Files changed (2) hide show
  1. adapter_config.json +1 -7
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -1,17 +1,11 @@
1
  {
2
  "base_model_name_or_path": "malteos/bloom-6b4-clp-german",
3
  "bias": "none",
4
- "enable_lora": [
5
- true,
6
- false,
7
- true
8
- ],
9
- "fan_in_fan_out": true,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
  "lora_alpha": 16,
13
  "lora_dropout": 0.05,
14
- "merge_weights": false,
15
  "modules_to_save": null,
16
  "peft_type": "LORA",
17
  "r": 16,
 
1
  {
2
  "base_model_name_or_path": "malteos/bloom-6b4-clp-german",
3
  "bias": "none",
4
+ "fan_in_fan_out": false,
 
 
 
 
 
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
  "lora_alpha": 16,
8
  "lora_dropout": 0.05,
 
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 16,
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2575c9b8357979ff1ac2b909d00bcf88bac346714db072ffba457dc16c4341b
3
- size 31479717
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450c75e383a08b9d6f26b843a1825b22a24332c78f573cc6c78e087e5f9f7280
3
+ size 31479589