nguyenkhoa2407 commited on
Commit
6abe13c
1 Parent(s): 79ec96e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +99 -0
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - filter_sort
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: favs-filtersort-multilabel-classification-bert-base-cased
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: filter_sort
18
+ type: filter_sort
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: F1
24
+ type: f1
25
+ value: 0.823529411764706
26
+ - name: Accuracy
27
+ type: accuracy
28
+ value: 0.0
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # favs-filtersort-multilabel-classification-bert-base-cased
35
+
36
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the filter_sort dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.4283
39
+ - F1: 0.8235
40
+ - Roc Auc: 0.9058
41
+ - Accuracy: 0.0
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
58
+
59
+ The following hyperparameters were used during training:
60
+ - learning_rate: 1.5e-05
61
+ - train_batch_size: 8
62
+ - eval_batch_size: 8
63
+ - seed: 42
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 20
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
71
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
72
+ | No log | 1.0 | 9 | 0.5901 | 0.6087 | 0.7289 | 0.0 |
73
+ | 0.665 | 2.0 | 18 | 0.5667 | 0.4545 | 0.6201 | 0.0 |
74
+ | 0.6099 | 3.0 | 27 | 0.5573 | 0.5 | 0.6558 | 0.0 |
75
+ | 0.5463 | 4.0 | 36 | 0.5561 | 0.3889 | 0.5966 | 0.0 |
76
+ | 0.5071 | 5.0 | 45 | 0.5484 | 0.3889 | 0.5966 | 0.0 |
77
+ | 0.4669 | 6.0 | 54 | 0.5462 | 0.4324 | 0.6193 | 0.0 |
78
+ | 0.4371 | 7.0 | 63 | 0.5326 | 0.4737 | 0.6420 | 0.0 |
79
+ | 0.4145 | 8.0 | 72 | 0.5202 | 0.5854 | 0.7102 | 0.0 |
80
+ | 0.3959 | 9.0 | 81 | 0.5020 | 0.6364 | 0.7468 | 0.0 |
81
+ | 0.3733 | 10.0 | 90 | 0.4944 | 0.6364 | 0.7468 | 0.0 |
82
+ | 0.3733 | 11.0 | 99 | 0.4675 | 0.7234 | 0.8149 | 0.0 |
83
+ | 0.3622 | 12.0 | 108 | 0.4626 | 0.7843 | 0.8742 | 0.0 |
84
+ | 0.3382 | 13.0 | 117 | 0.4499 | 0.8077 | 0.8969 | 0.0 |
85
+ | 0.3341 | 14.0 | 126 | 0.4482 | 0.8077 | 0.8969 | 0.0 |
86
+ | 0.315 | 15.0 | 135 | 0.4332 | 0.8077 | 0.8969 | 0.0 |
87
+ | 0.3253 | 16.0 | 144 | 0.4283 | 0.8235 | 0.9058 | 0.0 |
88
+ | 0.3031 | 17.0 | 153 | 0.4246 | 0.8077 | 0.8969 | 0.0 |
89
+ | 0.3071 | 18.0 | 162 | 0.4155 | 0.8077 | 0.8969 | 0.0 |
90
+ | 0.2944 | 19.0 | 171 | 0.4129 | 0.8077 | 0.8969 | 0.0 |
91
+ | 0.2996 | 20.0 | 180 | 0.4129 | 0.8077 | 0.8969 | 0.0 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - Transformers 4.21.1
97
+ - Pytorch 1.12.1
98
+ - Datasets 2.4.0
99
+ - Tokenizers 0.12.1