edadaltocg
commited on
Commit
•
478b527
1
Parent(s):
c50cc03
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -19,14 +19,14 @@ model-index:
|
|
19 |
type: cifar100
|
20 |
metrics:
|
21 |
- type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
# Model Card for Model ID
|
26 |
|
27 |
This model is a small resnet18 trained on cifar100.
|
28 |
|
29 |
-
- **Test Accuracy:** 0.
|
30 |
- **License:** MIT
|
31 |
|
32 |
## How to Get Started with the Model
|
@@ -53,9 +53,9 @@ Training data is cifar100.
|
|
53 |
|
54 |
- **dataset**: `cifar100`
|
55 |
|
56 |
-
- **batch_size**: `
|
57 |
|
58 |
-
- **epochs**: `
|
59 |
|
60 |
- **validation_frequency**: `5`
|
61 |
|
@@ -73,7 +73,7 @@ Training data is cifar100.
|
|
73 |
|
74 |
- **scheduler**: `CosineAnnealingLR`
|
75 |
|
76 |
-
- **scheduler_kwargs**: `{'T_max':
|
77 |
|
78 |
- **debug**: `False`
|
79 |
|
|
|
19 |
type: cifar100
|
20 |
metrics:
|
21 |
- type: accuracy
|
22 |
+
value: 0.7926
|
23 |
---
|
24 |
|
25 |
# Model Card for Model ID
|
26 |
|
27 |
This model is a small resnet18 trained on cifar100.
|
28 |
|
29 |
+
- **Test Accuracy:** 0.7926
|
30 |
- **License:** MIT
|
31 |
|
32 |
## How to Get Started with the Model
|
|
|
53 |
|
54 |
- **dataset**: `cifar100`
|
55 |
|
56 |
+
- **batch_size**: `128`
|
57 |
|
58 |
+
- **epochs**: `300`
|
59 |
|
60 |
- **validation_frequency**: `5`
|
61 |
|
|
|
73 |
|
74 |
- **scheduler**: `CosineAnnealingLR`
|
75 |
|
76 |
+
- **scheduler_kwargs**: `{'T_max': 280}`
|
77 |
|
78 |
- **debug**: `False`
|
79 |
|