Stable-Diffusion-PT commited on
Commit
2efef90
1 Parent(s): 96aefbe

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "up_proj",
24
  "v_proj",
25
- "k_proj",
26
- "gate_proj",
27
- "q_proj",
28
  "down_proj",
29
- "o_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/mistral-7b-instruct-v0.3-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
  "up_proj",
25
  "v_proj",
 
 
 
26
  "down_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b08b3f1736dcd0a0baaff4939ead073e43eaa09d10dfee1ec975b0dba3a80571
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a686aef1e9c4180bb61b4c5a68faecf2e01c4cfe068540fd952998be70d18e1
3
  size 167832240
runs/Sep06_12-16-26_l4-instance-miltan/events.out.tfevents.1725625074.l4-instance-miltan.5990.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78c74b4683d76f16b533df0025eb22d6068fba558a946df70adffadd324f925
3
+ size 5841
special_tokens_map.json CHANGED
@@ -1,14 +1,21 @@
1
  {
2
  "bos_token": {
3
- "content": "<|begin_of_text|>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
- "eos_token": "<|finetune_right_pad_id|>",
10
  "pad_token": {
11
- "content": "<|finetune_right_pad_id|>",
 
 
 
 
 
 
 
12
  "lstrip": false,
13
  "normalized": false,
14
  "rstrip": false,
 
1
  {
2
  "bos_token": {
3
+ "content": "<s>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
+ "eos_token": "[control_768]",
10
  "pad_token": {
11
+ "content": "[control_768]",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ "unk_token": {
18
+ "content": "<unk>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
3
+ size 587404
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5a02997631bed9a2165a27518f8b59ced6f903de7cb4d97ae64331525b90793
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200a366f8fdfd806e419357134808a3389098fe2e4679c5610c92e04f5bc6a27
3
  size 5240