shirleyah commited on
Commit
6b8fb4f
1 Parent(s): ebb6e63

Training in progress, epoch 3

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "wxjiao/alpaca-7b",
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
- "gate_proj",
 
24
  "down_proj",
25
- "up_proj",
26
  "o_proj",
27
- "k_proj",
28
  "v_proj",
29
- "q_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": "Ishwinder/Mistral-7B-Instruct-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "q_proj",
25
  "down_proj",
26
+ "gate_proj",
27
  "o_proj",
 
28
  "v_proj",
29
+ "up_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:e4ba1fe0a45dcb0c6060c49f2ad2b97c85e21b57b68b06c209a25bcacde7100f
3
- size 3607261976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb16117c61a24b5244c1400114346a9fc8cb6c839f72c51203f90676067c0848
3
+ size 3733058328
added_tokens.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "<|im_end|>": 32002,
3
- "<|im_start|>": 32001,
4
- "[PAD]": 32000
5
  }
 
1
  {
2
+ "<|im_end|>": 32001,
3
+ "<|im_start|>": 32000
 
4
  }
runs/Jun05_22-55-20_ip-172-31-70-104/events.out.tfevents.1717628123.ip-172-31-70-104 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:164ad1d653ab606a415e93e5305b79977dcc963c7fc29e17eaab6e48a945e861
3
- size 397114
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a5c9b2f7e485a7a5776eb6cf156d1b2172545b15aea3900d84951e07f5f6753
3
+ size 596564
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
- size 499723
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
4
- "add_prefix_space": true,
5
  "added_tokens_decoder": {
6
  "0": {
7
  "content": "<unk>",
@@ -28,14 +27,6 @@
28
  "special": true
29
  },
30
  "32000": {
31
- "content": "[PAD]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false,
36
- "special": true
37
- },
38
- "32001": {
39
  "content": "<|im_start|>",
40
  "lstrip": false,
41
  "normalized": false,
@@ -43,7 +34,7 @@
43
  "single_word": false,
44
  "special": true
45
  },
46
- "32002": {
47
  "content": "<|im_end|>",
48
  "lstrip": false,
49
  "normalized": false,
@@ -67,5 +58,5 @@
67
  "spaces_between_special_tokens": false,
68
  "tokenizer_class": "LlamaTokenizer",
69
  "unk_token": "<unk>",
70
- "use_default_system_prompt": false
71
  }
 
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
 
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
 
27
  "special": true
28
  },
29
  "32000": {
 
 
 
 
 
 
 
 
30
  "content": "<|im_start|>",
31
  "lstrip": false,
32
  "normalized": false,
 
34
  "single_word": false,
35
  "special": true
36
  },
37
+ "32001": {
38
  "content": "<|im_end|>",
39
  "lstrip": false,
40
  "normalized": false,
 
58
  "spaces_between_special_tokens": false,
59
  "tokenizer_class": "LlamaTokenizer",
60
  "unk_token": "<unk>",
61
+ "use_default_system_prompt": true
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67a47f44f505a694e4b983f4900b3b378a353938e40ea348737c2172fcbeef86
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff2b9aadcae761ed272bca6293d3e0d3ec22637a98920b9c68af72cd436d291
3
+ size 5176