shirleyah commited on
Commit
6e132b7
1 Parent(s): 5563ad0

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": "Ishwinder/Mistral-7B-Instruct-v0.1",
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
- "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,
 
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
  "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,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6db277074b28ff66d9a98bdcff9d0f41c8e20ca7bac2bcb5978f7f866c252a2
3
- size 3733058328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ba1fe0a45dcb0c6060c49f2ad2b97c85e21b57b68b06c209a25bcacde7100f
3
+ size 3607261976
added_tokens.json CHANGED
@@ -1,4 +1,5 @@
1
  {
2
- "<|im_end|>": 32001,
3
- "<|im_start|>": 32000
 
4
  }
 
1
  {
2
+ "<|im_end|>": 32002,
3
+ "<|im_start|>": 32001,
4
+ "[PAD]": 32000
5
  }
runs/Jun05_23-27-11_ip-172-31-74-230/events.out.tfevents.1717630031.ip-172-31-74-230 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e13ea173e4b46212118a1af0c73b258675ca69283fdcdae0745e64b167f9914
3
- size 397189
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8f2e84383dcb0e2994e70f6973d5d862ccb76927d8d36b4df7a95c53fc225e3
3
+ size 596639
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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
- size 493443
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
 
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
@@ -27,7 +28,7 @@
27
  "special": true
28
  },
29
  "32000": {
30
- "content": "<|im_start|>",
31
  "lstrip": false,
32
  "normalized": false,
33
  "rstrip": false,
@@ -35,6 +36,14 @@
35
  "special": true
36
  },
37
  "32001": {
 
 
 
 
 
 
 
 
38
  "content": "<|im_end|>",
39
  "lstrip": false,
40
  "normalized": false,
@@ -58,5 +67,5 @@
58
  "spaces_between_special_tokens": false,
59
  "tokenizer_class": "LlamaTokenizer",
60
  "unk_token": "<unk>",
61
- "use_default_system_prompt": true
62
  }
 
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
  "special": true
29
  },
30
  "32000": {
31
+ "content": "[PAD]",
32
  "lstrip": false,
33
  "normalized": false,
34
  "rstrip": false,
 
36
  "special": true
37
  },
38
  "32001": {
39
+ "content": "<|im_start|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "32002": {
47
  "content": "<|im_end|>",
48
  "lstrip": false,
49
  "normalized": false,
 
67
  "spaces_between_special_tokens": false,
68
  "tokenizer_class": "LlamaTokenizer",
69
  "unk_token": "<unk>",
70
+ "use_default_system_prompt": false
71
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aff2b9aadcae761ed272bca6293d3e0d3ec22637a98920b9c68af72cd436d291
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67a47f44f505a694e4b983f4900b3b378a353938e40ea348737c2172fcbeef86
3
+ size 5112