grunemax commited on
Commit
e849992
1 Parent(s): 0d91428

End of training

Browse files
README.md CHANGED
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
  - lr_scheduler_warmup_ratio: 0.03
47
- - training_steps: 10
48
 
49
  ### Training results
50
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
  - lr_scheduler_warmup_ratio: 0.03
47
+ - training_steps: 100
48
 
49
  ### Training results
50
 
adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "v_proj",
24
  "gate_proj",
25
- "k_proj",
26
- "q_proj",
27
- "o_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "o_proj",
24
+ "k_proj",
25
  "v_proj",
26
  "gate_proj",
27
+ "q_proj"
 
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb795f9fe468854fb26f9b989ba4a71ec2a6899ccb9e53afaa2e16f74871d6ba
3
  size 184592616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53a6315aae6af16d8b33c622955e7f0e21938a3de2bb3e8565eb4809020faad1
3
  size 184592616
runs/May27_16-44-26_e7b77b27a26e/events.out.tfevents.1716828293.e7b77b27a26e.2463.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:389767f50f970e1471c707d11707f7698aaac80c26d9c59e9507fa52bd316fc5
3
+ size 88
runs/May27_16-49-26_e7b77b27a26e/events.out.tfevents.1716828600.e7b77b27a26e.17940.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce93729abd04dfd022a14d0aa5fff330f1df17f904cb6b219864c80735b1f02
3
+ size 7697
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d318d7dbd4d07582aa41b699e6107cca197296b7f959c374dd432c539e4d8055
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ff68597d9d6fa8d953026d4731f771be1a70978e24b1d749402b285dc0bc35
3
  size 5112