eskayML commited on
Commit
1b9c858
1 Parent(s): b6b88ed

eskayML/mistral-7b-plaba-with-context

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/openhermes-2.5-mistral-7b-bnb-4bit
3
  library_name: peft
4
  license: apache-2.0
5
  tags:
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # outputs
19
 
20
- This model is a fine-tuned version of [unsloth/openhermes-2.5-mistral-7b-bnb-4bit](https://huggingface.co/unsloth/openhermes-2.5-mistral-7b-bnb-4bit) on the None dataset.
21
 
22
  ## Model description
23
 
@@ -37,15 +37,15 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0002
40
- - train_batch_size: 2
41
  - eval_batch_size: 8
42
  - seed: 3407
43
- - gradient_accumulation_steps: 4
44
- - total_train_batch_size: 8
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 5
48
- - training_steps: 100
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
 
1
  ---
2
+ base_model: unsloth/mistral-7b-bnb-4bit
3
  library_name: peft
4
  license: apache-2.0
5
  tags:
 
17
 
18
  # outputs
19
 
20
+ This model is a fine-tuned version of [unsloth/mistral-7b-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-bnb-4bit) on the None dataset.
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0002
40
+ - train_batch_size: 1
41
  - eval_batch_size: 8
42
  - seed: 3407
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 2
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 5
48
+ - training_steps: 50
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/openhermes-2.5-mistral-7b-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "k_proj",
24
- "q_proj",
 
25
  "gate_proj",
26
- "v_proj",
27
  "up_proj",
28
- "o_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": "unsloth/mistral-7b-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
21
  "revision": null,
22
  "target_modules": [
23
  "k_proj",
24
+ "o_proj",
25
+ "down_proj",
26
  "gate_proj",
 
27
  "up_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:42bab43fb5454b1569a9a47e3df8c8ab0a46621f0b91463ebf680c5950587e16
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16d4ef93822fa31d6279f91dace055f3a17cf3610aa87577349b99b8774ef56e
3
  size 167832240
special_tokens_map.json CHANGED
@@ -7,7 +7,7 @@
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "<|im_end|>",
11
  "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
 
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "</s>",
11
  "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
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>",
@@ -26,38 +26,19 @@
26
  "rstrip": false,
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": false,
41
- "normalized": false,
42
- "rstrip": false,
43
- "single_word": false,
44
- "special": true
45
  }
46
  },
47
  "additional_special_tokens": [],
48
  "bos_token": "<s>",
49
- "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 %}",
50
  "clean_up_tokenization_spaces": false,
51
- "eos_token": "<|im_end|>",
52
- "legacy": true,
53
  "model_max_length": 32768,
54
  "pad_token": "<unk>",
55
  "padding_side": "right",
56
  "sp_model_kwargs": {},
57
  "spaces_between_special_tokens": false,
58
  "tokenizer_class": "LlamaTokenizer",
59
- "trust_remote_code": false,
60
  "unk_token": "<unk>",
61
- "use_default_system_prompt": true,
62
- "use_fast": true
63
  }
 
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
4
+ "add_prefix_space": null,
5
  "added_tokens_decoder": {
6
  "0": {
7
  "content": "<unk>",
 
26
  "rstrip": false,
27
  "single_word": false,
28
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  }
30
  },
31
  "additional_special_tokens": [],
32
  "bos_token": "<s>",
 
33
  "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": false,
36
  "model_max_length": 32768,
37
  "pad_token": "<unk>",
38
  "padding_side": "right",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
41
  "tokenizer_class": "LlamaTokenizer",
 
42
  "unk_token": "<unk>",
43
+ "use_default_system_prompt": false
 
44
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b0b9c599d5e587a638a6fc4a17b90eb9ad02effca2bc13981be790a0611e419
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ac43cfdbf19556a93042c8dea609ab8236bbb906076a8cde6df7f9748ad3d7
3
  size 5368