maxkretchmer commited on
Commit
eb6492f
1 Parent(s): eaa1ac9

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": "Upstage/SOLAR-10.7B-Instruct-v1.0",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,14 +19,14 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "o_proj",
23
- "down_proj",
24
- "v_proj",
25
- "gate_proj",
26
- "lm_head",
27
  "q_proj",
 
28
  "up_proj",
29
- "k_proj"
 
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM"
32
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "upstage/SOLAR-10.7B-v1.0",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
 
 
 
22
  "q_proj",
23
+ "lm_head",
24
  "up_proj",
25
+ "k_proj",
26
+ "v_proj",
27
+ "o_proj",
28
+ "gate_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM"
32
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc48d3d222e652f46d3abccbe59e44c9236edbb427fa6d5fbb24940a0782eecf
3
  size 651362912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f11d68e65fa31f76cf4b82e58933778621419ec0128f235f58c122963d26d79
3
  size 651362912
runs/Dec16_00-25-32_c5509e8d2f47/events.out.tfevents.1702686336.c5509e8d2f47.181.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b6cb05b344800adcd4d05ad402d0f9af225f256e95502903ee95691eac99938
3
+ size 5410
tokenizer_config.json CHANGED
@@ -29,7 +29,6 @@
29
  },
30
  "additional_special_tokens": [],
31
  "bos_token": "<s>",
32
- "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{% if message['content']%}{{'### System:\n' + message['content']+'\n\n'}}{% endif %}{% elif message['role'] == 'user' %}{{'### User:\n' + message['content']+'\n\n'}}{% elif message['role'] == 'assistant' %}{{'### Assistant:\n' + message['content']}}{% endif %}{% if loop.last and add_generation_prompt %}{{ '### Assistant:\n' }}{% endif %}{% endfor %}",
33
  "clean_up_tokenization_spaces": false,
34
  "eos_token": "</s>",
35
  "legacy": true,
 
29
  },
30
  "additional_special_tokens": [],
31
  "bos_token": "<s>",
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5772e6ac399e50be7e5155f374e9cf8d115bfb1779c6c2addc7cfb8c219a451
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4255b144f13a03313157dac3ae62502e041c59966ec7dc79c9f997a9d38a16e3
3
+ size 4664