nlux commited on
Commit
8edd14d
1 Parent(s): 4a698d7

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -21,11 +21,11 @@
21
  "target_modules": [
22
  "k_proj",
23
  "gate_proj",
 
24
  "down_proj",
25
- "q_proj",
26
- "v_proj",
27
  "up_proj",
28
- "o_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
21
  "target_modules": [
22
  "k_proj",
23
  "gate_proj",
24
+ "o_proj",
25
  "down_proj",
 
 
26
  "up_proj",
27
+ "q_proj",
28
+ "v_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6898fbf979c798aa951265bacae9448d90003cf3bb2ac5f03355012f23c99c35
3
  size 1803907984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9387be7b93aa71ce17d735a6447c0407f587b365ba2ba6734cb67d23e3cc0abe
3
  size 1803907984
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32017,
3
+ "<|im_start|>": 32016
4
+ }
runs/May10_17-18-15_ggpu116/events.out.tfevents.1715354304.ggpu116.2269561.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d335dc385ab5c95290c0aa170a9fd0994fd9b52878dcf670f008fc933bb29f7
3
+ size 6303
special_tokens_map.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "additional_special_tokens": [
3
  {
4
- "content": "<|im_end|>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
  {
11
- "content": "<|im_start|>",
12
  "lstrip": false,
13
  "normalized": false,
14
  "rstrip": false,
 
1
  {
2
  "additional_special_tokens": [
3
  {
4
+ "content": "<|im_start|>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
  {
11
+ "content": "<|im_end|>",
12
  "lstrip": false,
13
  "normalized": false,
14
  "rstrip": false,
tokenizer.json CHANGED
@@ -68,7 +68,7 @@
68
  },
69
  {
70
  "id": 32016,
71
- "content": "<|im_end|>",
72
  "single_word": false,
73
  "lstrip": false,
74
  "rstrip": false,
@@ -77,7 +77,7 @@
77
  },
78
  {
79
  "id": 32017,
80
- "content": "<|im_start|>",
81
  "single_word": false,
82
  "lstrip": false,
83
  "rstrip": false,
 
68
  },
69
  {
70
  "id": 32016,
71
+ "content": "<|im_start|>",
72
  "single_word": false,
73
  "lstrip": false,
74
  "rstrip": false,
 
77
  },
78
  {
79
  "id": 32017,
80
+ "content": "<|im_end|>",
81
  "single_word": false,
82
  "lstrip": false,
83
  "rstrip": false,
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
3
+ size 500058
tokenizer_config.json CHANGED
@@ -59,7 +59,7 @@
59
  "special": true
60
  },
61
  "32016": {
62
- "content": "<|im_end|>",
63
  "lstrip": false,
64
  "normalized": false,
65
  "rstrip": false,
@@ -67,7 +67,7 @@
67
  "special": true
68
  },
69
  "32017": {
70
- "content": "<|im_start|>",
71
  "lstrip": false,
72
  "normalized": false,
73
  "rstrip": false,
@@ -76,8 +76,8 @@
76
  }
77
  },
78
  "additional_special_tokens": [
79
- "<|im_end|>",
80
- "<|im_start|>"
81
  ],
82
  "bos_token": "<|im_start|>",
83
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
 
59
  "special": true
60
  },
61
  "32016": {
62
+ "content": "<|im_start|>",
63
  "lstrip": false,
64
  "normalized": false,
65
  "rstrip": false,
 
67
  "special": true
68
  },
69
  "32017": {
70
+ "content": "<|im_end|>",
71
  "lstrip": false,
72
  "normalized": false,
73
  "rstrip": false,
 
76
  }
77
  },
78
  "additional_special_tokens": [
79
+ "<|im_start|>",
80
+ "<|im_end|>"
81
  ],
82
  "bos_token": "<|im_start|>",
83
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ef00d1c4a32f5e363c2dca259a0f4ccaa5ea060632628b0f964daed1a20dc4b
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37a8c5479fdcad3d648d8ee7a78a876ddd50e5f59b2d2fb9b1b5dbbc7c711db8
3
+ size 4920