roy1109 commited on
Commit
98b952e
·
verified ·
1 Parent(s): 153d388

Training in progress, step 3900

Browse files
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "out_proj",
25
  "v_proj",
26
- "k_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
 
24
  "v_proj",
25
+ "q_proj",
26
+ "out_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34e5e20ed412aba88168b66c9238c23380f35efaf1cc41e2b99f5db3e810970b
3
  size 15754072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b68db63aafc6ad54d9a778e1ec3177a0f702aac893ab1867931ca1ec967389
3
  size 15754072
runs/May19_12-22-18_45f811df760f/events.out.tfevents.1716121356.45f811df760f.243.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dea21e22a144a3de196da6173765bd603a38480b5fd6b4176b4c68494e6d07cf
3
- size 6519
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7a4f5f47a92c0ccb5d14d0708430c76b681039611d1ded5c83dab89795d894
3
+ size 7152
runs/May28_13-36-40_dbe05c9d2b2f/events.out.tfevents.1716903409.dbe05c9d2b2f.196.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a9be21f4613242eb0459c8bdb3e870c4945c37221af992f6aa9f20097a6d7f
3
+ size 6654
special_tokens_map.json CHANGED
@@ -13,13 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|endoftext|>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
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": 256,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -317,13 +317,9 @@
317
  "bos_token": "<|endoftext|>",
318
  "clean_up_tokenization_spaces": true,
319
  "eos_token": "<|endoftext|>",
320
- "max_length": 256,
321
  "model_max_length": 2048,
322
  "pad_token": "<|endoftext|>",
323
  "return_token_type_ids": false,
324
- "stride": 0,
325
  "tokenizer_class": "CodeGenTokenizer",
326
- "truncation_side": "right",
327
- "truncation_strategy": "longest_first",
328
  "unk_token": "<|endoftext|>"
329
  }
 
317
  "bos_token": "<|endoftext|>",
318
  "clean_up_tokenization_spaces": true,
319
  "eos_token": "<|endoftext|>",
 
320
  "model_max_length": 2048,
321
  "pad_token": "<|endoftext|>",
322
  "return_token_type_ids": false,
 
323
  "tokenizer_class": "CodeGenTokenizer",
 
 
324
  "unk_token": "<|endoftext|>"
325
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18ec47e4e314d0424028a3f7ddf3c3ccf7e8d618b9163bbe0a119ea369a0dcd8
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abde96186b6d3fba726955f85fc334df39fb3c9b6314b3c2f2620c38fd3f380c
3
+ size 5112