thorirhrafn commited on
Commit
249a687
·
verified ·
1 Parent(s): 24b48bc

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: AI-Sweden-Models/gpt-sw3-1.3b
7
+ model-index:
8
+ - name: gpt_icesum
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # gpt_icesum
16
+
17
+ This model is a fine-tuned version of [AI-Sweden-Models/gpt-sw3-1.3b](https://huggingface.co/AI-Sweden-Models/gpt-sw3-1.3b) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.7824
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 3
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.9553 | 0.22 | 50 | 1.8683 |
51
+ | 1.9425 | 0.44 | 100 | 1.8240 |
52
+ | 1.8376 | 0.67 | 150 | 1.8040 |
53
+ | 2.0224 | 0.89 | 200 | 1.7953 |
54
+ | 1.8172 | 1.11 | 250 | 1.7903 |
55
+ | 1.9457 | 1.33 | 300 | 1.7875 |
56
+ | 1.8177 | 1.56 | 350 | 1.7853 |
57
+ | 1.82 | 1.78 | 400 | 1.7837 |
58
+ | 1.9207 | 2.0 | 450 | 1.7830 |
59
+ | 1.7946 | 2.22 | 500 | 1.7832 |
60
+ | 1.8675 | 2.44 | 550 | 1.7828 |
61
+ | 1.8384 | 2.67 | 600 | 1.7826 |
62
+ | 1.9814 | 2.89 | 650 | 1.7824 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.8.2
68
+ - Transformers 4.38.1
69
+ - Pytorch 2.2.0+cu118
70
+ - Datasets 2.17.1
71
+ - Tokenizers 0.15.2