Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- classification
|
5 |
+
datasets:
|
6 |
+
- ImageNet
|
7 |
+
---
|
8 |
+
|
9 |
+
# tutorial
|
10 |
+
|
11 |
+
A simple torchvision model
|
12 |
+
|
13 |
+
## Model Details
|
14 |
+
|
15 |
+
- **Architecture**: alexnet
|
16 |
+
- **Framework**: PyTorch
|
17 |
+
- **Task**: Classification
|
18 |
+
- **Datasets**: ImageNet
|
19 |
+
|
20 |
+
## Metrics
|
21 |
+
|
22 |
+
| Metric | Value |
|
23 |
+
|--------|-------|
|
24 |
+
| Model Accuracy | 0.5457324981689453 |
|
25 |
+
|
26 |
+
## Usage
|
27 |
+
|
28 |
+
Usage example not provided.
|
29 |
+
|
30 |
+
## Licensing
|
31 |
+
|
32 |
+
This model is shared under the mit license.
|