davanstrien HF Staff commited on
Commit
ba93cdf
·
1 Parent(s): 6c3b1db

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +102 -0
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - image_folder
7
+ metrics:
8
+ - f1
9
+ model-index:
10
+ - name: convnext_flyswot
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ dataset:
16
+ name: image_folder
17
+ type: image_folder
18
+ args: default
19
+ metrics:
20
+ - name: F1
21
+ type: f1
22
+ value: 0.959245529738118
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # convnext_flyswot
29
+
30
+ This model is a fine-tuned version of [facebook/convnext-base-224-22k](https://huggingface.co/facebook/convnext-base-224-22k) on the image_folder dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.1441
33
+ - F1: 0.9592
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 2e-05
53
+ - train_batch_size: 32
54
+ - eval_batch_size: 32
55
+ - seed: 666
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - num_epochs: 30
59
+ - mixed_precision_training: Native AMP
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
64
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
65
+ | No log | 1.0 | 52 | 0.6833 | 0.7484 |
66
+ | No log | 2.0 | 104 | 0.3666 | 0.8750 |
67
+ | No log | 3.0 | 156 | 0.2090 | 0.9321 |
68
+ | No log | 4.0 | 208 | 0.1478 | 0.9449 |
69
+ | No log | 5.0 | 260 | 0.1002 | 0.9518 |
70
+ | No log | 6.0 | 312 | 0.1053 | 0.9506 |
71
+ | No log | 7.0 | 364 | 0.1182 | 0.9616 |
72
+ | No log | 8.0 | 416 | 0.1102 | 0.9592 |
73
+ | No log | 9.0 | 468 | 0.1262 | 0.9616 |
74
+ | 0.203 | 10.0 | 520 | 0.1286 | 0.9616 |
75
+ | 0.203 | 11.0 | 572 | 0.1355 | 0.9592 |
76
+ | 0.203 | 12.0 | 624 | 0.1299 | 0.9592 |
77
+ | 0.203 | 13.0 | 676 | 0.1154 | 0.9592 |
78
+ | 0.203 | 14.0 | 728 | 0.1385 | 0.9580 |
79
+ | 0.203 | 15.0 | 780 | 0.1330 | 0.9592 |
80
+ | 0.203 | 16.0 | 832 | 0.1390 | 0.9592 |
81
+ | 0.203 | 17.0 | 884 | 0.1386 | 0.9592 |
82
+ | 0.203 | 18.0 | 936 | 0.1390 | 0.9592 |
83
+ | 0.203 | 19.0 | 988 | 0.1409 | 0.9592 |
84
+ | 0.0006 | 20.0 | 1040 | 0.1411 | 0.9592 |
85
+ | 0.0006 | 21.0 | 1092 | 0.1413 | 0.9592 |
86
+ | 0.0006 | 22.0 | 1144 | 0.1415 | 0.9592 |
87
+ | 0.0006 | 23.0 | 1196 | 0.1426 | 0.9592 |
88
+ | 0.0006 | 24.0 | 1248 | 0.1435 | 0.9592 |
89
+ | 0.0006 | 25.0 | 1300 | 0.1438 | 0.9592 |
90
+ | 0.0006 | 26.0 | 1352 | 0.1434 | 0.9592 |
91
+ | 0.0006 | 27.0 | 1404 | 0.1437 | 0.9592 |
92
+ | 0.0006 | 28.0 | 1456 | 0.1441 | 0.9592 |
93
+ | 0.0002 | 29.0 | 1508 | 0.1440 | 0.9592 |
94
+ | 0.0002 | 30.0 | 1560 | 0.1441 | 0.9592 |
95
+
96
+
97
+ ### Framework versions
98
+
99
+ - Transformers 4.17.0.dev0
100
+ - Pytorch 1.10.0+cu111
101
+ - Datasets 1.18.3
102
+ - Tokenizers 0.11.6