lvcalucioli commited on
Commit
1cdc8c0
1 Parent(s): 6f2519c

llamantino7b_2_question-answering

Browse files
README.md CHANGED
@@ -40,9 +40,9 @@ The following hyperparameters were used during training:
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
- - lr_scheduler_type: constant
44
  - lr_scheduler_warmup_ratio: 0.03
45
- - num_epochs: 12
46
 
47
  ### Training results
48
 
 
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
  - lr_scheduler_warmup_ratio: 0.03
45
+ - num_epochs: 5
46
 
47
  ### Training results
48
 
adapter_config.json CHANGED
@@ -19,7 +19,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "v_proj",
 
 
 
23
  "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM",
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "up_proj",
23
+ "k_proj",
24
  "v_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "o_proj",
28
  "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a509da10156f2a9777c807582ca3dd9abd8155b9a0ea413b3c44728093354591
3
- size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c006866d469082b9c690f800f41c4b651f5a78551af86bf7516513d61591ce7f
3
+ size 639691872
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 250,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a9ebe0a7b90736f325119071254de3f4c85abf7016447bc6a63f57cf8b26099
3
  size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b167fc1bb2c80959ef12219c01118c4d159f5cea90d842a88d203c5b826916
3
  size 4347