adalbertojunior commited on
Commit
7993b7b
1 Parent(s): d608c7a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -0
README.md ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - adalbertojunior/segmentacao
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: test_v7
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: adalbertojunior/segmentacao
20
+ type: adalbertojunior/segmentacao
21
+ config: segmentacao
22
+ split: validation
23
+ args: segmentacao
24
+ metrics:
25
+ - name: Precision
26
+ type: precision
27
+ value: 0.6657754010695187
28
+ - name: Recall
29
+ type: recall
30
+ value: 0.6859504132231405
31
+ - name: F1
32
+ type: f1
33
+ value: 0.6757123473541385
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.9990518084066471
37
+ ---
38
+
39
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
40
+ should probably proofread and complete it, then remove this comment. -->
41
+
42
+ # test_v7
43
+
44
+ This model is a fine-tuned version of [./models/distill-bge-retromae-step](https://huggingface.co/./models/distill-bge-retromae-step) on the adalbertojunior/segmentacao dataset.
45
+ It achieves the following results on the evaluation set:
46
+ - Loss: 0.0045
47
+ - Precision: 0.6658
48
+ - Recall: 0.6860
49
+ - F1: 0.6757
50
+ - Accuracy: 0.9991
51
+
52
+ ## Model description
53
+
54
+ More information needed
55
+
56
+ ## Intended uses & limitations
57
+
58
+ More information needed
59
+
60
+ ## Training and evaluation data
61
+
62
+ More information needed
63
+
64
+ ## Training procedure
65
+
66
+ ### Training hyperparameters
67
+
68
+ The following hyperparameters were used during training:
69
+ - learning_rate: 5e-05
70
+ - train_batch_size: 4
71
+ - eval_batch_size: 1
72
+ - seed: 42
73
+ - gradient_accumulation_steps: 8
74
+ - total_train_batch_size: 32
75
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
76
+ - lr_scheduler_type: linear
77
+ - num_epochs: 3.0
78
+
79
+ ### Training results
80
+
81
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | No log | 0.0637 | 100 | 0.0048 | 0.5339 | 0.5647 | 0.5489 | 0.9984 |
84
+ | No log | 0.1274 | 200 | 0.0048 | 0.5567 | 0.6226 | 0.5878 | 0.9987 |
85
+ | No log | 0.1911 | 300 | 0.0048 | 0.5745 | 0.5950 | 0.5846 | 0.9988 |
86
+ | No log | 0.2548 | 400 | 0.0048 | 0.5622 | 0.5978 | 0.5794 | 0.9988 |
87
+ | 0.0061 | 0.3185 | 500 | 0.0069 | 0.48 | 0.5950 | 0.5314 | 0.9983 |
88
+ | 0.0061 | 0.3822 | 600 | 0.0061 | 0.5692 | 0.6116 | 0.5896 | 0.9987 |
89
+ | 0.0061 | 0.4459 | 700 | 0.0052 | 0.5736 | 0.6226 | 0.5971 | 0.9988 |
90
+ | 0.0061 | 0.5096 | 800 | 0.0055 | 0.5921 | 0.6198 | 0.6057 | 0.9988 |
91
+ | 0.0061 | 0.5733 | 900 | 0.0057 | 0.6126 | 0.6446 | 0.6282 | 0.9989 |
92
+ | 0.0008 | 0.6370 | 1000 | 0.0065 | 0.5635 | 0.6116 | 0.5865 | 0.9987 |
93
+ | 0.0008 | 0.7007 | 1100 | 0.0060 | 0.5725 | 0.6529 | 0.6100 | 0.9987 |
94
+ | 0.0008 | 0.7645 | 1200 | 0.0061 | 0.5704 | 0.6474 | 0.6065 | 0.9988 |
95
+ | 0.0008 | 0.8282 | 1300 | 0.0053 | 0.5813 | 0.6501 | 0.6138 | 0.9988 |
96
+ | 0.0008 | 0.8919 | 1400 | 0.0045 | 0.6658 | 0.6860 | 0.6757 | 0.9991 |
97
+ | 0.0004 | 0.9556 | 1500 | 0.0049 | 0.6497 | 0.6694 | 0.6594 | 0.9990 |
98
+ | 0.0004 | 1.0193 | 1600 | 0.0054 | 0.5707 | 0.6446 | 0.6054 | 0.9988 |
99
+ | 0.0004 | 1.0830 | 1700 | 0.0047 | 0.6376 | 0.6639 | 0.6505 | 0.9990 |
100
+ | 0.0004 | 1.1467 | 1800 | 0.0048 | 0.5922 | 0.6722 | 0.6297 | 0.9989 |
101
+ | 0.0004 | 1.2104 | 1900 | 0.0041 | 0.6455 | 0.6722 | 0.6586 | 0.9990 |
102
+ | 0.0002 | 1.2741 | 2000 | 0.0053 | 0.5686 | 0.6391 | 0.6018 | 0.9987 |
103
+ | 0.0002 | 1.3378 | 2100 | 0.0046 | 0.6495 | 0.6942 | 0.6711 | 0.9990 |
104
+ | 0.0002 | 1.4015 | 2200 | 0.0049 | 0.5947 | 0.6749 | 0.6323 | 0.9988 |
105
+ | 0.0002 | 1.4652 | 2300 | 0.0045 | 0.6125 | 0.6749 | 0.6422 | 0.9989 |
106
+ | 0.0002 | 1.5289 | 2400 | 0.0045 | 0.5701 | 0.6722 | 0.6169 | 0.9988 |
107
+ | 0.0002 | 1.5926 | 2500 | 0.0058 | 0.5321 | 0.6391 | 0.5807 | 0.9986 |
108
+ | 0.0002 | 1.6563 | 2600 | 0.0056 | 0.5110 | 0.6419 | 0.5690 | 0.9985 |
109
+ | 0.0002 | 1.7200 | 2700 | 0.0052 | 0.5792 | 0.6446 | 0.6102 | 0.9988 |
110
+ | 0.0002 | 1.7837 | 2800 | 0.0047 | 0.5941 | 0.6612 | 0.6258 | 0.9989 |
111
+ | 0.0002 | 1.8474 | 2900 | 0.0051 | 0.5655 | 0.6419 | 0.6013 | 0.9988 |
112
+ | 0.0001 | 1.9111 | 3000 | 0.0044 | 0.5866 | 0.6529 | 0.6180 | 0.9989 |
113
+ | 0.0001 | 1.9748 | 3100 | 0.0042 | 0.5792 | 0.6446 | 0.6102 | 0.9988 |
114
+ | 0.0001 | 2.0385 | 3200 | 0.0045 | 0.6015 | 0.6694 | 0.6336 | 0.9989 |
115
+ | 0.0001 | 2.1022 | 3300 | 0.0063 | 0.5409 | 0.6556 | 0.5928 | 0.9987 |
116
+ | 0.0001 | 2.1659 | 3400 | 0.0047 | 0.5887 | 0.6584 | 0.6216 | 0.9989 |
117
+ | 0.0001 | 2.2297 | 3500 | 0.0045 | 0.6131 | 0.6722 | 0.6413 | 0.9989 |
118
+ | 0.0001 | 2.2934 | 3600 | 0.0047 | 0.6193 | 0.6722 | 0.6446 | 0.9989 |
119
+ | 0.0001 | 2.3571 | 3700 | 0.0047 | 0.6091 | 0.6612 | 0.6341 | 0.9989 |
120
+ | 0.0001 | 2.4208 | 3800 | 0.0047 | 0.6205 | 0.6667 | 0.6428 | 0.9989 |
121
+ | 0.0001 | 2.4845 | 3900 | 0.0044 | 0.6070 | 0.6722 | 0.6379 | 0.9989 |
122
+ | 0.0001 | 2.5482 | 4000 | 0.0052 | 0.5355 | 0.6226 | 0.5758 | 0.9987 |
123
+ | 0.0001 | 2.6119 | 4100 | 0.0047 | 0.5871 | 0.6501 | 0.6170 | 0.9989 |
124
+ | 0.0001 | 2.6756 | 4200 | 0.0049 | 0.5739 | 0.6419 | 0.6060 | 0.9988 |
125
+ | 0.0001 | 2.7393 | 4300 | 0.0049 | 0.5634 | 0.6364 | 0.5977 | 0.9988 |
126
+ | 0.0001 | 2.8030 | 4400 | 0.0052 | 0.5634 | 0.6364 | 0.5977 | 0.9988 |
127
+ | 0.0 | 2.8667 | 4500 | 0.0049 | 0.5739 | 0.6419 | 0.6060 | 0.9988 |
128
+ | 0.0 | 2.9304 | 4600 | 0.0044 | 0.5796 | 0.6419 | 0.6092 | 0.9988 |
129
+ | 0.0 | 2.9941 | 4700 | 0.0047 | 0.5796 | 0.6419 | 0.6092 | 0.9988 |
130
+
131
+
132
+ ### Framework versions
133
+
134
+ - Transformers 4.45.2
135
+ - Pytorch 2.4.0+cu121
136
+ - Datasets 3.0.1
137
+ - Tokenizers 0.20.0