nananatsu commited on
Commit
c3aaafc
·
verified ·
1 Parent(s): a42e16d

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +14 -13
  2. adapter_config.json +3 -3
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -50,19 +50,20 @@ The model was trained using the `SFTTrainer` from the TRL library.
50
 
51
  | Step | Training Loss | Validation Loss |
52
  |------|---------------|-----------------|
53
- |10 |1.070300 |0.859889|
54
- |20 |0.710900 |0.649465|
55
- |30 |0.632800 |0.522307|
56
- |40 |0.492200 |0.463456|
57
- |50 |0.386700 |0.421875|
58
- |60 |0.328100 |0.405993|
59
- |70 |0.316400 |0.392578|
60
- |80 |0.252000 |0.386410|
61
- |90 |0.245100 |0.372893|
62
- |100 |0.205100 |0.372327|
63
- |110 |0.125000 |0.373869|
64
- |120 |0.144500 |0.430407|
65
- |130 |0.127000 |0.403783|
 
66
 
67
  ## Intended Use
68
 
 
50
 
51
  | Step | Training Loss | Validation Loss |
52
  |------|---------------|-----------------|
53
+ | 10 | 1.070300 | 0.866071 |
54
+ | 20 | 0.738300 | 0.653832 |
55
+ | 30 | 0.621100 | 0.534040 |
56
+ | 40 | 0.433600 | 0.462612 |
57
+ | 50 | 0.416000 | 0.423968 |
58
+ | 60 | 0.306600 | 0.405645 |
59
+ | 70 | 0.308600 | 0.396484 |
60
+ | 80 | 0.238300 | 0.380999 |
61
+ | 90 | 0.232400 | 0.376814 |
62
+ | 100 | 0.265600 | 0.371326 |
63
+ | 110 | 0.209000 | 0.366815 |
64
+ | 120 | 0.120100 | 0.400251 |
65
+ | 130 | 0.148400 | 0.417922 |
66
+ | 140 | 0.121600 | 0.411133 |
67
 
68
  ## Intended Use
69
 
adapter_config.json CHANGED
@@ -27,12 +27,12 @@
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
- "v_proj",
31
  "down_proj",
 
32
  "o_proj",
33
  "up_proj",
34
- "gate_proj",
35
- "q_proj"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,
 
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
+ "q_proj",
31
  "down_proj",
32
+ "v_proj",
33
  "o_proj",
34
  "up_proj",
35
+ "gate_proj"
 
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fde19778390ce6d4ed7b2c9a969ed6f599081ed372e404f53d59b9dbf4d71932
3
  size 2547050200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4501c872a30f5a183e2a750920de907187c697cb6dfc93a1f8b28719a975b7
3
  size 2547050200