obahamonde commited on
Commit
1abc3d7
·
verified ·
1 Parent(s): 156cc3f
README.md CHANGED
@@ -36,12 +36,10 @@ The following hyperparameters were used during training:
36
  - train_batch_size: 1
37
  - eval_batch_size: 8
38
  - seed: 42
39
- - gradient_accumulation_steps: 16
40
- - total_train_batch_size: 16
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant
43
  - lr_scheduler_warmup_ratio: 0.03
44
- - num_epochs: 1
45
 
46
  ### Training results
47
 
 
36
  - train_batch_size: 1
37
  - eval_batch_size: 8
38
  - seed: 42
 
 
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: constant
41
  - lr_scheduler_warmup_ratio: 0.03
42
+ - num_epochs: 3
43
 
44
  ### Training results
45
 
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "up_proj",
23
- "q_proj",
24
- "v_proj",
25
  "o_proj",
26
- "k_proj",
 
 
27
  "down_proj",
28
- "gate_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
 
22
  "o_proj",
23
+ "v_proj",
24
+ "gate_proj",
25
+ "up_proj",
26
  "down_proj",
27
+ "q_proj",
28
+ "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
runs/Mar20_12-06-25_lab/events.out.tfevents.1710936385.lab.30819.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3c5bc6590490f6da5c9abdef8db0b0cd1af88127ad8755212d7dd98aa45984
3
+ size 5234
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": {
10
  "strategy": "BatchLongest",
11
  "direction": "Right",
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": {
5
  "strategy": "BatchLongest",
6
  "direction": "Right",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a97ba7e1072f706bf6b294dafa5f60def641f1e0976127d07b5c0d8e6b850199
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:990aae14fbee58b82bc9875a5070f80d8226c4bdaed43fd024ecca7d1820e735
3
  size 4664