nateraw commited on
Commit
00711e4
1 Parent(s): b2e87cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ library_name: timm
5
+ tags:
6
+ - image-classification
7
+ - resnet
8
+ datasets: beans
9
+ metrics:
10
+ - accuracy
11
+ - f1
12
+ ---
13
+
14
+ # test-hf-hub-modelcards-compatibility
15
+
16
+ ## Model description
17
+
18
+ Some really helpful description...
19
+
20
+ ## Intended uses & limitations
21
+
22
+ #### How to use
23
+
24
+ ```python
25
+ # You can include sample code which will be formatted
26
+ ```
27
+
28
+ #### Limitations and bias
29
+
30
+ Provide examples of latent issues and potential remediations.
31
+
32
+ ## Training data
33
+
34
+ Describe the data you used to train the model.
35
+ 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.
36
+
37
+ ## Training procedure
38
+
39
+ Preprocessing, hardware used, hyperparameters...
40
+
41
+ ## Eval results
42
+
43
+ Provide some evaluation results.
44
+
45
+ ### BibTeX entry and citation info
46
+
47
+ ```bibtex
48
+ @inproceedings{...,
49
+ year={2020}
50
+ }
51
+ ```