beratersari commited on
Commit
91f9222
·
verified ·
1 Parent(s): f2fdc7d

Training in progress, epoch 1

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58224b3ad7457ea60313d6253da386f0c324d6d47e71cab088509f5e28d9c66a
3
  size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c138c3fe3d5efa7acc04a6088ff4f00f347df428d84d22b2ff0d36a3de7a15
3
  size 27280152
runs/May30_19-29-02_04e8a325a39f/events.out.tfevents.1717097343.04e8a325a39f.424.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28081edb697c6f7e7bed29cab5c8fd353e8fa0fd960416b0c215e5f9e9d4d32
3
+ size 5493
runs/May30_19-40-13_04e8a325a39f/events.out.tfevents.1717098014.04e8a325a39f.424.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0a6854c14d45ba5d79a4f8f68600b860405f4ebcb6cd050c27bca29e21b7e0
3
+ size 5494
runs/May30_19-45-05_04e8a325a39f/events.out.tfevents.1717098308.04e8a325a39f.10845.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5fbd941a1b85cb31d4951a011389810c0a89eb552bd0182c9a8fdf638a4e56e
3
+ size 5700
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
 
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
@@ -32,6 +33,7 @@
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": {},
 
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
4
+ "add_prefix_space": null,
5
  "added_tokens_decoder": {
6
  "0": {
7
  "content": "<unk>",
 
33
  "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 %}",
34
  "clean_up_tokenization_spaces": false,
35
  "eos_token": "</s>",
36
+ "legacy": true,
37
  "model_max_length": 1000000000000000019884624838656,
38
  "pad_token": "</s>",
39
  "sp_model_kwargs": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:777d13c1d17d8968131925979bfcb0cf6cae01624cb6c749ecd420e1de271a57
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fef8126b9a5effc39fcd9923d850da1971afab3bacb230571b7d60880b60671
3
+ size 5112