trungpq commited on
Commit
ed9074e
·
verified ·
1 Parent(s): 0651e01

trungpq/slac-appearance

Browse files
Files changed (4) hide show
  1. README.md +77 -0
  2. config.json +10 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: appearance
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
+ # appearance
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.6381
19
+ - Accuracy: 0.9725
20
+ - F1 Macro: 0.9510
21
+ - Precision Macro: 0.9484
22
+ - Recall Macro: 0.9537
23
+ - Total Tf: [1558, 44, 1558, 44]
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 212
49
+ - num_epochs: 15
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro | Total Tf |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:--------------------:|
55
+ | 0.2724 | 1.0 | 213 | 0.2590 | 0.9588 | 0.9294 | 0.9118 | 0.9499 | [1536, 66, 1536, 66] |
56
+ | 0.2408 | 2.0 | 426 | 0.1592 | 0.9719 | 0.9518 | 0.9338 | 0.9727 | [1557, 45, 1557, 45] |
57
+ | 0.0874 | 3.0 | 639 | 0.2457 | 0.9682 | 0.9446 | 0.9320 | 0.9585 | [1551, 51, 1551, 51] |
58
+ | 0.0554 | 4.0 | 852 | 0.2417 | 0.9700 | 0.9484 | 0.9320 | 0.9671 | [1554, 48, 1554, 48] |
59
+ | 0.0369 | 5.0 | 1065 | 0.4010 | 0.9738 | 0.9531 | 0.9518 | 0.9544 | [1560, 42, 1560, 42] |
60
+ | 0.0421 | 6.0 | 1278 | 0.4548 | 0.9757 | 0.9564 | 0.9557 | 0.9571 | [1563, 39, 1563, 39] |
61
+ | 0.0449 | 7.0 | 1491 | 0.5434 | 0.9763 | 0.9570 | 0.9613 | 0.9530 | [1564, 38, 1564, 38] |
62
+ | 0.0336 | 8.0 | 1704 | 0.6023 | 0.9732 | 0.9515 | 0.9549 | 0.9481 | [1559, 43, 1559, 43] |
63
+ | 0.0175 | 9.0 | 1917 | 0.5159 | 0.9725 | 0.9511 | 0.9472 | 0.9552 | [1558, 44, 1558, 44] |
64
+ | 0.0061 | 10.0 | 2130 | 0.6394 | 0.9732 | 0.9516 | 0.9537 | 0.9496 | [1559, 43, 1559, 43] |
65
+ | 0.0016 | 11.0 | 2343 | 0.4762 | 0.9732 | 0.9523 | 0.9478 | 0.9570 | [1559, 43, 1559, 43] |
66
+ | 0.0246 | 12.0 | 2556 | 0.5617 | 0.9744 | 0.9544 | 0.9511 | 0.9578 | [1561, 41, 1561, 41] |
67
+ | 0.0101 | 13.0 | 2769 | 0.6450 | 0.9738 | 0.9531 | 0.9518 | 0.9544 | [1560, 42, 1560, 42] |
68
+ | 0.0004 | 14.0 | 2982 | 0.6274 | 0.9725 | 0.9510 | 0.9484 | 0.9537 | [1558, 44, 1558, 44] |
69
+ | 0.0049 | 15.0 | 3195 | 0.6381 | 0.9725 | 0.9510 | 0.9484 | 0.9537 | [1558, 44, 1558, 44] |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.44.0
75
+ - Pytorch 2.4.0
76
+ - Datasets 2.21.0
77
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BERTModel"
4
+ ],
5
+ "model_type": "bert_model",
6
+ "num_classes": 1,
7
+ "pos_weight": 5.13086642599278,
8
+ "torch_dtype": "float32",
9
+ "transformers_version": "4.44.0"
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971906ef8f17519fcc6c8091b69b66756dc5d59cfea68fdc7822f28a828f9c0d
3
+ size 437955648
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345a7418e7655b5a728df0f62a3c54aa2aecc68fa1bf8066c74b3334417a7fb7
3
+ size 5176