Nathan12 commited on
Commit
6edf493
·
verified ·
1 Parent(s): c97592b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
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.