Oliver Adams commited on
Commit
77ebd53
·
1 Parent(s): c55ba65

Any utterance ending in a filler is now a non-yield.

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. adapter_model.safetensors +1 -1
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
- "down_proj",
25
- "k_proj",
26
- "q_proj",
27
  "up_proj",
 
 
 
28
  "gate_proj",
29
- "v_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
23
  "up_proj",
24
+ "down_proj",
25
+ "o_proj",
26
+ "v_proj",
27
  "gate_proj",
28
+ "q_proj",
29
+ "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b370316acc015ecfe27fec3466294faa90eff955ee58115ef3f4de2792a21b4
3
  size 100966336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e8014a453c6068e39b033f6decc0d7ec01a139818d9cc1bcd228d5b6850c04e
3
  size 100966336