beamaia commited on
Commit
01b2a9b
·
verified ·
1 Parent(s): a8fcd18

Upload model

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. adapter_config.json +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [NousResearch/Nous-Hermes-llama-2-7b](https://huggingface.co/NousResearch/Nous-Hermes-llama-2-7b) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.2621
24
 
25
  ## Model description
26
 
 
20
 
21
  This model is a fine-tuned version of [NousResearch/Nous-Hermes-llama-2-7b](https://huggingface.co/NousResearch/Nous-Hermes-llama-2-7b) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.2589
24
 
25
  ## Model description
26
 
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }