beratersari commited on
Commit
7a45128
·
verified ·
1 Parent(s): c48c345

Training in progress, epoch 1

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:e8238149e2b29b96d2db36f219162c91d1fb5a8033457306f7cbbc597c7c14d2
3
  size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5855ef57659935530f36525d3dededdcbae3e7370644c01b95fa7ae250a4b6b
3
  size 27280152
runs/May21_08-12-32_0452334b47bc/events.out.tfevents.1716279155.0452334b47bc.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ea525e5b59addf1f650895bf8336291144b1af913cbc3793d00181084179295
3
+ size 5505
runs/May21_08-15-24_0452334b47bc/events.out.tfevents.1716279325.0452334b47bc.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1703a8d8b9b73ec9f137e4821b84a143caa18ec469c8d7b406607be3b0a1edb
3
+ size 5505
runs/May21_08-16-00_0452334b47bc/events.out.tfevents.1716279362.0452334b47bc.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d8af746f4aea1598e277499755ab90ee01d5680516a31eb46c1bcb3c8b1b33
3
+ size 6345
tokenizer.json CHANGED
@@ -139,6 +139,7 @@
139
  "end_of_word_suffix": null,
140
  "fuse_unk": true,
141
  "byte_fallback": true,
 
142
  "vocab": {
143
  "<unk>": 0,
144
  "<s>": 1,
 
139
  "end_of_word_suffix": null,
140
  "fuse_unk": true,
141
  "byte_fallback": true,
142
+ "ignore_merges": false,
143
  "vocab": {
144
  "<unk>": 0,
145
  "<s>": 1,
tokenizer_config.json CHANGED
@@ -32,7 +32,6 @@
32
  "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token + ' ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
- "legacy": true,
36
  "model_max_length": 1000000000000000019884624838656,
37
  "pad_token": "</s>",
38
  "sp_model_kwargs": {},
 
32
  "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token + ' ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
 
35
  "model_max_length": 1000000000000000019884624838656,
36
  "pad_token": "</s>",
37
  "sp_model_kwargs": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:400f4b94eabded2648353b9292ec0a275fe80368de387b711d6d716680158539
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a024fa0d1e10cd92d45f10f6705f7fd031622a3db1c9f8015244e92958126b
3
+ size 5176