vtiyyal1 commited on
Commit
95a8e20
1 Parent(s): a4171b0

Training completed!

Browse files
Files changed (2) hide show
  1. README.md +112 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: empathy_model_apr3
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
+ # empathy_model_apr3
15
+
16
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0044
19
+ - Mse: 0.0044
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: 5e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
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 | Mse |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | 0.0072 | 0.05 | 50 | 0.0045 | 0.0045 |
51
+ | 0.0086 | 0.11 | 100 | 0.0109 | 0.0109 |
52
+ | 0.0063 | 0.16 | 150 | 0.0045 | 0.0045 |
53
+ | 0.0054 | 0.22 | 200 | 0.0051 | 0.0051 |
54
+ | 0.0081 | 0.27 | 250 | 0.0060 | 0.0060 |
55
+ | 0.0076 | 0.32 | 300 | 0.0046 | 0.0046 |
56
+ | 0.0067 | 0.38 | 350 | 0.0047 | 0.0047 |
57
+ | 0.0071 | 0.43 | 400 | 0.0045 | 0.0045 |
58
+ | 0.006 | 0.48 | 450 | 0.0054 | 0.0054 |
59
+ | 0.0064 | 0.54 | 500 | 0.0046 | 0.0046 |
60
+ | 0.0069 | 0.59 | 550 | 0.0063 | 0.0063 |
61
+ | 0.0044 | 0.65 | 600 | 0.0076 | 0.0076 |
62
+ | 0.0069 | 0.7 | 650 | 0.0044 | 0.0044 |
63
+ | 0.0041 | 0.75 | 700 | 0.0043 | 0.0043 |
64
+ | 0.007 | 0.81 | 750 | 0.0044 | 0.0044 |
65
+ | 0.0049 | 0.86 | 800 | 0.0045 | 0.0045 |
66
+ | 0.0058 | 0.92 | 850 | 0.0055 | 0.0055 |
67
+ | 0.0061 | 0.97 | 900 | 0.0045 | 0.0045 |
68
+ | 0.004 | 1.02 | 950 | 0.0044 | 0.0044 |
69
+ | 0.0064 | 1.08 | 1000 | 0.0049 | 0.0049 |
70
+ | 0.0055 | 1.13 | 1050 | 0.0050 | 0.0050 |
71
+ | 0.0052 | 1.19 | 1100 | 0.0043 | 0.0043 |
72
+ | 0.0054 | 1.24 | 1150 | 0.0043 | 0.0043 |
73
+ | 0.0066 | 1.29 | 1200 | 0.0048 | 0.0048 |
74
+ | 0.0065 | 1.35 | 1250 | 0.0043 | 0.0043 |
75
+ | 0.0056 | 1.4 | 1300 | 0.0045 | 0.0045 |
76
+ | 0.0054 | 1.45 | 1350 | 0.0043 | 0.0043 |
77
+ | 0.0067 | 1.51 | 1400 | 0.0044 | 0.0044 |
78
+ | 0.0067 | 1.56 | 1450 | 0.0042 | 0.0042 |
79
+ | 0.0044 | 1.62 | 1500 | 0.0043 | 0.0043 |
80
+ | 0.0062 | 1.67 | 1550 | 0.0043 | 0.0043 |
81
+ | 0.0057 | 1.72 | 1600 | 0.0043 | 0.0043 |
82
+ | 0.0049 | 1.78 | 1650 | 0.0042 | 0.0042 |
83
+ | 0.0059 | 1.83 | 1700 | 0.0045 | 0.0045 |
84
+ | 0.0066 | 1.89 | 1750 | 0.0045 | 0.0045 |
85
+ | 0.0045 | 1.94 | 1800 | 0.0051 | 0.0051 |
86
+ | 0.0056 | 1.99 | 1850 | 0.0042 | 0.0042 |
87
+ | 0.0042 | 2.05 | 1900 | 0.0045 | 0.0045 |
88
+ | 0.0058 | 2.1 | 1950 | 0.0045 | 0.0045 |
89
+ | 0.0045 | 2.16 | 2000 | 0.0045 | 0.0045 |
90
+ | 0.0058 | 2.21 | 2050 | 0.0043 | 0.0043 |
91
+ | 0.0055 | 2.26 | 2100 | 0.0049 | 0.0049 |
92
+ | 0.0054 | 2.32 | 2150 | 0.0043 | 0.0043 |
93
+ | 0.0046 | 2.37 | 2200 | 0.0044 | 0.0044 |
94
+ | 0.0051 | 2.42 | 2250 | 0.0044 | 0.0044 |
95
+ | 0.0057 | 2.48 | 2300 | 0.0044 | 0.0044 |
96
+ | 0.0047 | 2.53 | 2350 | 0.0047 | 0.0047 |
97
+ | 0.0054 | 2.59 | 2400 | 0.0044 | 0.0044 |
98
+ | 0.0052 | 2.64 | 2450 | 0.0044 | 0.0044 |
99
+ | 0.0043 | 2.69 | 2500 | 0.0046 | 0.0046 |
100
+ | 0.0056 | 2.75 | 2550 | 0.0044 | 0.0044 |
101
+ | 0.0039 | 2.8 | 2600 | 0.0043 | 0.0043 |
102
+ | 0.0049 | 2.86 | 2650 | 0.0047 | 0.0047 |
103
+ | 0.0042 | 2.91 | 2700 | 0.0046 | 0.0046 |
104
+ | 0.0051 | 2.96 | 2750 | 0.0044 | 0.0044 |
105
+
106
+
107
+ ### Framework versions
108
+
109
+ - Transformers 4.39.3
110
+ - Pytorch 2.2.1+cu121
111
+ - Datasets 2.18.0
112
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8aaf5a0f346d12ff75e68e5e6b5076861f11b0323d6df7df6ac53bb224afab6
3
  size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5c52e630d7ca4cf63b96fdf038c20385f2d9586eb2b050c22d2359fefe0112
3
  size 267829484