shouray/agent-carter-trained
Browse files- README.md +70 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- runs/Sep17_19-01-37_54904289edd0/events.out.tfevents.1726599879.54904289edd0.468.0 +3 -0
- runs/Sep17_19-34-06_54904289edd0/events.out.tfevents.1726601708.54904289edd0.468.1 +3 -0
- runs/Sep17_19-41-37_54904289edd0/events.out.tfevents.1726602100.54904289edd0.468.2 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: PrunaAI/mistralai-Mistral-7B-Instruct-v0.2-bnb-4bit-smashed
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: CMS-Results
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# CMS-Results
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [PrunaAI/mistralai-Mistral-7B-Instruct-v0.2-bnb-4bit-smashed](https://huggingface.co/PrunaAI/mistralai-Mistral-7B-Instruct-v0.2-bnb-4bit-smashed) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.6764
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.0002
|
38 |
+
- train_batch_size: 1
|
39 |
+
- eval_batch_size: 1
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 4
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 2
|
46 |
+
- num_epochs: 10
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 2.3035 | 0.8571 | 3 | 1.8262 |
|
54 |
+
| 1.2484 | 2.0 | 7 | 1.2039 |
|
55 |
+
| 1.158 | 2.8571 | 10 | 1.0290 |
|
56 |
+
| 0.7415 | 4.0 | 14 | 0.8352 |
|
57 |
+
| 0.7861 | 4.8571 | 17 | 0.7549 |
|
58 |
+
| 0.5122 | 6.0 | 21 | 0.6964 |
|
59 |
+
| 0.6129 | 6.8571 | 24 | 0.6842 |
|
60 |
+
| 0.4332 | 8.0 | 28 | 0.6770 |
|
61 |
+
| 0.4938 | 8.5714 | 30 | 0.6764 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- PEFT 0.12.0
|
67 |
+
- Transformers 4.44.2
|
68 |
+
- Pytorch 2.4.0+cu121
|
69 |
+
- Datasets 3.0.0
|
70 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
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": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:062b772d962dd0ffcffd9d940a85dc38c37ec60fd30d9ff747631a97632da8fd
|
3 |
+
size 8398144
|
runs/Sep17_19-01-37_54904289edd0/events.out.tfevents.1726599879.54904289edd0.468.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ed40a201d61a5ec19904095ccedbff4075b855a315bc482ad722a6ed78118a
|
3 |
+
size 6424
|
runs/Sep17_19-34-06_54904289edd0/events.out.tfevents.1726601708.54904289edd0.468.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1310d25aff2ff3af086979c87a7b548ac9eb61a7e4de9bf71b4404a02e88b379
|
3 |
+
size 8664
|
runs/Sep17_19-41-37_54904289edd0/events.out.tfevents.1726602100.54904289edd0.468.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7aef24c74949e37349adbdcfff450fad303bc96ce8f0db2910c2c97e7f7d64ad
|
3 |
+
size 10083
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2112616b24afbc8fc8c30a938bc3c6e5de8bab41cb42a8a255cdfce7f2ecd8fd
|
3 |
+
size 5176
|