IUseAMouse
commited on
Commit
•
5c52761
1
Parent(s):
941db83
End of training
Browse files- README.md +77 -0
- adapter_config.json +30 -0
- adapter_model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
base_model: bofenghuang/vigogne-2-70b-chat
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: PointCon-vigogne-2-70b-chat-3
|
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 |
+
# PointCon-vigogne-2-70b-chat-3
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [bofenghuang/vigogne-2-70b-chat](https://huggingface.co/bofenghuang/vigogne-2-70b-chat) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.5719
|
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: 5e-05
|
38 |
+
- train_batch_size: 1
|
39 |
+
- eval_batch_size: 1
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 1
|
44 |
+
- mixed_precision_training: Native AMP
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 1.8556 | 0.05 | 30 | 1.7646 |
|
51 |
+
| 1.6805 | 0.1 | 60 | 1.6982 |
|
52 |
+
| 1.646 | 0.15 | 90 | 1.6679 |
|
53 |
+
| 1.5978 | 0.19 | 120 | 1.6567 |
|
54 |
+
| 1.6003 | 0.24 | 150 | 1.6437 |
|
55 |
+
| 1.5975 | 0.29 | 180 | 1.6339 |
|
56 |
+
| 1.5917 | 0.34 | 210 | 1.6264 |
|
57 |
+
| 1.5579 | 0.39 | 240 | 1.6111 |
|
58 |
+
| 1.5888 | 0.44 | 270 | 1.6022 |
|
59 |
+
| 1.5763 | 0.49 | 300 | 1.5966 |
|
60 |
+
| 1.5102 | 0.54 | 330 | 1.5938 |
|
61 |
+
| 1.5611 | 0.58 | 360 | 1.5877 |
|
62 |
+
| 1.6063 | 0.63 | 390 | 1.5869 |
|
63 |
+
| 1.5641 | 0.68 | 420 | 1.5870 |
|
64 |
+
| 1.5615 | 0.73 | 450 | 1.5808 |
|
65 |
+
| 1.4644 | 0.78 | 480 | 1.5761 |
|
66 |
+
| 1.4924 | 0.83 | 510 | 1.5750 |
|
67 |
+
| 1.5644 | 0.88 | 540 | 1.5735 |
|
68 |
+
| 1.5498 | 0.93 | 570 | 1.5726 |
|
69 |
+
| 1.5179 | 0.97 | 600 | 1.5719 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.35.2
|
75 |
+
- Pytorch 2.1.0+cu118
|
76 |
+
- Datasets 2.15.0
|
77 |
+
- Tokenizers 0.15.0
|
adapter_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bofenghuang/vigogne-2-70b-chat",
|
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 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 32,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"v_proj",
|
20 |
+
"o_proj",
|
21 |
+
"down_proj",
|
22 |
+
"k_proj",
|
23 |
+
"up_proj",
|
24 |
+
"embed_tokens",
|
25 |
+
"q_proj",
|
26 |
+
"lm_head",
|
27 |
+
"gate_proj"
|
28 |
+
],
|
29 |
+
"task_type": "CAUSAL_LM"
|
30 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2eaf1ee38a01572e627913a856090c9ca602a5e6ab6c28a2e2903b00afd65f8
|
3 |
+
size 1662047456
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e40580114e7ef933103ff8aa628018d4092296ffc4c42dd2cc1449c3bb160b7d
|
3 |
+
size 4600
|