ivan100096
commited on
Commit
•
5ec3410
1
Parent(s):
5cfefe2
Promptengineering/mistral-instruct-generation-small
Browse files- README.md +65 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- runs/Mar01_11-21-22_4c88f154dd36/events.out.tfevents.1709292087.4c88f154dd36.1289.0 +3 -0
- runs/Mar01_11-23-01_4c88f154dd36/events.out.tfevents.1709292201.4c88f154dd36.1289.1 +3 -0
- runs/Mar01_11-24-24_4c88f154dd36/events.out.tfevents.1709292269.4c88f154dd36.1289.2 +3 -0
- runs/Mar01_11-27-47_4c88f154dd36/events.out.tfevents.1709292475.4c88f154dd36.1289.3 +3 -0
- runs/Mar01_11-27-47_4c88f154dd36/events.out.tfevents.1709292496.4c88f154dd36.1289.4 +3 -0
- runs/Mar01_11-35-36_4c88f154dd36/events.out.tfevents.1709292943.4c88f154dd36.1289.5 +3 -0
- runs/Mar01_11-35-59_4c88f154dd36/events.out.tfevents.1709292964.4c88f154dd36.1289.6 +3 -0
- runs/Mar01_11-36-17_4c88f154dd36/events.out.tfevents.1709292984.4c88f154dd36.1289.7 +3 -0
- runs/Mar01_11-38-15_4c88f154dd36/events.out.tfevents.1709293106.4c88f154dd36.1289.8 +3 -0
- runs/Mar01_11-45-13_4c88f154dd36/events.out.tfevents.1709293522.4c88f154dd36.1289.9 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- generator
|
10 |
+
base_model: mistralai/Mixtral-8x7B-v0.1
|
11 |
+
model-index:
|
12 |
+
- name: Mixtral_Alpace_v2
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# Mixtral_Alpace_v2
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [mistralai/Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) on the generator dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.5741
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 2.5e-05
|
43 |
+
- train_batch_size: 4
|
44 |
+
- eval_batch_size: 8
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 0.03
|
49 |
+
- training_steps: 100
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| No log | 0.03 | 50 | 1.5982 |
|
56 |
+
| 1.5364 | 0.06 | 100 | 1.5741 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- PEFT 0.9.0
|
62 |
+
- Transformers 4.38.2
|
63 |
+
- Pytorch 2.2.1+cu121
|
64 |
+
- Datasets 2.17.1
|
65 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 4,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"o_proj",
|
23 |
+
"up_proj",
|
24 |
+
"lm_head",
|
25 |
+
"v_proj",
|
26 |
+
"k_proj",
|
27 |
+
"q_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
|
3 |
+
size 48
|
runs/Mar01_11-21-22_4c88f154dd36/events.out.tfevents.1709292087.4c88f154dd36.1289.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4459e80f9463eaa6a39e386308044919910011df8da36ee7f2a9f34e47c099a
|
3 |
+
size 5132
|
runs/Mar01_11-23-01_4c88f154dd36/events.out.tfevents.1709292201.4c88f154dd36.1289.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:926375510ec9bdf99c2d542ca6f600cd23a4b325e98618e71a9a02a37f19663f
|
3 |
+
size 5132
|
runs/Mar01_11-24-24_4c88f154dd36/events.out.tfevents.1709292269.4c88f154dd36.1289.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8950b589c587736829bd727ccbdecca46b3a82004f298638e9a70c16dd18691
|
3 |
+
size 5132
|
runs/Mar01_11-27-47_4c88f154dd36/events.out.tfevents.1709292475.4c88f154dd36.1289.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa83b507984c91cea907eb807d252101895a82201947960e0f4fab5dc2c58fd
|
3 |
+
size 5131
|
runs/Mar01_11-27-47_4c88f154dd36/events.out.tfevents.1709292496.4c88f154dd36.1289.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:919d2e8ab7c5e1389f0fd37463a1ed1367a2052d16b0d1ce2dfeeb4e4921c88d
|
3 |
+
size 10854
|
runs/Mar01_11-35-36_4c88f154dd36/events.out.tfevents.1709292943.4c88f154dd36.1289.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c77e747a5cf79920873746864b166a84052261abd947c5eca1fc79468e166ca
|
3 |
+
size 5133
|
runs/Mar01_11-35-59_4c88f154dd36/events.out.tfevents.1709292964.4c88f154dd36.1289.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63ff4000dce88be35ab01618a2f0b59d58cf8269f6de6fe242ef989b220b142a
|
3 |
+
size 5132
|
runs/Mar01_11-36-17_4c88f154dd36/events.out.tfevents.1709292984.4c88f154dd36.1289.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6318dedec3b1667492071df8c39c193e79bd429ceb298dfc54210cb2bcf0ff2
|
3 |
+
size 5132
|
runs/Mar01_11-38-15_4c88f154dd36/events.out.tfevents.1709293106.4c88f154dd36.1289.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2c6fb25fbdd895a302623e0cc5690e0c74fa6d4a20b528b1229b081cdb80112
|
3 |
+
size 5131
|
runs/Mar01_11-45-13_4c88f154dd36/events.out.tfevents.1709293522.4c88f154dd36.1289.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649ba45650b21968f6bb6c884fba4c62a53b9fb651d9a26fe6fc4743e3fa718d
|
3 |
+
size 6220
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": true,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": "</s>",
|
37 |
+
"sp_model_kwargs": {},
|
38 |
+
"spaces_between_special_tokens": false,
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fa3fade9164d2c533771f15c055cbe3e9c8fdfc0c4a1611e1574285974440d4
|
3 |
+
size 4920
|