Striker-7 commited on
Commit
63cb577
·
verified ·
1 Parent(s): 25d243a
README.md CHANGED
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
43
  - total_train_batch_size: 2
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 2
47
 
48
  ### Training results
49
 
 
43
  - total_train_batch_size: 2
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
 
48
  ### Training results
49
 
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "embed_tokens",
24
  "down_proj",
25
  "gate_up_proj",
26
- "o_proj",
27
  "qkv_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "o_proj",
24
  "down_proj",
25
  "gate_up_proj",
26
+ "embed_tokens",
27
  "qkv_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e15654e261b2c2bb681cb59d639ca38987bf78b337083ddd18a1623d40f27c50
3
  size 496949808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005ddc8a510ec0191faa1cd3876b22d6f921c0ecd1a7086cdae20fbd4779050c
3
  size 496949808
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": 2048,
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:8ed40a522c2dd8cd8e86b600861b11e1f0e97a63bd99327b5f65c54b0e7d8044
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1080a01b32f3081a6496eb343a90ca037ebaeedb38fa916277a702a4fdf21d9e
3
  size 5368