pppereira3 commited on
Commit
d12ee25
1 Parent(s): 44f3e57

End of training

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: distilbert/distilbert-base-uncased
3
+ library_name: peft
4
+ license: apache-2.0
5
+ metrics:
6
+ - accuracy
7
+ tags:
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: dbert-peft-rating
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # dbert-peft-rating
18
+
19
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0726
22
+ - Accuracy: 0.4988
23
+ - Mse: 0.8475
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Mse |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 1.0 | 425 | 1.2773 | 0.4119 | 1.1295 |
55
+ | 1.3444 | 2.0 | 850 | 1.1427 | 0.4706 | 0.8780 |
56
+ | 1.1864 | 3.0 | 1275 | 1.1049 | 0.4885 | 0.8633 |
57
+ | 1.1177 | 4.0 | 1700 | 1.0943 | 0.4892 | 0.8169 |
58
+ | 1.0957 | 5.0 | 2125 | 1.0881 | 0.4923 | 0.8172 |
59
+ | 1.0893 | 6.0 | 2550 | 1.0814 | 0.4933 | 0.8636 |
60
+ | 1.0893 | 7.0 | 2975 | 1.0781 | 0.4943 | 0.8324 |
61
+ | 1.0761 | 8.0 | 3400 | 1.0749 | 0.4991 | 0.8464 |
62
+ | 1.0687 | 9.0 | 3825 | 1.0727 | 0.5002 | 0.8530 |
63
+ | 1.0668 | 10.0 | 4250 | 1.0726 | 0.4988 | 0.8475 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.13.2
69
+ - Transformers 4.44.2
70
+ - Pytorch 2.5.0+cu121
71
+ - Datasets 3.1.0
72
+ - Tokenizers 0.19.1