edadaltocg commited on
Commit
57d6540
1 Parent(s): 0138489

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -34,6 +34,7 @@ This model is a small resnet18 trained on cifar100. It achieves the following re
34
  Use the code below to get started with the model.
35
 
36
  ```python
 
37
  import timm
38
  model = timm.create_model("resnet18_cifar100", pretrained=True)
39
  ```
@@ -54,12 +55,6 @@ Training data is cifar100.
54
 
55
  Testing data is cifar100.
56
 
57
- ### Metrics
58
-
59
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
60
-
61
- Accuracy
62
-
63
  ## Results
64
 
65
  Accuracy is 0.7843.
 
34
  Use the code below to get started with the model.
35
 
36
  ```python
37
+ import detectors
38
  import timm
39
  model = timm.create_model("resnet18_cifar100", pretrained=True)
40
  ```
 
55
 
56
  Testing data is cifar100.
57
 
 
 
 
 
 
 
58
  ## Results
59
 
60
  Accuracy is 0.7843.