qwertyfdanqatnjaegnsfh commited on
Commit
1053085
·
verified ·
1 Parent(s): e1e69ae

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "Open-Orca/Mistral-7B-OpenOrca",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,9 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "up_proj",
25
- "k_proj",
26
- "o_proj",
27
- "gate_proj",
28
- "q_proj",
29
- "down_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": "ai-forever/mGPT",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "c_fc",
24
+ "c_proj",
25
+ "c_attn"
 
 
 
 
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c080a65f73d94577b5eeae381f5b725cf6f6620f6bcb8f0bf04f77fc38b0f4f3
3
- size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc37db4145117ddae06ee852a185d64c9672fcc2b13fac6e4dc6cccfe8a5ff10
3
+ size 50356480
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec15_20-34-10_4d38b0951ba7/events.out.tfevents.1734295265.4d38b0951ba7.228.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef1a1012ab75f1bc53f9df08e2766c03f33b03c652f464b41faa78e7e30cfed
3
+ size 5599
runs/Dec15_20-46-50_4d38b0951ba7/events.out.tfevents.1734295621.4d38b0951ba7.4136.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3cd16b65b94cdc4f109ecce898e348ae4a2599ae75ed5d7910c7bbc9c9d37cf
3
+ size 6080
runs/Dec15_20-50-08_4d38b0951ba7/events.out.tfevents.1734295829.4d38b0951ba7.4136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48fbf89c912d8f7ff22a648cbcbdfb10f251fe80640feb6829b9265c00f1ee6c
3
+ size 6079
special_tokens_map.json CHANGED
@@ -1,24 +1,44 @@
1
  {
2
  "bos_token": {
3
  "content": "<s>",
4
- "lstrip": true,
5
- "normalized": false,
6
- "rstrip": true,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "<|im_end|>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|im_end|>",
17
  "unk_token": {
18
  "content": "<unk>",
19
- "lstrip": true,
20
- "normalized": false,
21
- "rstrip": true,
22
  "single_word": false
23
  }
24
  }
 
1
  {
2
  "bos_token": {
3
  "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "mask_token": {
17
+ "content": "<mask>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "<pad>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "sep_token": {
31
+ "content": "</s>",
32
  "lstrip": false,
33
  "normalized": false,
34
  "rstrip": false,
35
  "single_word": false
36
  },
 
37
  "unk_token": {
38
  "content": "<unk>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
  "single_word": false
43
  }
44
  }
tokenizer_config.json CHANGED
@@ -1,21 +1,20 @@
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>",
8
- "lstrip": true,
9
- "normalized": false,
10
- "rstrip": true,
11
  "single_word": false,
12
  "special": true
13
  },
14
  "1": {
15
- "content": "<s>",
16
- "lstrip": true,
17
- "normalized": false,
18
- "rstrip": true,
19
  "single_word": false,
20
  "special": true
21
  },
@@ -27,36 +26,42 @@
27
  "single_word": false,
28
  "special": true
29
  },
30
- "32000": {
31
- "content": "<|im_end|>",
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": true,
41
  "normalized": false,
42
- "rstrip": true,
 
 
 
 
 
 
 
 
43
  "single_word": false,
44
  "special": true
45
  }
46
  },
47
- "additional_special_tokens": [],
48
  "bos_token": "<s>",
49
- "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
50
- "clean_up_tokenization_spaces": false,
51
- "eos_token": "<|im_end|>",
52
- "legacy": true,
53
- "model_max_length": 1000000000000000019884624838656,
54
- "pad_token": "<|im_end|>",
55
- "sp_model_kwargs": {},
56
- "spaces_between_special_tokens": false,
57
- "tokenizer_class": "LlamaTokenizer",
 
58
  "trust_remote_code": false,
59
- "unk_token": "<unk>",
60
- "use_default_system_prompt": true,
61
- "use_fast": true
62
  }
 
1
  {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
 
4
  "added_tokens_decoder": {
5
  "0": {
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
  "single_word": false,
11
  "special": true
12
  },
13
  "1": {
14
+ "content": "<pad>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
 
26
  "single_word": false,
27
  "special": true
28
  },
29
+ "3": {
30
+ "content": "<unk>",
31
  "lstrip": false,
32
+ "normalized": true,
33
  "rstrip": false,
34
  "single_word": false,
35
  "special": true
36
  },
37
+ "4": {
38
+ "content": "<mask>",
39
+ "lstrip": false,
40
  "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "5": {
46
+ "content": "<|endoftext|>",
47
+ "lstrip": false,
48
+ "normalized": true,
49
+ "rstrip": false,
50
  "single_word": false,
51
  "special": true
52
  }
53
  },
 
54
  "bos_token": "<s>",
55
+ "clean_up_tokenization_spaces": true,
56
+ "eos_token": "<|endoftext|>",
57
+ "errors": "replace",
58
+ "mask_token": "<mask>",
59
+ "model_max_length": 2048,
60
+ "pad_token": "<pad>",
61
+ "padding_side": "left",
62
+ "sep_token": "</s>",
63
+ "tokenizer_class": "GPT2Tokenizer",
64
+ "truncation_side": "left",
65
  "trust_remote_code": false,
66
+ "unk_token": "<unk>"
 
 
67
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b9a1cf0404ce6c011f321d4d2f393f4b9fa744f8db33df3f167d5a9f30a88bb
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a459bf4d215f65a9e2eb1918db43aac5fcd723e6c0ff9758d31125ebcbc2686
3
  size 5560
vocab.json ADDED
The diff for this file is too large to render. See raw diff