Stern5497 commited on
Commit
a89c965
1 Parent(s): f8c5c77

mistral-lp2-org_org_a

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: mistralai/Mistral-7B-v0.1
7
+ model-index:
8
+ - name: org_aug_a
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # org_aug_a
16
+
17
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.8808
20
+ - F1 Micro: 0.6615
21
+ - F1 Macro: 0.6476
22
+ - F1 Weighted: 0.6615
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - training_steps: 400
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
52
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
53
+ | 2.2195 | 0.0154 | 25 | 1.5207 | 0.5691 | 0.5521 | 0.5694 |
54
+ | 1.4371 | 0.0308 | 50 | 1.2747 | 0.6089 | 0.5857 | 0.6052 |
55
+ | 1.2556 | 0.0462 | 75 | 1.1545 | 0.6304 | 0.6036 | 0.6240 |
56
+ | 1.2415 | 0.0615 | 100 | 1.0691 | 0.6320 | 0.6132 | 0.6301 |
57
+ | 0.9864 | 0.0769 | 125 | 1.0264 | 0.6399 | 0.6278 | 0.6411 |
58
+ | 1.0647 | 0.0923 | 150 | 0.9918 | 0.6510 | 0.6266 | 0.6455 |
59
+ | 0.9849 | 0.1077 | 175 | 0.9679 | 0.6576 | 0.6317 | 0.6511 |
60
+ | 1.0067 | 0.1231 | 200 | 0.9383 | 0.6501 | 0.6384 | 0.6513 |
61
+ | 0.8928 | 0.1385 | 225 | 0.9243 | 0.6620 | 0.6405 | 0.6579 |
62
+ | 0.9858 | 0.1538 | 250 | 0.9132 | 0.6627 | 0.6405 | 0.6582 |
63
+ | 0.9085 | 0.1692 | 275 | 0.9011 | 0.6575 | 0.6446 | 0.6581 |
64
+ | 1.0059 | 0.1846 | 300 | 0.9018 | 0.6686 | 0.6436 | 0.6623 |
65
+ | 0.8939 | 0.2 | 325 | 0.8928 | 0.6682 | 0.6448 | 0.6629 |
66
+ | 0.864 | 0.2154 | 350 | 0.8833 | 0.6622 | 0.6478 | 0.6619 |
67
+ | 0.9499 | 0.2308 | 375 | 0.8837 | 0.6585 | 0.6463 | 0.6593 |
68
+ | 0.9721 | 0.2462 | 400 | 0.8808 | 0.6615 | 0.6476 | 0.6615 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - PEFT 0.10.0
74
+ - Transformers 4.40.2
75
+ - Pytorch 2.3.0+cu118
76
+ - Datasets 2.19.0
77
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 8,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "q_proj",
25
+ "v_proj",
26
+ "o_proj"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64aab3f65d05a4875ea0dc29ce6bc0722b691a1b1218bfafa65ff540434e1d9a
3
+ size 578881968
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_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "32000": {
30
+ "content": "[LP2]",
31
+ "lstrip": false,
32
+ "normalized": true,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": false
36
+ }
37
+ },
38
+ "additional_special_tokens": [],
39
+ "bos_token": "<s>",
40
+ "clean_up_tokenization_spaces": false,
41
+ "eos_token": "</s>",
42
+ "legacy": true,
43
+ "model_max_length": 1000000000000000019884624838656,
44
+ "pad_token": "</s>",
45
+ "sp_model_kwargs": {},
46
+ "spaces_between_special_tokens": false,
47
+ "tokenizer_class": "LlamaTokenizer",
48
+ "unk_token": "<unk>",
49
+ "use_default_system_prompt": false
50
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb00ce32d29829d7c54d851b6bafbf5cdb2ddcfbf2d94672533df521abb7582
3
+ size 4920