CesarLeblanc commited on
Commit
3589073
1 Parent(s): 34383c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +213 -0
README.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: unlicense
4
+ library_name: transformers
5
+ model-index:
6
+ - name: plantbert_text_classification_model
7
+ results:
8
+ - task:
9
+ type: text-classification
10
+ dataset:
11
+ name: EVA
12
+ type: plants
13
+ metrics:
14
+ - type: accuracy
15
+ value: 0
16
+ ---
17
+
18
+ # Model Card for plantbert_text_classification_model
19
+
20
+ <!-- Provide a quick summary of what the model is/does. -->
21
+
22
+
23
+
24
+ ## Model Details
25
+
26
+ ### Model Description
27
+
28
+ <!-- Provide a longer summary of what this model is. -->
29
+
30
+ This model does
31
+
32
+ - **Developed by:** César Leblanc
33
+ - **Shared by [optional]:** [More Information Needed]
34
+ - **Model type:** [More Information Needed]
35
+ - **Language(s) (NLP):** en
36
+ - **License:** unlicense
37
+ - **Finetuned from model [optional]:** [More Information Needed]
38
+
39
+ ### Model Sources [optional]
40
+
41
+ <!-- Provide the basic links for the model. -->
42
+
43
+ - **Repository:** https://github.com/huggingface/huggingface_hub
44
+ - **Paper [optional]:** [More Information Needed]
45
+ - **Demo [optional]:** [More Information Needed]
46
+
47
+ ## Uses
48
+
49
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
50
+
51
+ ### Direct Use
52
+
53
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Downstream Use [optional]
58
+
59
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Out-of-Scope Use
64
+
65
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ## Bias, Risks, and Limitations
70
+
71
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
72
+
73
+ [More Information Needed]
74
+
75
+ ### Recommendations
76
+
77
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
78
+
79
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
80
+
81
+ ## How to Get Started with the Model
82
+
83
+ Use the code below to get started with the model.
84
+
85
+ [More Information Needed]
86
+
87
+ ## Training Details
88
+
89
+ ### Training Data
90
+
91
+ <!-- This should link to a Data 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. -->
92
+
93
+ [More Information Needed]
94
+
95
+ ### Training Procedure
96
+
97
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
98
+
99
+ #### Preprocessing [optional]
100
+
101
+ [More Information Needed]
102
+
103
+
104
+ #### Training Hyperparameters
105
+
106
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
107
+
108
+ #### Speeds, Sizes, Times [optional]
109
+
110
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
111
+
112
+ [More Information Needed]
113
+
114
+ ## Evaluation
115
+
116
+ <!-- This section describes the evaluation protocols and provides the results. -->
117
+
118
+ ### Testing Data, Factors & Metrics
119
+
120
+ #### Testing Data
121
+
122
+ <!-- This should link to a Data Card if possible. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Factors
127
+
128
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
129
+
130
+ [More Information Needed]
131
+
132
+ #### Metrics
133
+
134
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
135
+
136
+ [More Information Needed]
137
+
138
+ ### Results
139
+
140
+ | Training Loss | Epoch | Accuracy |
141
+ |:-------------:|:-----:|:--------:|
142
+
143
+ #### Summary
144
+
145
+
146
+
147
+ ## Model Examination [optional]
148
+
149
+ <!-- Relevant interpretability work for the model goes here -->
150
+
151
+ [More Information Needed]
152
+
153
+ ## Environmental Impact
154
+
155
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
156
+
157
+ 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).
158
+
159
+ - **Hardware Type:** [More Information Needed]
160
+ - **Hours used:** [More Information Needed]
161
+ - **Cloud Provider:** [More Information Needed]
162
+ - **Compute Region:** [More Information Needed]
163
+ - **Carbon Emitted:** [More Information Needed]
164
+
165
+ ## Technical Specifications [optional]
166
+
167
+ ### Model Architecture and Objective
168
+
169
+ [More Information Needed]
170
+
171
+ ### Compute Infrastructure
172
+
173
+ [More Information Needed]
174
+
175
+ #### Hardware
176
+
177
+ [More Information Needed]
178
+
179
+ #### Software
180
+
181
+ [More Information Needed]
182
+
183
+ ## Citation [optional]
184
+
185
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
186
+
187
+ **BibTeX:**
188
+
189
+ [More Information Needed]
190
+
191
+ **APA:**
192
+
193
+ [More Information Needed]
194
+
195
+ ## Glossary [optional]
196
+
197
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
198
+
199
+ [More Information Needed]
200
+
201
+ ## More Information [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Authors [optional]
206
+
207
+ [More Information Needed]
208
+
209
+ ## Model Card Contact
210
+
211
+ [More Information Needed]
212
+
213
+