yimiwang commited on
Commit
38969e3
1 Parent(s): 87d95a6

End of training

Browse files
Files changed (2) hide show
  1. README.md +80 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-bert/bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: bert-petco-text_content-ctr
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
+ # bert-petco-text_content-ctr
15
+
16
+ This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0025
19
+ - Mse: 0.0025
20
+ - Rmse: 0.0495
21
+ - Mae: 0.0390
22
+ - R2: 0.3696
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 20
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Rmse | Mae | R2 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:-------:|
53
+ | 0.0347 | 1.0 | 15 | 0.0036 | 0.0036 | 0.0600 | 0.0494 | 0.0749 |
54
+ | 0.014 | 2.0 | 30 | 0.0043 | 0.0043 | 0.0656 | 0.0551 | -0.1067 |
55
+ | 0.0097 | 3.0 | 45 | 0.0044 | 0.0044 | 0.0662 | 0.0545 | -0.1272 |
56
+ | 0.0071 | 4.0 | 60 | 0.0029 | 0.0029 | 0.0540 | 0.0440 | 0.2523 |
57
+ | 0.0079 | 5.0 | 75 | 0.0037 | 0.0037 | 0.0611 | 0.0504 | 0.0408 |
58
+ | 0.0065 | 6.0 | 90 | 0.0031 | 0.0031 | 0.0558 | 0.0427 | 0.1999 |
59
+ | 0.0063 | 7.0 | 105 | 0.0041 | 0.0041 | 0.0637 | 0.0541 | -0.0410 |
60
+ | 0.0053 | 8.0 | 120 | 0.0025 | 0.0025 | 0.0499 | 0.0397 | 0.3606 |
61
+ | 0.0033 | 9.0 | 135 | 0.0032 | 0.0032 | 0.0563 | 0.0461 | 0.1855 |
62
+ | 0.0041 | 10.0 | 150 | 0.0035 | 0.0035 | 0.0590 | 0.0487 | 0.1061 |
63
+ | 0.0039 | 11.0 | 165 | 0.0025 | 0.0025 | 0.0495 | 0.0390 | 0.3696 |
64
+ | 0.0031 | 12.0 | 180 | 0.0032 | 0.0032 | 0.0568 | 0.0471 | 0.1712 |
65
+ | 0.0027 | 13.0 | 195 | 0.0028 | 0.0028 | 0.0533 | 0.0441 | 0.2694 |
66
+ | 0.0029 | 14.0 | 210 | 0.0026 | 0.0026 | 0.0511 | 0.0405 | 0.3301 |
67
+ | 0.0022 | 15.0 | 225 | 0.0026 | 0.0026 | 0.0507 | 0.0408 | 0.3401 |
68
+ | 0.0017 | 16.0 | 240 | 0.0025 | 0.0025 | 0.0498 | 0.0398 | 0.3634 |
69
+ | 0.0023 | 17.0 | 255 | 0.0027 | 0.0027 | 0.0518 | 0.0423 | 0.3095 |
70
+ | 0.0023 | 18.0 | 270 | 0.0026 | 0.0026 | 0.0513 | 0.0415 | 0.3247 |
71
+ | 0.0022 | 19.0 | 285 | 0.0027 | 0.0027 | 0.0523 | 0.0430 | 0.2975 |
72
+ | 0.0019 | 20.0 | 300 | 0.0030 | 0.0030 | 0.0551 | 0.0457 | 0.2205 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.38.2
78
+ - Pytorch 2.2.1+cu121
79
+ - Datasets 2.18.0
80
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f62c63eff7c9d8d6fa19394a66d4e691c8a350ec7724e97ee725b69fcbe35bcd
3
  size 437955572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9fb83b0ba7d50e3537c3f198b655444d0a97cd42339f2e3ba06a59da0429071
3
  size 437955572