Marissa commited on
Commit
9dd9117
1 Parent(s): 40bd5dd

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
  ---
 
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: mit
4
+ library_name: timm
5
+ tags:
6
+ - image-classification
7
+ - resnet
8
+ metrics:
9
+ - acc
10
+ - f1
11
  ---
12
+
13
+ # model-card-testing
14
+
15
+ ## Model description
16
+
17
+ This isn't really a model!
18
+
19
+ ## Intended uses & limitations
20
+
21
+ #### How to use
22
+
23
+ ```python
24
+ # You can include sample code which will be formatted
25
+ ```
26
+
27
+ #### Limitations and bias
28
+
29
+ Provide examples of latent issues and potential remediations.
30
+
31
+ ## Training data
32
+
33
+ Describe the data you used to train the model.
34
+ If you initialized it with pre-trained weights, add a link to the pre-trained model card or repository with description of the pre-training data.
35
+
36
+ ## Training procedure
37
+
38
+ Preprocessing, hardware used, hyperparameters...
39
+
40
+ ## Eval results
41
+
42
+ Provide some evaluation results.
43
+
44
+ ### BibTeX entry and citation info
45
+
46
+ ```bibtex
47
+ @inproceedings{...,
48
+ year={2020}
49
+ }
50
+ ```