EdBerg commited on
Commit
f230415
·
verified ·
1 Parent(s): 807c671

EdBerg/SmolLM2-1.7B-Instruct_Baha_1

Browse files
README.md CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/harpermia882/huggingface/runs/c1yo0njb)
31
 
32
  This model was trained with SFT.
33
 
 
27
 
28
  ## Training procedure
29
 
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/harpermia882/huggingface/runs/9z7s33ce)
31
 
32
  This model was trained with SFT.
33
 
adapter_config.json CHANGED
@@ -24,13 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "down_proj",
28
- "q_proj",
29
- "v_proj",
30
- "o_proj",
31
  "up_proj",
32
  "k_proj",
33
- "gate_proj"
 
 
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "use_dora": false,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "gate_proj",
 
 
 
28
  "up_proj",
29
  "k_proj",
30
+ "v_proj",
31
+ "q_proj",
32
+ "o_proj",
33
+ "down_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a223001d84c3a8d683af2393c54df900cef306a6c9a965b8135ef7ba685014db
3
  size 144748392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75cb2c847ea9a42324fe42149ea06c5b7d321001f588e312128998b4af2b5235
3
  size 144748392
runs/Feb13_00-04-04_c0908c98e147/events.out.tfevents.1739405046.c0908c98e147.193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0711829d906f5c168a6e2a37a75213febf196c2dde4f9b1bf6fe6e2b78f5faca
3
+ size 6130
runs/Feb13_00-39-53_c0908c98e147/events.out.tfevents.1739407194.c0908c98e147.193.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57c754930a5a76cc18ac8a111d2c75265c7906efb23cf73d5091a520f93e70e5
3
+ size 6128
runs/Feb13_00-41-42_c0908c98e147/events.out.tfevents.1739407304.c0908c98e147.193.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b50a5e1ef49ab781d32a8eb0c0fcb3467d15b55d92577de48a4a5d9aa6194ad
3
+ size 6128
runs/Feb13_00-42-30_c0908c98e147/events.out.tfevents.1739407351.c0908c98e147.193.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55184a38c8f3c4a49d1d3c1edfb7b40c1db8235d7cee6f0814f4adf21f10f218
3
+ size 6129
runs/Feb13_00-43-43_c0908c98e147/events.out.tfevents.1739407423.c0908c98e147.193.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1378e9c364a8bf3d5c5f33d8aaf3d0e76bb607e6bce0df583a567dba5b479be4
3
+ size 4184
runs/Feb13_00-46-41_c0908c98e147/events.out.tfevents.1739407602.c0908c98e147.12468.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e87bacccc01bb73303e1b6b781f7d0e8ddc8ca7f3f7b324abe0be5aa2d3335
3
+ size 27177
special_tokens_map.json CHANGED
@@ -17,7 +17,13 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "pad_token": "<|im_end|>",
 
 
 
 
 
 
21
  "unk_token": {
22
  "content": "<|endoftext|>",
23
  "lstrip": false,
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
+ "pad_token": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
  "unk_token": {
28
  "content": "<|endoftext|>",
29
  "lstrip": false,
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5616a592153ca222ac29515ef5cb32bd321b1b8793b11e869c0743e20630c3f3
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12cd2b0fd4c5f2ec0aa665ea6d6d239d5b27e06098f0bd8f491cd87138d52d93
3
  size 5624