End of training
Browse files
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
base_model: TheBloke/vigogne-2-70B-chat-GPTQ
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: Vigogne70b-last_fan
|
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 |
+
# Vigogne70b-last_fan
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [TheBloke/vigogne-2-70B-chat-GPTQ](https://huggingface.co/TheBloke/vigogne-2-70B-chat-GPTQ) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7698
|
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.0004
|
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 |
+
- lr_scheduler_warmup_steps: 2
|
44 |
+
- training_steps: 1000
|
45 |
+
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| No log | 0.01 | 50 | 1.0362 |
|
52 |
+
| No log | 0.02 | 100 | 0.9411 |
|
53 |
+
| No log | 0.03 | 150 | 0.9255 |
|
54 |
+
| No log | 0.04 | 200 | 0.8966 |
|
55 |
+
| No log | 0.05 | 250 | 0.8685 |
|
56 |
+
| No log | 0.06 | 300 | 0.8707 |
|
57 |
+
| No log | 0.08 | 350 | 0.8515 |
|
58 |
+
| No log | 0.09 | 400 | 0.8420 |
|
59 |
+
| No log | 0.1 | 450 | 0.8399 |
|
60 |
+
| 0.9406 | 0.11 | 500 | 0.8246 |
|
61 |
+
| 0.9406 | 0.12 | 550 | 0.8070 |
|
62 |
+
| 0.9406 | 0.13 | 600 | 0.8089 |
|
63 |
+
| 0.9406 | 0.14 | 650 | 0.8018 |
|
64 |
+
| 0.9406 | 0.15 | 700 | 0.7947 |
|
65 |
+
| 0.9406 | 0.16 | 750 | 0.7910 |
|
66 |
+
| 0.9406 | 0.17 | 800 | 0.7828 |
|
67 |
+
| 0.9406 | 0.18 | 850 | 0.7774 |
|
68 |
+
| 0.9406 | 0.19 | 900 | 0.7747 |
|
69 |
+
| 0.9406 | 0.21 | 950 | 0.7712 |
|
70 |
+
| 0.7812 | 0.22 | 1000 | 0.7698 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.35.2
|
76 |
+
- Pytorch 2.1.0+cu118
|
77 |
+
- Datasets 2.15.0
|
78 |
+
- Tokenizers 0.15.0
|