sallyanndelucia commited on
Commit
d5dffa8
·
1 Parent(s): 7d108af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - imagefolder
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: resnet_weather_model
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ dataset:
16
+ name: imagefolder
17
+ type: imagefolder
18
+ config: default
19
+ split: train
20
+ args: default
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.6735537190082644
25
+ - name: F1
26
+ type: f1
27
+ value: 0.6654635943888922
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # resnet_weather_model
34
+
35
+ This model was trained from scratch on the imagefolder dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 1.7452
38
+ - Accuracy: 0.6736
39
+ - F1: 0.6655
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 0.0002
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 3
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
70
+ | 2.3598 | 1.0 | 91 | 2.1983 | 0.5165 | 0.5146 |
71
+ | 2.0319 | 2.0 | 182 | 1.8708 | 0.6446 | 0.6433 |
72
+ | 1.7971 | 3.0 | 273 | 1.7452 | 0.6736 | 0.6655 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.25.1
78
+ - Pytorch 1.13.0+cu116
79
+ - Datasets 2.8.0
80
+ - Tokenizers 0.13.2