roy1109 commited on
Commit
e91475e
·
verified ·
1 Parent(s): 9a959f8

Training in progress, step 3000

Browse files
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "k_proj",
25
  "v_proj",
26
- "out_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "out_proj",
 
24
  "v_proj",
25
+ "q_proj",
26
+ "k_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:a6213da67e63810b302a846927bcbb43906ac663a16e07dcb018264eb660c044
3
  size 15754072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0340ca7e51a03604bbb5727b9434aa9455d58751cfa28a8d9d39c179d2d613
3
  size 15754072
runs/Apr17_04-02-01_5b9a16296fc6/events.out.tfevents.1713326529.5b9a16296fc6.491.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a08a0fcd8c87f02583af17b3a29a928a3518dbbcb1837bc36c3a199a7162f56
3
- size 9066
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ee0e844478857b309d8f498f46f4c09c773aca2bb9e6200873abb2d947daed
3
+ size 9488
runs/May17_06-44-41_80abf1995cbd/events.out.tfevents.1715928286.80abf1995cbd.531.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189b5b3a5b67e7802baf0947c737e95735a6b01697bd6e11a833023a1e8d30e4
3
+ size 6519
tokenizer.json CHANGED
@@ -387,6 +387,7 @@
387
  "end_of_word_suffix": "",
388
  "fuse_unk": false,
389
  "byte_fallback": false,
 
390
  "vocab": {
391
  "!": 0,
392
  "\"": 1,
 
387
  "end_of_word_suffix": "",
388
  "fuse_unk": false,
389
  "byte_fallback": false,
390
+ "ignore_merges": false,
391
  "vocab": {
392
  "!": 0,
393
  "\"": 1,
tokenizer_config.json CHANGED
@@ -319,6 +319,7 @@
319
  "eos_token": "<|endoftext|>",
320
  "model_max_length": 2048,
321
  "pad_token": "<|endoftext|>",
 
322
  "tokenizer_class": "CodeGenTokenizer",
323
  "unk_token": "<|endoftext|>"
324
  }
 
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:70d266f93a6b5521a6cef4bd5c634e120c279e35e370b0433fc89d7e66e93bb9
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53df7ed4b7a781948f15694aca98b0a5e3c6476e7a43efd37b8a270c7f7e3b72
3
+ size 4984