thusken commited on
Commit
7c8e91f
·
verified ·
1 Parent(s): ff015fa

End of training

Browse files
Files changed (2) hide show
  1. README.md +87 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: ltg/norbert3-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: norbert3-large-user-needs-v2
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # norbert3-large-user-needs-v2
20
+
21
+ This model is a fine-tuned version of [ltg/norbert3-large](https://huggingface.co/ltg/norbert3-large) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 3.1392
24
+ - Accuracy: 0.7067
25
+ - F1: 0.6946
26
+ - Precision: 0.6905
27
+ - Recall: 0.7067
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 3e-05
47
+ - train_batch_size: 4
48
+ - eval_batch_size: 32
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - num_epochs: 20
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
60
+ | No log | 1.0 | 375 | 0.8059 | 0.6747 | 0.6472 | 0.6569 | 0.6747 |
61
+ | 0.9129 | 2.0 | 750 | 0.9030 | 0.6453 | 0.6142 | 0.5975 | 0.6453 |
62
+ | 0.7636 | 3.0 | 1125 | 0.7755 | 0.6667 | 0.6292 | 0.6250 | 0.6667 |
63
+ | 0.6003 | 4.0 | 1500 | 1.0267 | 0.6773 | 0.6591 | 0.6928 | 0.6773 |
64
+ | 0.6003 | 5.0 | 1875 | 1.9897 | 0.6267 | 0.6378 | 0.6526 | 0.6267 |
65
+ | 0.2905 | 6.0 | 2250 | 2.0507 | 0.704 | 0.6913 | 0.6879 | 0.704 |
66
+ | 0.0901 | 7.0 | 2625 | 2.7638 | 0.6853 | 0.6590 | 0.6863 | 0.6853 |
67
+ | 0.0365 | 8.0 | 3000 | 2.6138 | 0.696 | 0.6875 | 0.6907 | 0.696 |
68
+ | 0.0365 | 9.0 | 3375 | 3.0024 | 0.6667 | 0.6585 | 0.6543 | 0.6667 |
69
+ | 0.0162 | 10.0 | 3750 | 2.9416 | 0.6933 | 0.6829 | 0.6798 | 0.6933 |
70
+ | 0.0022 | 11.0 | 4125 | 3.2015 | 0.6827 | 0.6558 | 0.6790 | 0.6827 |
71
+ | 0.0114 | 12.0 | 4500 | 3.3133 | 0.6933 | 0.6694 | 0.6916 | 0.6933 |
72
+ | 0.0114 | 13.0 | 4875 | 3.2376 | 0.6773 | 0.6695 | 0.6647 | 0.6773 |
73
+ | 0.0042 | 14.0 | 5250 | 3.1392 | 0.7067 | 0.6946 | 0.6905 | 0.7067 |
74
+ | 0.0035 | 15.0 | 5625 | 3.2710 | 0.6907 | 0.6770 | 0.6705 | 0.6907 |
75
+ | 0.0045 | 16.0 | 6000 | 3.3476 | 0.6933 | 0.6847 | 0.6841 | 0.6933 |
76
+ | 0.0045 | 17.0 | 6375 | 3.2386 | 0.696 | 0.6904 | 0.6932 | 0.696 |
77
+ | 0.0065 | 18.0 | 6750 | 3.4263 | 0.6853 | 0.6700 | 0.6607 | 0.6853 |
78
+ | 0.0029 | 19.0 | 7125 | 3.4898 | 0.6827 | 0.6652 | 0.6579 | 0.6827 |
79
+ | 0.0013 | 20.0 | 7500 | 3.5103 | 0.68 | 0.6624 | 0.6554 | 0.68 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.36.0
85
+ - Pytorch 2.1.0
86
+ - Datasets 2.18.0
87
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9900f35c31a7fc7551c9234b9b5db89bcc20b861fd8083f73624f9cb071fd602
3
  size 1417659372
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c302d1c26a3e9fe86ba54886a90bca6c4e7235cbcdba4b5b96979e59c7fbb5f0
3
  size 1417659372