WiebeVandendriessche commited on
Commit
9ad0680
·
verified ·
1 Parent(s): 0a825a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +201 -3
README.md CHANGED
@@ -1,3 +1,201 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - aa
5
+ - ab
6
+ base_model:
7
+ - a-base-model
8
+ pipeline_tag: question-answering
9
+ tags:
10
+ - legal
11
+ - art
12
+ datasets:
13
+ - WiebeVandendriessche/dataset-card-example
14
+ metrics:
15
+ - accuracy
16
+ library_name: bertopic
17
+
18
+ # Optional. Add this if you want to encode your eval results in a structured way.
19
+ # There is a newer, simpler version of this metadata format in ./eval_results.yaml
20
+ model-index:
21
+ - name: WiebeVandendriessche/model-card-example
22
+ results:
23
+ - task:
24
+ type: automatic-speech-recognition
25
+ metrics:
26
+ - type: wer
27
+ value: 20.90
28
+ name: Test WER
29
+ verifyToken: string
30
+ ---
31
+
32
+ ---
33
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
34
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
35
+ {{ card_data }}
36
+ ---
37
+
38
+ # Model Card for WiebeVandendriessche/model-card-example
39
+
40
+ ... A Summary ...
41
+
42
+ ## Model Details
43
+
44
+ ### Model Description
45
+
46
+ ... Description ...
47
+
48
+ - **Developed by:** Wiebe Vandendriessche
49
+ - **Funded by [optional]:** Wiebe Vandendriessche Funder
50
+ - **Shared by [optional]:** Wiebe Vandendriessche Sharer
51
+ - **Model type:** A good one
52
+ - **Language(s) (NLP):** Dutch
53
+ - **License:** MIT
54
+ - **Finetuned from model [optional]:** something something
55
+
56
+ ### Model Sources [optional]
57
+
58
+ <!-- Provide the basic links for the model. -->
59
+
60
+ - **Repository:** [https://example.com/]
61
+ - **Paper [optional]:** [https://example.com/]
62
+ - **Demo [optional]:** [https://example.com/]
63
+
64
+ ## Uses
65
+
66
+ ... Use ...
67
+
68
+ ### Direct Use
69
+
70
+ ... Direct Use ...
71
+
72
+ ### Downstream Use [optional]
73
+
74
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
75
+
76
+ {{ downstream_use | default("[More Information Needed]", true)}}
77
+
78
+ ### Out-of-Scope Use
79
+
80
+ ... Out of Scope Use ...
81
+
82
+ ## Bias, Risks, and Limitations
83
+
84
+ ... Risks ...
85
+
86
+ ### Recommendations
87
+
88
+ ... Recommendations ...
89
+
90
+ ## How to Get Started with the Model
91
+
92
+ ... Get Started ...
93
+
94
+ ## Training Details
95
+
96
+ ### Training Data
97
+
98
+ ... Training data ...
99
+
100
+ ### Training Procedure
101
+
102
+ ... Training Proc ...
103
+
104
+ #### Preprocessing [optional]
105
+
106
+ ... Preproccessing ...
107
+
108
+ #### Training Hyperparameters
109
+
110
+ - **Training regime:** ... hyperparams ...
111
+
112
+ #### Speeds, Sizes, Times [optional]
113
+
114
+ ... Speed ...
115
+
116
+
117
+ ## Evaluation
118
+
119
+ ... Eval ...
120
+
121
+ ### Testing Data, Factors & Metrics
122
+
123
+ #### Testing Data
124
+
125
+ ... Testing data ...
126
+
127
+ #### Factors
128
+
129
+ ... Factors ...
130
+
131
+ #### Metrics
132
+
133
+ ... A Metric ...
134
+
135
+ ### Results
136
+
137
+ ... Results ...
138
+
139
+ #### Summary
140
+
141
+ ... Summary ...
142
+
143
+ ## Model Examination [optional]
144
+
145
+ ... Exam ...
146
+
147
+ ## Environmental Impact
148
+
149
+ ... Env imp ...
150
+
151
+ - **Hardware Type:** A potato
152
+ - **Hours used:** 1561
153
+ - **Cloud Provider:** Not Google
154
+ - **Compute Region:** Antarctica
155
+ - **Carbon Emitted:** 458654865
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ ... Architecture ...
162
+
163
+ ### Compute Infrastructure
164
+
165
+ ... Potato center ...
166
+
167
+ #### Hardware
168
+
169
+ ... Potato ...
170
+
171
+ #### Software
172
+
173
+ ... Soft ...
174
+
175
+ ## Citation [optional]
176
+
177
+ ... Cit ...
178
+
179
+ **BibTeX:**
180
+
181
+ ... BibTex ...
182
+
183
+ **APA:**
184
+
185
+ ... Apa ...
186
+
187
+ ## Glossary [optional]
188
+
189
+ ... Gloss ...
190
+
191
+ ## More Information [optional]
192
+
193
+ ... info ...
194
+
195
+ ## Model Card Authors [optional]
196
+
197
+ ... authors ...
198
+
199
+ ## Model Card Contact
200
+
201
+ ... the contact of the model card ...