irenewds commited on
Commit
fa5d7f0
·
verified ·
1 Parent(s): 5b6305e

irenewds/shawgpt-ft

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.1943
20
 
21
  ## Model description
22
 
@@ -35,15 +35,15 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 0.0005
39
  - train_batch_size: 4
40
  - eval_batch_size: 4
41
  - seed: 42
42
- - gradient_accumulation_steps: 2
43
- - total_train_batch_size: 8
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 100
47
  - num_epochs: 20
48
  - mixed_precision_training: Native AMP
49
 
@@ -51,31 +51,31 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-------:|:----:|:---------------:|
54
- | 4.6274 | 0.9231 | 6 | 4.1674 |
55
- | 3.7807 | 2.0 | 13 | 3.8359 |
56
- | 3.9369 | 2.9231 | 19 | 3.3280 |
57
- | 2.7875 | 4.0 | 26 | 2.5993 |
58
- | 2.5085 | 4.9231 | 32 | 1.9752 |
59
- | 1.4919 | 6.0 | 39 | 1.4654 |
60
- | 1.3448 | 6.9231 | 45 | 1.3415 |
61
- | 1.0855 | 8.0 | 52 | 1.3057 |
62
- | 1.1615 | 8.9231 | 58 | 1.2917 |
63
- | 0.8948 | 10.0 | 65 | 1.2995 |
64
- | 0.9723 | 10.9231 | 71 | 1.3292 |
65
- | 0.7141 | 12.0 | 78 | 1.3735 |
66
- | 0.733 | 12.9231 | 84 | 1.4165 |
67
- | 0.5298 | 14.0 | 91 | 1.5106 |
68
- | 0.529 | 14.9231 | 97 | 1.7135 |
69
- | 0.3745 | 16.0 | 104 | 1.8745 |
70
- | 0.3654 | 16.9231 | 110 | 1.9549 |
71
- | 0.2598 | 18.0 | 117 | 2.1665 |
72
- | 0.2422 | 18.4615 | 120 | 2.1943 |
73
 
74
 
75
  ### Framework versions
76
 
77
  - PEFT 0.13.2
78
  - Transformers 4.44.2
79
- - Pytorch 2.4.1+cu121
80
  - Datasets 3.0.2
81
  - Tokenizers 0.19.1
 
16
 
17
  This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.4926
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
  - train_batch_size: 4
40
  - eval_batch_size: 4
41
  - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 16
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 2
47
  - num_epochs: 20
48
  - mixed_precision_training: Native AMP
49
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-------:|:----:|:---------------:|
54
+ | 4.6196 | 0.9231 | 3 | 4.0996 |
55
+ | 4.3186 | 1.8462 | 6 | 3.8038 |
56
+ | 3.9621 | 2.7692 | 9 | 3.5173 |
57
+ | 2.7151 | 4.0 | 13 | 3.1519 |
58
+ | 3.3264 | 4.9231 | 16 | 2.9077 |
59
+ | 3.0314 | 5.8462 | 19 | 2.6983 |
60
+ | 2.7911 | 6.7692 | 22 | 2.5124 |
61
+ | 1.9218 | 8.0 | 26 | 2.2823 |
62
+ | 2.3602 | 8.9231 | 29 | 2.1229 |
63
+ | 2.1297 | 9.8462 | 32 | 1.9649 |
64
+ | 1.9877 | 10.7692 | 35 | 1.8543 |
65
+ | 1.3751 | 12.0 | 39 | 1.7460 |
66
+ | 1.7619 | 12.9231 | 42 | 1.6779 |
67
+ | 1.6587 | 13.8462 | 45 | 1.6203 |
68
+ | 1.6074 | 14.7692 | 48 | 1.5695 |
69
+ | 1.1674 | 16.0 | 52 | 1.5241 |
70
+ | 1.503 | 16.9231 | 55 | 1.5053 |
71
+ | 1.4711 | 17.8462 | 58 | 1.4951 |
72
+ | 1.0311 | 18.4615 | 60 | 1.4926 |
73
 
74
 
75
  ### Framework versions
76
 
77
  - PEFT 0.13.2
78
  - Transformers 4.44.2
79
+ - Pytorch 2.5.0+cu124
80
  - Datasets 3.0.2
81
  - Tokenizers 0.19.1
runs/Oct24_01-19-49_89957c487371/events.out.tfevents.1729732794.89957c487371.1061.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e345e90f096b96c359e2d1c8bf667450c53b7de5c0af12e7921a89ee739712e1
3
+ size 14917
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ecb0b04ff97632084a4a209ce86b9013f9a3a08c4053dd3faf2291be9feaf03
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d24572c9554940e1f92edd78e10243cb6873325ac8bd219df60a27e7683379a
3
  size 5176