Sorour commited on
Commit
ad463e1
1 Parent(s): 55b2fd0

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -20,9 +20,9 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "qkv_proj",
24
  "down_proj",
25
  "gate_up_proj",
 
26
  "o_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "down_proj",
24
  "gate_up_proj",
25
+ "qkv_proj",
26
  "o_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca07a258882275fdda1d163d3ffb44632845ac94c8b4c17729eb9bde31533dbf
3
  size 201361312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80358cec6b1c20918103ad684a9061d3952e84a982088fdbc9ed9a4806129940
3
  size 201361312
runs/May22_21-10-27_723053cd3ced/events.out.tfevents.1716412235.723053cd3ced.2016.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4115acfe580bd98ba7f34ecf457f2e19126fbb928fad6b995697831834d713c
3
+ size 6058
runs/May22_21-10-27_723053cd3ced/events.out.tfevents.1716412418.723053cd3ced.2016.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8425b2418b74a3d525f9bd6377e81e99645c5202fa4562d16222cdae50228c
3
+ size 6058
runs/May22_21-17-56_723053cd3ced/events.out.tfevents.1716412685.723053cd3ced.4895.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3bf75d85cc27187c74e2a464a5211487f9738ac2697f3fa7b842116eebeb5d3
3
+ size 8364
tokenizer_config.json CHANGED
@@ -119,6 +119,7 @@
119
  "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
120
  "clean_up_tokenization_spaces": false,
121
  "eos_token": "<|endoftext|>",
 
122
  "model_max_length": 4096,
123
  "pad_token": "<|endoftext|>",
124
  "padding_side": "right",
 
119
  "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
120
  "clean_up_tokenization_spaces": false,
121
  "eos_token": "<|endoftext|>",
122
+ "legacy": false,
123
  "model_max_length": 4096,
124
  "pad_token": "<|endoftext|>",
125
  "padding_side": "right",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd92b0fc8595a1f9081d3d84b51259be7669e2223d99f8568adcc88fe0b37c1a
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348265aeb847d25d6589975eefcab7f3462418374b026803a485134b0b6febf8
3
  size 5112