WangXFng commited on
Commit
d223afc
·
verified ·
1 Parent(s): 10a6dfe

Model save

Browse files
README.md CHANGED
@@ -53,4 +53,5 @@ The following hyperparameters were used during training:
53
  - PEFT 0.13.0
54
  - Transformers 4.45.2
55
  - Pytorch 2.4.0
 
56
  - Tokenizers 0.20.0
 
53
  - PEFT 0.13.0
54
  - Transformers 4.45.2
55
  - Pytorch 2.4.0
56
+ - Datasets 2.21.0
57
  - Tokenizers 0.20.0
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "gate_proj",
27
- "q_proj",
28
- "down_proj",
29
  "up_proj",
 
30
  "k_proj",
31
- "o_proj",
32
- "v_proj"
 
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
 
24
  "revision": null,
25
  "target_modules": [
26
  "gate_proj",
 
 
27
  "up_proj",
28
+ "down_proj",
29
  "k_proj",
30
+ "q_proj",
31
+ "v_proj",
32
+ "o_proj"
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d83e1ffcf41c38cb37e240f0595b7c1c8ee222452f34d73735b544aaf6b00467
3
  size 1082290000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a303a92702749a443b42817db261f2fdc09af92f3ad54a21280d556fae23b56
3
  size 1082290000
trainer_state.json CHANGED
@@ -10,40 +10,40 @@
10
  "log_history": [
11
  {
12
  "epoch": 0.4854368932038835,
13
- "grad_norm": 1.9892364740371704,
14
  "learning_rate": 7.587548638132295e-05,
15
- "loss": 0.6525,
16
  "step": 250
17
  },
18
  {
19
  "epoch": 0.970873786407767,
20
- "grad_norm": 1.4275233745574951,
21
  "learning_rate": 5.155642023346303e-05,
22
- "loss": 0.3853,
23
  "step": 500
24
  },
25
  {
26
  "epoch": 1.4563106796116505,
27
- "grad_norm": 1.557817816734314,
28
  "learning_rate": 2.7237354085603113e-05,
29
- "loss": 0.3583,
30
  "step": 750
31
  },
32
  {
33
  "epoch": 1.941747572815534,
34
- "grad_norm": 1.433948278427124,
35
  "learning_rate": 2.9182879377431908e-06,
36
- "loss": 0.3395,
37
  "step": 1000
38
  },
39
  {
40
  "epoch": 2.0,
41
  "step": 1030,
42
- "total_flos": 2.5022303713855488e+17,
43
- "train_loss": 0.43088643712904845,
44
- "train_runtime": 24573.8901,
45
- "train_samples_per_second": 10.73,
46
- "train_steps_per_second": 0.042
47
  }
48
  ],
49
  "logging_steps": 250,
@@ -63,7 +63,7 @@
63
  "attributes": {}
64
  }
65
  },
66
- "total_flos": 2.5022303713855488e+17,
67
  "train_batch_size": 16,
68
  "trial_name": null,
69
  "trial_params": null
 
10
  "log_history": [
11
  {
12
  "epoch": 0.4854368932038835,
13
+ "grad_norm": 2.1019041538238525,
14
  "learning_rate": 7.587548638132295e-05,
15
+ "loss": 0.6409,
16
  "step": 250
17
  },
18
  {
19
  "epoch": 0.970873786407767,
20
+ "grad_norm": 1.5811957120895386,
21
  "learning_rate": 5.155642023346303e-05,
22
+ "loss": 0.3822,
23
  "step": 500
24
  },
25
  {
26
  "epoch": 1.4563106796116505,
27
+ "grad_norm": 1.7442209720611572,
28
  "learning_rate": 2.7237354085603113e-05,
29
+ "loss": 0.3562,
30
  "step": 750
31
  },
32
  {
33
  "epoch": 1.941747572815534,
34
+ "grad_norm": 1.6806491613388062,
35
  "learning_rate": 2.9182879377431908e-06,
36
+ "loss": 0.3371,
37
  "step": 1000
38
  },
39
  {
40
  "epoch": 2.0,
41
  "step": 1030,
42
+ "total_flos": 2.5008097487007744e+17,
43
+ "train_loss": 0.42616625943230196,
44
+ "train_runtime": 12653.0234,
45
+ "train_samples_per_second": 20.839,
46
+ "train_steps_per_second": 0.081
47
  }
48
  ],
49
  "logging_steps": 250,
 
63
  "attributes": {}
64
  }
65
  },
66
+ "total_flos": 2.5008097487007744e+17,
67
  "train_batch_size": 16,
68
  "trial_name": null,
69
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bd5ca25124fcf7769a2acce94062b2f60ae59ef5828b4b262fd471889bf7c6f
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0677869408295d702cf38fcd8dfcebdedaa43f304e1e6cdee198846531fc6a5c
3
  size 5176