antoniorv6 commited on
Commit
78ed95d
·
verified ·
1 Parent(s): 1bfa540

Weights uploaded

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +404 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SMTModelForCausalLM"
4
+ ],
5
+ "d_model": 256,
6
+ "dim_ff": 256,
7
+ "i2w": {
8
+ "0": "<pad>",
9
+ "1": "b",
10
+ "2": "*k[f#c#g#d#a#e#]",
11
+ "3": "F",
12
+ "4": "12",
13
+ "5": "--",
14
+ "6": "64",
15
+ "7": "*k[b-e-]",
16
+ "8": "*k[f#]",
17
+ "9": "#i",
18
+ "10": "40",
19
+ "11": "36",
20
+ "12": "*M12/32",
21
+ "13": "<",
22
+ "14": "cc",
23
+ "15": "qq",
24
+ "16": "n",
25
+ "17": "eee",
26
+ "18": "*clefG2",
27
+ "19": "[<",
28
+ "20": "gg",
29
+ "21": "FF",
30
+ "22": "bbb",
31
+ "23": "==;",
32
+ "24": "*v",
33
+ "25": "]",
34
+ "26": "BBBB",
35
+ "27": "AAA",
36
+ "28": "nj",
37
+ "29": "ny",
38
+ "30": "<bos>",
39
+ "31": "*M2/4",
40
+ "32": "1",
41
+ "33": "D",
42
+ "34": "EE",
43
+ "35": "56",
44
+ "36": "*M8/2",
45
+ "37": "-i",
46
+ "38": "*",
47
+ "39": "*k[b-e-a-]",
48
+ "40": "<>",
49
+ "41": "2",
50
+ "42": "T",
51
+ "43": "t",
52
+ "44": "'",
53
+ "45": "dddd",
54
+ "46": "d",
55
+ "47": "ccc",
56
+ "48": ".",
57
+ "49": "*k[b-e-a-d-g-c-]",
58
+ "50": "K>",
59
+ "51": "*M6/4",
60
+ "52": "-",
61
+ "53": "*M6/8",
62
+ "54": "*k[]",
63
+ "55": "34",
64
+ "56": "q",
65
+ "57": "s",
66
+ "58": "ee",
67
+ "59": "B",
68
+ "60": "*staff2",
69
+ "61": "*met(C)",
70
+ "62": "--X",
71
+ "63": "6",
72
+ "64": "[>",
73
+ "65": "32",
74
+ "66": "a",
75
+ "67": "#",
76
+ "68": "AAAA",
77
+ "69": "L",
78
+ "70": "_",
79
+ "71": "L>",
80
+ "72": "K<",
81
+ "73": "24",
82
+ "74": "EEE",
83
+ "75": "J",
84
+ "76": "ffff",
85
+ "77": "nX",
86
+ "78": "bb",
87
+ "79": "CC",
88
+ "80": "*M9/16",
89
+ "81": "eeee",
90
+ "82": "g",
91
+ "83": "gggg",
92
+ "84": "A",
93
+ "85": "*M3/4",
94
+ "86": "=:|!|:",
95
+ "87": "DD",
96
+ "88": "*M9/8",
97
+ "89": "==:|!",
98
+ "90": "(",
99
+ "91": "ni",
100
+ "92": "C",
101
+ "93": "*k[b-e-a-d-g-]",
102
+ "94": "e",
103
+ "95": "##",
104
+ "96": "#j",
105
+ "97": "*k[f#c#g#d#a#e#b#]",
106
+ "98": "aaaa",
107
+ "99": "f",
108
+ "100": "k",
109
+ "101": "--y",
110
+ "102": "-X",
111
+ "103": "*k[f#c#]",
112
+ "104": "*M17/16",
113
+ "105": "*M2/2",
114
+ "106": "##j",
115
+ "107": "GGG",
116
+ "108": "ff",
117
+ "109": "*M10/4",
118
+ "110": "#y",
119
+ "111": "*M12/8",
120
+ "112": "AA",
121
+ "113": "*M3/8",
122
+ "114": "#X",
123
+ "115": "DDD",
124
+ "116": "ddd",
125
+ "117": "BBB",
126
+ "118": "4",
127
+ "119": "=|!",
128
+ "120": "8",
129
+ "121": "cccc",
130
+ "122": "*^",
131
+ "123": "*M7/4",
132
+ "124": "10",
133
+ "125": "*M5/4",
134
+ "126": "=||",
135
+ "127": "S",
136
+ "128": "22",
137
+ "129": "fff",
138
+ "130": "aaa",
139
+ "131": "c",
140
+ "132": "-j",
141
+ "133": "**ekern",
142
+ "134": "*k[b-e-a-d-g-c-f-]",
143
+ "135": "_>",
144
+ "136": "GG",
145
+ "137": "*k[b-e-a-d-]",
146
+ "138": ")",
147
+ "139": "FFF",
148
+ "140": "96",
149
+ "141": "30",
150
+ "142": "yy",
151
+ "143": "==",
152
+ "144": "-x",
153
+ "145": "48",
154
+ "146": "*k[f#c#g#d#]",
155
+ "147": "-Z",
156
+ "148": ":",
157
+ "149": "*M12/16",
158
+ "150": "28",
159
+ "151": "##X",
160
+ "152": "*-",
161
+ "153": "_<",
162
+ "154": "E",
163
+ "155": "*staff1",
164
+ "156": "=:|!;",
165
+ "157": "*k[f#c#g#]",
166
+ "158": "=:|!",
167
+ "159": "G",
168
+ "160": "--j",
169
+ "161": "L<",
170
+ "162": "[y",
171
+ "163": "*staff0",
172
+ "164": "BB",
173
+ "165": "*met(c)",
174
+ "166": "ggg",
175
+ "167": "r",
176
+ "168": "K",
177
+ "169": "=",
178
+ "170": "dd",
179
+ "171": "--x",
180
+ "172": "*clefF4",
181
+ "173": "=!|:",
182
+ "174": "*k[f#c#g#d#a#]",
183
+ "175": "<t>",
184
+ "176": "*k[b-]",
185
+ "177": "20",
186
+ "178": "[",
187
+ "179": "16",
188
+ "180": "<s>",
189
+ "181": "*M4/4",
190
+ "182": "*met(c|)",
191
+ "183": "aa",
192
+ "184": "-y",
193
+ "185": "*staff+1",
194
+ "186": "<b>",
195
+ "187": ">",
196
+ "188": "CCC",
197
+ "189": "*met(C|)",
198
+ "190": "<eos>"
199
+ },
200
+ "in_channels": 1,
201
+ "maxh": 2512,
202
+ "maxlen": 5512,
203
+ "maxw": 2512,
204
+ "model_type": "SMT",
205
+ "num_dec_layers": 8,
206
+ "out_categories": 191,
207
+ "out_dir": "SMIR",
208
+ "padding_token": 0,
209
+ "torch_dtype": "float32",
210
+ "transformers_version": "4.42.4",
211
+ "w2i": {
212
+ "#": 67,
213
+ "##": 95,
214
+ "##X": 151,
215
+ "##j": 106,
216
+ "#X": 114,
217
+ "#i": 9,
218
+ "#j": 96,
219
+ "#y": 110,
220
+ "'": 44,
221
+ "(": 90,
222
+ ")": 138,
223
+ "*": 38,
224
+ "**ekern": 133,
225
+ "*-": 152,
226
+ "*M10/4": 109,
227
+ "*M12/16": 149,
228
+ "*M12/32": 12,
229
+ "*M12/8": 111,
230
+ "*M17/16": 104,
231
+ "*M2/2": 105,
232
+ "*M2/4": 31,
233
+ "*M3/4": 85,
234
+ "*M3/8": 113,
235
+ "*M4/4": 181,
236
+ "*M5/4": 125,
237
+ "*M6/4": 51,
238
+ "*M6/8": 53,
239
+ "*M7/4": 123,
240
+ "*M8/2": 36,
241
+ "*M9/16": 80,
242
+ "*M9/8": 88,
243
+ "*^": 122,
244
+ "*clefF4": 172,
245
+ "*clefG2": 18,
246
+ "*k[]": 54,
247
+ "*k[b-]": 176,
248
+ "*k[b-e-]": 7,
249
+ "*k[b-e-a-]": 39,
250
+ "*k[b-e-a-d-]": 137,
251
+ "*k[b-e-a-d-g-]": 93,
252
+ "*k[b-e-a-d-g-c-]": 49,
253
+ "*k[b-e-a-d-g-c-f-]": 134,
254
+ "*k[f#]": 8,
255
+ "*k[f#c#]": 103,
256
+ "*k[f#c#g#]": 157,
257
+ "*k[f#c#g#d#]": 146,
258
+ "*k[f#c#g#d#a#]": 174,
259
+ "*k[f#c#g#d#a#e#]": 2,
260
+ "*k[f#c#g#d#a#e#b#]": 97,
261
+ "*met(C)": 61,
262
+ "*met(C|)": 189,
263
+ "*met(c)": 165,
264
+ "*met(c|)": 182,
265
+ "*staff+1": 185,
266
+ "*staff0": 163,
267
+ "*staff1": 155,
268
+ "*staff2": 60,
269
+ "*v": 24,
270
+ "-": 52,
271
+ "--": 5,
272
+ "--X": 62,
273
+ "--j": 160,
274
+ "--x": 171,
275
+ "--y": 101,
276
+ "-X": 102,
277
+ "-Z": 147,
278
+ "-i": 37,
279
+ "-j": 132,
280
+ "-x": 144,
281
+ "-y": 184,
282
+ ".": 48,
283
+ "1": 32,
284
+ "10": 124,
285
+ "12": 4,
286
+ "16": 179,
287
+ "2": 41,
288
+ "20": 177,
289
+ "22": 128,
290
+ "24": 73,
291
+ "28": 150,
292
+ "30": 141,
293
+ "32": 65,
294
+ "34": 55,
295
+ "36": 11,
296
+ "4": 118,
297
+ "40": 10,
298
+ "48": 145,
299
+ "56": 35,
300
+ "6": 63,
301
+ "64": 6,
302
+ "8": 120,
303
+ "96": 140,
304
+ ":": 148,
305
+ "<": 13,
306
+ "<>": 40,
307
+ "<b>": 186,
308
+ "<bos>": 30,
309
+ "<eos>": 190,
310
+ "<pad>": 0,
311
+ "<s>": 180,
312
+ "<t>": 175,
313
+ "=": 169,
314
+ "=!|:": 173,
315
+ "=:|!": 158,
316
+ "=:|!;": 156,
317
+ "=:|!|:": 86,
318
+ "==": 143,
319
+ "==:|!": 89,
320
+ "==;": 23,
321
+ "=|!": 119,
322
+ "=||": 126,
323
+ ">": 187,
324
+ "A": 84,
325
+ "AA": 112,
326
+ "AAA": 27,
327
+ "AAAA": 68,
328
+ "B": 59,
329
+ "BB": 164,
330
+ "BBB": 117,
331
+ "BBBB": 26,
332
+ "C": 92,
333
+ "CC": 79,
334
+ "CCC": 188,
335
+ "D": 33,
336
+ "DD": 87,
337
+ "DDD": 115,
338
+ "E": 154,
339
+ "EE": 34,
340
+ "EEE": 74,
341
+ "F": 3,
342
+ "FF": 21,
343
+ "FFF": 139,
344
+ "G": 159,
345
+ "GG": 136,
346
+ "GGG": 107,
347
+ "J": 75,
348
+ "K": 168,
349
+ "K<": 72,
350
+ "K>": 50,
351
+ "L": 69,
352
+ "L<": 161,
353
+ "L>": 71,
354
+ "S": 127,
355
+ "T": 42,
356
+ "[": 178,
357
+ "[<": 19,
358
+ "[>": 64,
359
+ "[y": 162,
360
+ "]": 25,
361
+ "_": 70,
362
+ "_<": 153,
363
+ "_>": 135,
364
+ "a": 66,
365
+ "aa": 183,
366
+ "aaa": 130,
367
+ "aaaa": 98,
368
+ "b": 1,
369
+ "bb": 78,
370
+ "bbb": 22,
371
+ "c": 131,
372
+ "cc": 14,
373
+ "ccc": 47,
374
+ "cccc": 121,
375
+ "d": 46,
376
+ "dd": 170,
377
+ "ddd": 116,
378
+ "dddd": 45,
379
+ "e": 94,
380
+ "ee": 58,
381
+ "eee": 17,
382
+ "eeee": 81,
383
+ "f": 99,
384
+ "ff": 108,
385
+ "fff": 129,
386
+ "ffff": 76,
387
+ "g": 82,
388
+ "gg": 20,
389
+ "ggg": 166,
390
+ "gggg": 83,
391
+ "k": 100,
392
+ "n": 16,
393
+ "nX": 77,
394
+ "ni": 91,
395
+ "nj": 28,
396
+ "ny": 29,
397
+ "q": 56,
398
+ "qq": 15,
399
+ "r": 167,
400
+ "s": 57,
401
+ "t": 43,
402
+ "yy": 142
403
+ }
404
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c1bec52d853303f263d6ad652921f732e085682453435a4c2af372adec54beb
3
+ size 43709924