nateraw commited on
Commit
6a48029
·
1 Parent(s): 750a3ed

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +116 -0
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - autogenerated-modelcard
7
+ ---
8
+
9
+ # my-cool-model
10
+
11
+ ## Table of Contents
12
+ - [Model Details](#model-details)
13
+ - [How To Get Started With the Model](#how-to-get-started-with-the-model)
14
+ - [Uses](#uses)
15
+ - [Direct Use](#direct-use)
16
+ - [Downstream Use](#downstream-use)
17
+ - [Misuse and Out of Scope Use](#misuse-and-out-of-scope-use)
18
+ - [Limitations and Biases](#limitations-and-biases)
19
+ - [Training](#training)
20
+ - [Training Data](#training-data)
21
+ - [Training Procedure](#training-procedure)
22
+ - [Evaluation Results](#evaluation-results)
23
+ - [Environmental Impact](#environmental-impact)
24
+ - [Licensing Information](#licensing-information)
25
+ - [Citation Information](#citation-information)
26
+
27
+
28
+ ## Model Details
29
+
30
+ <!-- Give an overview of your model, the relevant research paper, who trained it, etc. -->
31
+
32
+ Some cool model...
33
+
34
+ - Developed by:
35
+ - Language(s):
36
+ - License: This model is licensed under the mit license
37
+ - Resources for more information:
38
+
39
+
40
+
41
+
42
+ ## How to Get Started with the Model
43
+
44
+ Use the code below to get started with the model.
45
+
46
+ ```python
47
+ # A nice code snippet here that describes how to use the model...
48
+ ```
49
+
50
+ ## Uses
51
+
52
+ #### Direct Use
53
+
54
+ <!-- Describe what kind of tasks this model can be used for directly or problems it can solve. -->
55
+
56
+ [More Information Needed]
57
+
58
+ #### Downstream Use
59
+
60
+ <!-- Describe how this model could be leveraged by a downstream model (if applicable) -->
61
+
62
+ [More Information Needed]
63
+
64
+ #### Misuse and Out-of-scope Use
65
+
66
+ <!-- Describe ways in which this model ***should not*** be used. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ## Limitations and Biases
71
+
72
+ <!-- Describe limitations and biases of this model or models of it's type. -->
73
+
74
+ **CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propogate historical and current stereotypes.**
75
+
76
+ [More Information Needed]
77
+
78
+ ## Training
79
+
80
+ #### Training Data
81
+
82
+ <!-- Describe the dataset used to train this model. -->
83
+ <!-- Refer to data card if dataset is provided and exists on the hub -->
84
+
85
+ See the data card for additional information.
86
+
87
+ #### Training Procedure
88
+
89
+ <!-- Describe the preprocessing, hardware used, training hyperparameters, etc. -->
90
+
91
+ [More Information Needed]
92
+
93
+ ## Evaluation Results
94
+
95
+ <!-- Describe evaluation results of this model across any datasets it was evaluated on. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ## Environmental Impact
100
+
101
+ <!-- Provide information to document the environmental impact of this model -->
102
+
103
+ You can estimate carbon emissions using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700)
104
+
105
+ - **Hardware Type:**
106
+ - **Hours used:**
107
+ - **Cloud Provider:**
108
+ - **Compute Region:**
109
+ - **Carbon Emitted:**
110
+
111
+
112
+ ## Citation Information
113
+
114
+ ```bibtex
115
+
116
+ ```