pedrogarcias commited on
Commit
427de7b
1 Parent(s): 36f2fc5

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -7,14 +7,17 @@
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
- "lora_alpha": 32,
11
- "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
- "r": 16,
15
  "revision": null,
16
  "target_modules": [
17
- "query_key_value"
 
 
 
18
  ],
19
  "task_type": "CAUSAL_LM"
20
  }
 
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.1,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
+ "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
+ "query_key_value",
18
+ "dense",
19
+ "dense_h_to_4h",
20
+ "dense_4h_to_h"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15b14a293a4f53fba8df0c41b2e6b4bef81f54a53a9d5108ad6ec29a7e73cfec
3
- size 18898161
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba8e475ad3408f6bee6be775f421555c7c138cf7f0f6c227c6fff552f2d591c
3
+ size 522284877
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:cd463a31be8e7c1fe29693ee0cf2a9854d9bd07fa9a16c18cf0638dd362fd7ab
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef510fb627ec8a9476f1430f75d3272f1be71466b29516709831ab96f6b46538
3
  size 3963