5ivatej commited on
Commit
7d5729f
·
verified ·
1 Parent(s): 37cd380

Upload model

Browse files
Files changed (2) hide show
  1. README.md +4 -3
  2. adapter_config.json +3 -3
README.md CHANGED
@@ -13,9 +13,10 @@ language:
13
  - en
14
  widget:
15
  - text: "Patient: I have a sharp pain in my chest when I breathe deep. \nDoctor Assessment:"
16
- example_title: "Chest Pain"
17
- - text: "Patient: My child has a fever of 102 and a rash on the stomach. \nDoctor Assessment:"
18
- example_title: "Pediatric Fever"
 
19
  ---
20
 
21
  # 🩺 Liquid-LFM-1.2B-Medical-Doctor
 
13
  - en
14
  widget:
15
  - text: "Patient: I have a sharp pain in my chest when I breathe deep. \nDoctor Assessment:"
16
+ example_title: Chest Pain
17
+ - text: "Patient: My child has a fever of 102 and a rash on the stomach. \nDoctor\
18
+ \ Assessment:"
19
+ example_title: Pediatric Fever
20
  ---
21
 
22
  # 🩺 Liquid-LFM-1.2B-Medical-Doctor
adapter_config.json CHANGED
@@ -29,12 +29,12 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "o_proj",
33
  "q_proj",
34
- "down_proj",
35
  "up_proj",
 
36
  "gate_proj",
37
- "v_proj"
38
  ],
39
  "target_parameters": null,
40
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "v_proj",
33
  "q_proj",
 
34
  "up_proj",
35
+ "o_proj",
36
  "gate_proj",
37
+ "down_proj"
38
  ],
39
  "target_parameters": null,
40
  "task_type": "CAUSAL_LM",