magichampz commited on
Commit
b6fdf6a
1 Parent(s): 5e83b31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +187 -0
README.md CHANGED
@@ -1,3 +1,190 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Model Card for Model ID
6
+ Classification of lego technic pieces under basic room lighting conditions
7
+
8
+ ## Model Details
9
+
10
+ ### Model Description
11
+ CNN designed without using a pre-trained model to classify images of lego pieces into 7 categories. Achieved a 93% validation accuracy
12
+
13
+ - **Developed by:** Aveek Goswami, Amos Koh
14
+ - **Funded by [optional]:** Nullspace Robotics Singapore
15
+ - **Model type:** Convolutional Neural Network
16
+
17
+ ### Model Sources [optional]
18
+
19
+ <!-- Provide the basic links for the model. -->
20
+
21
+ - **Repository:** https://github.com/magichampz/lego-sorting-machine-ag-ak
22
+ - **Demo [optional]:**
23
+ ![image/gif](https://cdn-uploads.huggingface.co/production/uploads/652dc3dab86e108d0fea458c/E7UZXLWPvU_39cxrF49jD.gif)
24
+
25
+ ## Uses
26
+
27
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
28
+
29
+ ### Direct Use
30
+
31
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
32
+
33
+ [More Information Needed]
34
+
35
+ ### Downstream Use [optional]
36
+
37
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
38
+
39
+ [More Information Needed]
40
+
41
+ ### Out-of-Scope Use
42
+
43
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
44
+
45
+ [More Information Needed]
46
+
47
+ ## Bias, Risks, and Limitations
48
+
49
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Recommendations
54
+
55
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
56
+
57
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
58
+
59
+ ## How to Get Started with the Model
60
+
61
+ Use the code below to get started with the model.
62
+
63
+ [More Information Needed]
64
+
65
+ ## Training Details
66
+
67
+ ### Training Data
68
+
69
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
70
+
71
+ [More Information Needed]
72
+
73
+ ### Training Procedure
74
+
75
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
76
+
77
+ #### Preprocessing [optional]
78
+
79
+ [More Information Needed]
80
+
81
+
82
+ #### Training Hyperparameters
83
+
84
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
85
+
86
+ #### Speeds, Sizes, Times [optional]
87
+
88
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ## Evaluation
93
+
94
+ <!-- This section describes the evaluation protocols and provides the results. -->
95
+
96
+ ### Testing Data, Factors & Metrics
97
+
98
+ #### Testing Data
99
+
100
+ <!-- This should link to a Dataset Card if possible. -->
101
+
102
+ [More Information Needed]
103
+
104
+ #### Factors
105
+
106
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
107
+
108
+ [More Information Needed]
109
+
110
+ #### Metrics
111
+
112
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
113
+
114
+ [More Information Needed]
115
+
116
+ ### Results
117
+
118
+ [More Information Needed]
119
+
120
+ #### Summary
121
+
122
+
123
+
124
+ ## Model Examination [optional]
125
+
126
+ <!-- Relevant interpretability work for the model goes here -->
127
+
128
+ [More Information Needed]
129
+
130
+ ## Environmental Impact
131
+
132
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
133
+
134
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
135
+
136
+ - **Hardware Type:** [More Information Needed]
137
+ - **Hours used:** [More Information Needed]
138
+ - **Cloud Provider:** [More Information Needed]
139
+ - **Compute Region:** [More Information Needed]
140
+ - **Carbon Emitted:** [More Information Needed]
141
+
142
+ ## Technical Specifications [optional]
143
+
144
+ ### Model Architecture and Objective
145
+
146
+ [More Information Needed]
147
+
148
+ ### Compute Infrastructure
149
+
150
+ [More Information Needed]
151
+
152
+ #### Hardware
153
+
154
+ [More Information Needed]
155
+
156
+ #### Software
157
+
158
+ [More Information Needed]
159
+
160
+ ## Citation [optional]
161
+
162
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
163
+
164
+ **BibTeX:**
165
+
166
+ [More Information Needed]
167
+
168
+ **APA:**
169
+
170
+ [More Information Needed]
171
+
172
+ ## Glossary [optional]
173
+
174
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
175
+
176
+ [More Information Needed]
177
+
178
+ ## More Information [optional]
179
+
180
+ [More Information Needed]
181
+
182
+ ## Model Card Authors [optional]
183
+
184
+ [More Information Needed]
185
+
186
+ ## Model Card Contact
187
+
188
+ [More Information Needed]
189
+
190
+