Murugesh007 commited on
Commit
5786494
1 Parent(s): 926c0b1

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:3ef790da789723c3297fef18beab7594688c134a50e55d0edba74ae9adbde499
3
  size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1258d3bdc3ba300945198ae379fbe39d3e5eebba720c7191d5fa6147c1ddcc02
3
  size 27280152
runs/May05_08-11-28_cd07e085587c/events.out.tfevents.1714896709.cd07e085587c.216.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cca4be122b59df5fba719bb287bc4b9923445ad6e7f938ada6c3c5477dfa2a9
3
+ size 5457
runs/May05_08-12-27_cd07e085587c/events.out.tfevents.1714896768.cd07e085587c.216.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4fb817daf9b86f8d2b20953aca70a22667363073c46b4586d3232c123b593a
3
+ size 5457
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:5e26690105fbf839feca9a4bd01460824a5af5b344049678f1e44d4a7e5c7455
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b86100c5a32f89aaaa088b0f598dd951e56704cf59f11d62ce61badc078f8a
3
+ size 5112