evalstate HF Staff commited on
Commit
3ca839a
·
verified ·
1 Parent(s): 8a600ff

Model save

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: timm/mobilenetv3_small_100.lamb_in1k
5
+ tags:
6
+ - timm
7
+ - trackio
8
+ - trackio:https://huggingface.co/spaces/evalstate/trackio
9
+ - generated_from_trainer
10
+ metrics:
11
+ - accuracy
12
+ model-index:
13
+ - name: ic-smoke-test
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ <a href="https://huggingface.co/spaces/evalstate/trackio" target="_blank"><img src="https://raw.githubusercontent.com/gradio-app/trackio/refs/heads/main/trackio/assets/badge.png" alt="Visualize in Trackio" title="Visualize in Trackio" style="height: 40px;"/></a>
21
+ # ic-smoke-test
22
+
23
+ This model is a fine-tuned version of [timm/mobilenetv3_small_100.lamb_in1k](https://huggingface.co/timm/mobilenetv3_small_100.lamb_in1k) on an unknown dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 1.0278
26
+ - Accuracy: 0.54
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
+ | No log | 1.0 | 7 | 1.0294 | 0.58 |
58
+ | No log | 2.0 | 14 | 1.0278 | 0.54 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 5.3.0
64
+ - Pytorch 2.10.0+cu128
65
+ - Datasets 4.8.4
66
+ - Tokenizers 0.22.2