Gssmc commited on
Commit
3576e3d
1 Parent(s): a78affb

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "google/gemma-2b-it",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-7b",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83d7ed8281e5cce245db1628bf757c8ed6a2badd52ceb81aee7d949a1560b34f
3
- size 7382336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4faddf986e7f2d4726487b30d2b45e20fc3e3b9434dc7827ea9d0c7a7e52211
3
+ size 25705136
runs/May09_09-41-24_2d8cddc53a46/events.out.tfevents.1715247686.2d8cddc53a46.1148.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4955cad3ba67b8d2845f413f6521be5b0a5b6007cc97748ca264a4ecb7ebcff1
3
+ size 6142
tokenizer_config.json CHANGED
@@ -1744,7 +1744,6 @@
1744
  "<end_of_turn>"
1745
  ],
1746
  "bos_token": "<bos>",
1747
- "chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% 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'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
1748
  "clean_up_tokenization_spaces": false,
1749
  "eos_token": "<eos>",
1750
  "model_max_length": 1000000000000000019884624838656,
 
1744
  "<end_of_turn>"
1745
  ],
1746
  "bos_token": "<bos>",
 
1747
  "clean_up_tokenization_spaces": false,
1748
  "eos_token": "<eos>",
1749
  "model_max_length": 1000000000000000019884624838656,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a57584b8a27311a9a664b42c6c84a64cc8b24f7353c7bbc7dd361ce013f8f123
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2f757976e9c3e62cb1625daf05670f17048f8a04a711b1d0754cd802499b54
3
  size 5112