Thibaut commited on
Commit
8feab8f
·
verified ·
1 Parent(s): be1a6c6

Model save

Browse files
Files changed (2) hide show
  1. README.md +93 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/convnext-base-224-22k
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: Cracks_dataset_2026_convnext_model
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # Cracks_dataset_2026_convnext_model
18
+
19
+ This model is a fine-tuned version of [facebook/convnext-base-224-22k](https://huggingface.co/facebook/convnext-base-224-22k) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8048
22
+ - Accuracy: 0.7177
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 1337
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.05
48
+ - num_epochs: 30.0
49
+ - mixed_precision_training: Native AMP
50
+ - label_smoothing_factor: 0.05
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.3158 | 1.0 | 302 | 1.2774 | 0.4030 |
57
+ | 1.0948 | 2.0 | 604 | 1.0307 | 0.6045 |
58
+ | 1.0577 | 3.0 | 906 | 0.9374 | 0.6480 |
59
+ | 0.9709 | 4.0 | 1208 | 0.8760 | 0.6766 |
60
+ | 0.8839 | 5.0 | 1510 | 0.8935 | 0.6654 |
61
+ | 0.8254 | 6.0 | 1812 | 0.8503 | 0.6990 |
62
+ | 0.9047 | 7.0 | 2114 | 0.8020 | 0.7114 |
63
+ | 0.9098 | 8.0 | 2416 | 0.8173 | 0.7127 |
64
+ | 0.8357 | 9.0 | 2718 | 0.8086 | 0.7002 |
65
+ | 0.8455 | 10.0 | 3020 | 0.8114 | 0.6828 |
66
+ | 0.8015 | 11.0 | 3322 | 0.7899 | 0.7164 |
67
+ | 0.8386 | 12.0 | 3624 | 0.8763 | 0.6803 |
68
+ | 0.7725 | 13.0 | 3926 | 0.7981 | 0.7065 |
69
+ | 0.7663 | 14.0 | 4228 | 0.7917 | 0.7264 |
70
+ | 0.7314 | 15.0 | 4530 | 0.8059 | 0.7127 |
71
+ | 0.7152 | 16.0 | 4832 | 0.8065 | 0.7127 |
72
+ | 0.6853 | 17.0 | 5134 | 0.7929 | 0.7251 |
73
+ | 0.6986 | 18.0 | 5436 | 0.7788 | 0.7413 |
74
+ | 0.6992 | 19.0 | 5738 | 0.7908 | 0.7226 |
75
+ | 0.6889 | 20.0 | 6040 | 0.8038 | 0.7276 |
76
+ | 0.6616 | 21.0 | 6342 | 0.8265 | 0.7114 |
77
+ | 0.6589 | 22.0 | 6644 | 0.8011 | 0.7301 |
78
+ | 0.7379 | 23.0 | 6946 | 0.8198 | 0.7090 |
79
+ | 0.6684 | 24.0 | 7248 | 0.7985 | 0.7264 |
80
+ | 0.6984 | 25.0 | 7550 | 0.7998 | 0.7214 |
81
+ | 0.6881 | 26.0 | 7852 | 0.7948 | 0.7313 |
82
+ | 0.6624 | 27.0 | 8154 | 0.8071 | 0.7102 |
83
+ | 0.6727 | 28.0 | 8456 | 0.8075 | 0.7152 |
84
+ | 0.7003 | 29.0 | 8758 | 0.8049 | 0.7201 |
85
+ | 0.6273 | 30.0 | 9060 | 0.8048 | 0.7177 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.46.1
91
+ - Pytorch 2.3.0
92
+ - Datasets 3.1.0
93
+ - Tokenizers 0.20.3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f25dcfa9cac18452f1467bc4a46bc89cadcaf486109304708d9d2faa932567c
3
  size 350323416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a6028e6d71a91e95ac863551e9213b5771c3735f4de37f4594ff630d6fb873c
3
  size 350323416