bilkultheek commited on
Commit
8c1037e
1 Parent(s): 9360f10

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
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,
 
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,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de806b5eed9e97e19fcb5f6d458dc293212a7a51ab0b97c14d80c3585855c19b
3
  size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c66b899e51a43b89100eaf745b57d975a15ec3f5be165bf23107bda571910ad8
3
  size 134235048
runs/Aug25_12-27-20_7740ff2ab584/events.out.tfevents.1724589209.7740ff2ab584.5464.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200eb1d70cd4bea9fedffffa5add1f248dd9d33a47872a157ad48c1b01767a3a
3
+ size 6382
special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "</s>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
tokenizer.json CHANGED
@@ -10,11 +10,11 @@
10
  "strategy": {
11
  "Fixed": 512
12
  },
13
- "direction": "Right",
14
  "pad_to_multiple_of": null,
15
- "pad_id": 2,
16
  "pad_type_id": 0,
17
- "pad_token": "</s>"
18
  },
19
  "added_tokens": [
20
  {
 
10
  "strategy": {
11
  "Fixed": 512
12
  },
13
+ "direction": "Left",
14
  "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
  "pad_type_id": 0,
17
+ "pad_token": "<unk>"
18
  },
19
  "added_tokens": [
20
  {
tokenizer_config.json CHANGED
@@ -33,7 +33,7 @@
33
  "eos_token": "</s>",
34
  "legacy": false,
35
  "model_max_length": 1000000000000000019884624838656,
36
- "pad_token": "</s>",
37
  "sp_model_kwargs": {},
38
  "tokenizer_class": "LlamaTokenizer",
39
  "unk_token": "<unk>",
 
33
  "eos_token": "</s>",
34
  "legacy": false,
35
  "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "<unk>",
37
  "sp_model_kwargs": {},
38
  "tokenizer_class": "LlamaTokenizer",
39
  "unk_token": "<unk>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37475a29292488d9ad3ad9d8e83e539b3ec162db07c4b53fa13a300650810688
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efab6898a97f34fa4f38d657e4ce9a049604bcd6c2942ef2190b0646c7ac61cd
3
+ size 5368