Training in progress, step 200
Browse files- README.md +73 -0
- adapter_config.json +35 -0
- adapter_model.safetensors +3 -0
- runs/Sep02_19-13-42_user/events.out.tfevents.1725284623.user +3 -0
- runs/Sep02_19-15-48_user/events.out.tfevents.1725284749.user +3 -0
- runs/Sep02_19-28-03_user/events.out.tfevents.1725285484.user +3 -0
- runs/Sep02_20-31-49_user/events.out.tfevents.1725289310.user +3 -0
- runs/Sep02_22-14-00_user/events.out.tfevents.1725295441.user +3 -0
- runs/Sep02_22-30-31_user/events.out.tfevents.1725296432.user +3 -0
- runs/Sep03_03-20-11_user/events.out.tfevents.1725313812.user +3 -0
- runs/Sep03_13-23-40_user/events.out.tfevents.1725350022.user +3 -0
- runs/Sep03_14-51-53_user/events.out.tfevents.1725355314.user +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +43 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mistral-7B-v0.1
|
3 |
+
library_name: peft
|
4 |
+
license: apache-2.0
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
tags:
|
10 |
+
- generated_from_trainer
|
11 |
+
model-index:
|
12 |
+
- name: Mistral_Task2_semantic_pred
|
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 |
+
# Mistral_Task2_semantic_pred
|
20 |
+
|
21 |
+
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.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.0200
|
24 |
+
- Accuracy: 0.7414
|
25 |
+
- Precision: 0.6613
|
26 |
+
- Recall: 0.9749
|
27 |
+
- F1 score: 0.7880
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 4
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Accuracy | F1 score | Precision | Recall | Validation Loss |
|
57 |
+
|:-------------:|:------:|:----:|:--------:|:--------:|:---------:|:------:|:---------------:|
|
58 |
+
| 0.8426 | 0.5208 | 200 | 0.7824 | 0.7958 | 0.7406 | 0.8600 | 0.6397 |
|
59 |
+
| 0.6067 | 1.0417 | 400 | 0.6599 | 0.7353 | 0.5967 | 0.9577 | 0.9629 |
|
60 |
+
| 0.3511 | 1.5625 | 600 | 0.7922 | 0.8151 | 0.7262 | 0.9287 | 0.5420 |
|
61 |
+
| 0.3361 | 2.0833 | 800 | 0.9585 | 0.6769 | 0.6074 | 0.9749 | 0.7485 |
|
62 |
+
| 0.2423 | 2.6042 | 1000 | 0.4802 | 0.8339 | 0.7728 | 0.9392 | 0.8479 |
|
63 |
+
| 0.2082 | 3.125 | 1200 | 0.6629 | 0.7961 | 0.7181 | 0.9657 | 0.8237 |
|
64 |
+
| 0.1397 | 3.6458 | 1400 | 1.0200 | 0.7414 | 0.6613 | 0.9749 | 0.7880 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- PEFT 0.12.0
|
70 |
+
- Transformers 4.44.2
|
71 |
+
- Pytorch 2.4.0+cu121
|
72 |
+
- Datasets 2.21.0
|
73 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": [
|
18 |
+
"score",
|
19 |
+
"classifier",
|
20 |
+
"score"
|
21 |
+
],
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 16,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"v_proj",
|
28 |
+
"k_proj",
|
29 |
+
"q_proj",
|
30 |
+
"o_proj"
|
31 |
+
],
|
32 |
+
"task_type": "SEQ_CLS",
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a14e493361ac835146c60f495859d5a646647f6d2d9376129c2a24b77b868718
|
3 |
+
size 54593240
|
runs/Sep02_19-13-42_user/events.out.tfevents.1725284623.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:638c7c6a513bdf32a03879fe77fced3652b3daf4d39dd4bd20244d9b2a482e09
|
3 |
+
size 4227
|
runs/Sep02_19-15-48_user/events.out.tfevents.1725284749.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f5e82502c833367aca1fb212f17b0b26499a32b5325caf7f175d6c49f17bf3a
|
3 |
+
size 5500
|
runs/Sep02_19-28-03_user/events.out.tfevents.1725285484.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:146f5f8ab88618fb4690f517828bbac2a286171a18a29a318a0d9df8ad1a911c
|
3 |
+
size 5500
|
runs/Sep02_20-31-49_user/events.out.tfevents.1725289310.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d130b877675aea111267159625aab40f1922167ad3c35cc17744ec7b0635f615
|
3 |
+
size 5711
|
runs/Sep02_22-14-00_user/events.out.tfevents.1725295441.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd5c756c232888269d735d091ada8bb66f87fd3b9c2703e6f103ca5ca2688df2
|
3 |
+
size 5951
|
runs/Sep02_22-30-31_user/events.out.tfevents.1725296432.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20f0103333fdd46237acb174b18328170a59e3705e5168b083172f18cd5a1cd1
|
3 |
+
size 7089
|
runs/Sep03_03-20-11_user/events.out.tfevents.1725313812.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31036bc364fbeb3b7ad79e6ac2ea2998c312aa3e672a6e226530cd81ce75d406
|
3 |
+
size 8610
|
runs/Sep03_13-23-40_user/events.out.tfevents.1725350022.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f77513759dd55700c4848a56f309fa1c889c711610ae8929c5045a482920075b
|
3 |
+
size 5500
|
runs/Sep03_14-51-53_user/events.out.tfevents.1725355314.user
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a27558ceda460e382ad2109581136146d2d7d62f85012d7562c5028565f60b73
|
3 |
+
size 5711
|
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,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
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": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"spaces_between_special_tokens": false,
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f927a7760e08b9a96f4d07976f3009a3067faeac02be8157e8c6c3154e556df2
|
3 |
+
size 5240
|