Thimira commited on
Commit
40bf3b5
1 Parent(s): 4027968

Training in progress, step 25

Browse files
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:daa29cf50c6e1564aafc9a756423322cd739f83fa4b9b1bc33efac1b11c1e8e9
3
  size 67126232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9328bec51da77d8ed23782be00a8930a9659cfa8b22f3dc9964e685771a5c15f
3
  size 67126232
runs/May07_02-16-37_ip-172-16-10-61.ec2.internal/events.out.tfevents.1715048266.ip-172-16-10-61.ec2.internal.10449.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec1f4cfe126a16b38c6799dc6bb3d731dd741a4d129cee572268b3ab5517a0fc
3
+ size 5298
runs/May07_02-23-12_ip-172-16-10-61.ec2.internal/events.out.tfevents.1715048621.ip-172-16-10-61.ec2.internal.25182.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f270d0ec5b4704ed1690a7cce467c0048a575e22ddd8a1343a4e6552fef0d9b
3
+ size 5298
runs/May07_02-26-17_ip-172-16-10-61.ec2.internal/events.out.tfevents.1715049002.ip-172-16-10-61.ec2.internal.28489.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95314a88958ba1188ef638b1a46b6a65e3573704f30adb4411e0d0527d1515d2
3
+ size 5298
runs/May07_02-34-09_ip-172-16-10-61.ec2.internal/events.out.tfevents.1715049296.ip-172-16-10-61.ec2.internal.1191.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae1d74207f1cf6be31553384a3e354d41a608df1db2bbab09e15ff0e215e6e1
3
+ size 5298
runs/May07_02-54-21_ip-172-16-10-61.ec2.internal/events.out.tfevents.1715050518.ip-172-16-10-61.ec2.internal.5778.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883f4be7a5d756ed8a0295add744802459355a77835bda04288b40ea85e2ef73
3
+ size 5505
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,32 +1,40 @@
1
  {
2
- "bos_token": {
3
- "__type": "AddedToken",
4
- "content": "<s>",
5
- "lstrip": false,
6
- "normalized": true,
7
- "rstrip": false,
8
- "single_word": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  },
 
10
  "clean_up_tokenization_spaces": false,
11
- "eos_token": {
12
- "__type": "AddedToken",
13
- "content": "</s>",
14
- "lstrip": false,
15
- "normalized": true,
16
- "rstrip": false,
17
- "single_word": false
18
- },
19
  "legacy": false,
20
  "model_max_length": 1000000000000000019884624838656,
21
- "pad_token": null,
22
  "sp_model_kwargs": {},
23
  "tokenizer_class": "LlamaTokenizer",
24
- "unk_token": {
25
- "__type": "AddedToken",
26
- "content": "<unk>",
27
- "lstrip": false,
28
- "normalized": true,
29
- "rstrip": false,
30
- "single_word": false
31
- }
32
  }
 
1
  {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
  },
30
+ "bos_token": "<s>",
31
  "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
 
 
 
 
 
 
 
33
  "legacy": false,
34
  "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "</s>",
36
  "sp_model_kwargs": {},
37
  "tokenizer_class": "LlamaTokenizer",
38
+ "unk_token": "<unk>",
39
+ "use_default_system_prompt": false
 
 
 
 
 
 
40
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e15b8b1f711670d1e02ceb2061f24361a9362c819e8a01250ebdf0ec447a6b84
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f5ebea45a654ef087b4fff24805b60c45c59502c83ad101b1310a809d80a21
3
  size 5048