Instructions to use mlahr/font-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mlahr/font-identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mlahr/font-identifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("mlahr/font-identifier") model = AutoModelForImageClassification.from_pretrained("mlahr/font-identifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- config.json +74 -490
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -19,498 +19,82 @@
|
|
| 19 |
512
|
| 20 |
],
|
| 21 |
"id2label": {
|
| 22 |
-
"0": "
|
| 23 |
-
"1": "
|
| 24 |
-
"10": "
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"131": "MS PMincho",
|
| 60 |
-
"132": "MS Reference Sans Serif",
|
| 61 |
-
"133": "MS Reference Specialty",
|
| 62 |
-
"134": "Manrope[wght]",
|
| 63 |
-
"135": "Marlett",
|
| 64 |
-
"136": "Meiryo",
|
| 65 |
-
"137": "Meiryo Bold",
|
| 66 |
-
"138": "Meiryo Bold Italic",
|
| 67 |
-
"139": "Meiryo Italic",
|
| 68 |
-
"14": "Batang",
|
| 69 |
-
"140": "Merriweather[opsz,wdth,wght]",
|
| 70 |
-
"141": "MingLiU",
|
| 71 |
-
"142": "MingLiU-ExtB",
|
| 72 |
-
"143": "Montserrat-Italic[wght]",
|
| 73 |
-
"144": "NotoSans-Italic[wdth,wght]",
|
| 74 |
-
"145": "NotoSansHatran-Regular",
|
| 75 |
-
"146": "NotoSansKharoshthi-Regular",
|
| 76 |
-
"147": "NunitoSans-Italic[YTLC,opsz,wdth,wght]",
|
| 77 |
-
"148": "Nunito[wght]",
|
| 78 |
-
"149": "OldStandard-Regular",
|
| 79 |
-
"15": "BebasNeue-Regular",
|
| 80 |
-
"150": "OpenSans-Bold",
|
| 81 |
-
"151": "OpenSans-BoldItalic",
|
| 82 |
-
"152": "OpenSans-ExtraBold",
|
| 83 |
-
"153": "OpenSans-ExtraBoldItalic",
|
| 84 |
-
"154": "OpenSans-Italic",
|
| 85 |
-
"155": "OpenSans-Light",
|
| 86 |
-
"156": "OpenSans-LightItalic",
|
| 87 |
-
"157": "OpenSans-Regular",
|
| 88 |
-
"158": "OpenSans-Semibold",
|
| 89 |
-
"159": "OpenSans-SemiboldItalic",
|
| 90 |
-
"16": "Bitter[wght]",
|
| 91 |
-
"160": "OpenSans[wdth,wght]",
|
| 92 |
-
"161": "Oswald[wght]",
|
| 93 |
-
"162": "Oxygen-Regular",
|
| 94 |
-
"163": "PMingLiU",
|
| 95 |
-
"164": "PMingLiU-ExtB",
|
| 96 |
-
"165": "PTM55FT",
|
| 97 |
-
"166": "PT_Sans-Web-Regular",
|
| 98 |
-
"167": "PT_Serif-Caption-Web-Regular",
|
| 99 |
-
"168": "PT_Serif-Web-Regular",
|
| 100 |
-
"169": "Pacifico-Regular",
|
| 101 |
-
"17": "Bookshelf Symbol 7",
|
| 102 |
-
"170": "Palatino Linotype",
|
| 103 |
-
"171": "Palatino Linotype Bold",
|
| 104 |
-
"172": "Palatino Linotype Bold Italic",
|
| 105 |
-
"173": "Palatino Linotype Italic",
|
| 106 |
-
"174": "Perpetua",
|
| 107 |
-
"175": "Perpetua Bold",
|
| 108 |
-
"176": "Perpetua Bold Italic",
|
| 109 |
-
"177": "Perpetua Italic",
|
| 110 |
-
"178": "PlayfairDisplay-Italic[wght]",
|
| 111 |
-
"179": "Playfair[opsz,wdth,wght]",
|
| 112 |
-
"18": "Brush Script",
|
| 113 |
-
"180": "PlusJakartaSans-Italic[wght]",
|
| 114 |
-
"181": "Poppins-Regular",
|
| 115 |
-
"182": "PublicSans[wght]",
|
| 116 |
-
"183": "Quicksand[wght]",
|
| 117 |
-
"184": "Raleway-Italic[wght]",
|
| 118 |
-
"185": "RedHatDisplay[wght]",
|
| 119 |
-
"186": "RedHatMono-Italic[wght]",
|
| 120 |
-
"187": "RedHatText[wght]",
|
| 121 |
-
"188": "Roboto-Italic[wdth,wght]",
|
| 122 |
-
"189": "Roboto-Light",
|
| 123 |
-
"19": "CabinCondensed-Regular",
|
| 124 |
-
"190": "Roboto-Thin",
|
| 125 |
-
"191": "RobotoCondensed-Italic[wght]",
|
| 126 |
-
"192": "RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght]",
|
| 127 |
-
"193": "RobotoMono[wght]",
|
| 128 |
-
"194": "Rubik-Italic[wght]",
|
| 129 |
-
"195": "Sacramento-Regular",
|
| 130 |
-
"196": "Signika-Bold",
|
| 131 |
-
"197": "Signika-Light",
|
| 132 |
-
"198": "Signika-Regular",
|
| 133 |
-
"199": "Signika-SemiBold",
|
| 134 |
-
"2": "Alegreya-Italic[wght]",
|
| 135 |
-
"20": "Cabin[wdth,wght]",
|
| 136 |
-
"200": "Signika[GRAD,wght]",
|
| 137 |
-
"201": "SimHei",
|
| 138 |
-
"202": "SimSun",
|
| 139 |
-
"203": "SimSun-ExtB",
|
| 140 |
-
"204": "SourceCodePro-Bold",
|
| 141 |
-
"205": "SourceCodePro-BoldIt",
|
| 142 |
-
"206": "SourceCodePro-It",
|
| 143 |
-
"207": "SourceCodePro-Regular",
|
| 144 |
-
"208": "SourceSans3-Italic[wght]",
|
| 145 |
-
"209": "SpaceGrotesk[wght]",
|
| 146 |
-
"21": "Calibri",
|
| 147 |
-
"210": "SpaceMono-Regular",
|
| 148 |
-
"211": "Spectral-Regular",
|
| 149 |
-
"212": "SplineSans[wght]",
|
| 150 |
-
"213": "TaiLeb",
|
| 151 |
-
"214": "Texturina[opsz,wght]",
|
| 152 |
-
"215": "Times New Roman",
|
| 153 |
-
"216": "Times New Roman Bold",
|
| 154 |
-
"217": "Times New Roman Bold Italic",
|
| 155 |
-
"218": "Times New Roman Italic",
|
| 156 |
-
"219": "TitilliumWeb-Regular",
|
| 157 |
-
"22": "Calibri Bold",
|
| 158 |
-
"220": "Trispace[wdth,wght]",
|
| 159 |
-
"221": "Tw Cen MT",
|
| 160 |
-
"222": "Tw Cen MT Bold",
|
| 161 |
-
"223": "Tw Cen MT Bold Italic",
|
| 162 |
-
"224": "Tw Cen MT Italic",
|
| 163 |
-
"225": "Urbanist[wght]",
|
| 164 |
-
"226": "VarelaRound-Regular",
|
| 165 |
-
"227": "Verdana",
|
| 166 |
-
"228": "Verdana Bold",
|
| 167 |
-
"229": "Verdana Bold Italic",
|
| 168 |
-
"23": "Calibri Bold Italic",
|
| 169 |
-
"230": "Verdana Italic",
|
| 170 |
-
"231": "Vidaloka-Regular",
|
| 171 |
-
"232": "VollkornSC-Regular",
|
| 172 |
-
"233": "Vollkorn[wght]",
|
| 173 |
-
"234": "Wingdings",
|
| 174 |
-
"235": "Wingdings 2",
|
| 175 |
-
"236": "Wingdings 3",
|
| 176 |
-
"237": "WorkSans-Italic[wght]",
|
| 177 |
-
"238": "Yrsa-Italic[wght]",
|
| 178 |
-
"239": "fontawesome-webfont",
|
| 179 |
-
"24": "Calibri Italic",
|
| 180 |
-
"240": "himalaya",
|
| 181 |
-
"241": "mingliu_hkscs",
|
| 182 |
-
"242": "monbaiti",
|
| 183 |
-
"243": "msyi",
|
| 184 |
-
"244": "taile",
|
| 185 |
-
"25": "Calibril",
|
| 186 |
-
"26": "Cambria",
|
| 187 |
-
"27": "Cambria Bold",
|
| 188 |
-
"28": "Cambria Bold Italic",
|
| 189 |
-
"29": "Cambria Italic",
|
| 190 |
-
"3": "AlumniSans-Italic[wght]",
|
| 191 |
-
"30": "Cambria Math",
|
| 192 |
-
"31": "Candara",
|
| 193 |
-
"32": "Candara Bold",
|
| 194 |
-
"33": "Candara Bold Italic",
|
| 195 |
-
"34": "Candara Italic",
|
| 196 |
-
"35": "Caveat[wght]",
|
| 197 |
-
"36": "Comfortaa[wght]",
|
| 198 |
-
"37": "Commissioner[FLAR,VOLM,slnt,wght]",
|
| 199 |
-
"38": "ConcertOne-Regular",
|
| 200 |
-
"39": "Consolas",
|
| 201 |
-
"4": "Anton-Regular",
|
| 202 |
-
"40": "Consolas Bold",
|
| 203 |
-
"41": "Consolas Bold Italic",
|
| 204 |
-
"42": "Consolas Italic",
|
| 205 |
-
"43": "Constantia",
|
| 206 |
-
"44": "Constantia Bold",
|
| 207 |
-
"45": "Constantia Bold Italic",
|
| 208 |
-
"46": "Constantia Italic",
|
| 209 |
-
"47": "Corbel",
|
| 210 |
-
"48": "Corbel Bold",
|
| 211 |
-
"49": "Corbel Bold Italic",
|
| 212 |
-
"5": "Arial",
|
| 213 |
-
"50": "Corbel Italic",
|
| 214 |
-
"51": "CormorantGaramond[wght]",
|
| 215 |
-
"52": "CrimsonPro[wght]",
|
| 216 |
-
"53": "CrimsonText-Regular",
|
| 217 |
-
"54": "DMSans-Italic[opsz,wght]",
|
| 218 |
-
"55": "DancingScript[wght]",
|
| 219 |
-
"56": "DroidSans",
|
| 220 |
-
"57": "DroidSans-Bold",
|
| 221 |
-
"58": "DroidSansMono",
|
| 222 |
-
"59": "DroidSansMonoDotted",
|
| 223 |
-
"6": "Arial Bold",
|
| 224 |
-
"60": "DroidSansMonoSlashed",
|
| 225 |
-
"61": "DroidSerif-Bold",
|
| 226 |
-
"62": "DroidSerif-BoldItalic",
|
| 227 |
-
"63": "DroidSerif-Italic",
|
| 228 |
-
"64": "DroidSerif-Regular",
|
| 229 |
-
"65": "EBGaramond-Italic[wght]",
|
| 230 |
-
"66": "EpundaSans-Italic[wght]",
|
| 231 |
-
"67": "Exo-Italic[wght]",
|
| 232 |
-
"68": "FiraCode-Bold",
|
| 233 |
-
"69": "FiraCode-Light",
|
| 234 |
-
"7": "Arial Bold Italic",
|
| 235 |
-
"70": "FiraCode-Medium",
|
| 236 |
-
"71": "FiraCode-Regular",
|
| 237 |
-
"72": "FiraCode-Retina",
|
| 238 |
-
"73": "FiraCode[wght]",
|
| 239 |
-
"74": "FiraSans-Regular",
|
| 240 |
-
"75": "FiraSansCondensed-Regular",
|
| 241 |
-
"76": "FrankRuhlLibre[wght]",
|
| 242 |
-
"77": "Franklin Gothic Book",
|
| 243 |
-
"78": "Franklin Gothic Book Italic",
|
| 244 |
-
"79": "Franklin Gothic Medium",
|
| 245 |
-
"8": "Arial Italic",
|
| 246 |
-
"80": "Franklin Gothic Medium Italic",
|
| 247 |
-
"81": "Gabriola",
|
| 248 |
-
"82": "Gill Sans MT",
|
| 249 |
-
"83": "Gill Sans MT Bold",
|
| 250 |
-
"84": "Gill Sans MT Bold Italic",
|
| 251 |
-
"85": "Gill Sans MT Italic",
|
| 252 |
-
"86": "GreatVibes-Regular",
|
| 253 |
-
"87": "Gulim",
|
| 254 |
-
"88": "Heebo[wght]",
|
| 255 |
-
"89": "HindGuntur-Regular",
|
| 256 |
-
"9": "Arial Unicode",
|
| 257 |
-
"90": "HindJalandhar-Regular",
|
| 258 |
-
"91": "HindKochi-Regular",
|
| 259 |
-
"92": "HindMadurai-Regular",
|
| 260 |
-
"93": "HindMysuru-Regular",
|
| 261 |
-
"94": "HindSiliguri-Regular",
|
| 262 |
-
"95": "HindVadodara-Regular",
|
| 263 |
-
"96": "IBMPlexSans-Italic[wdth,wght]",
|
| 264 |
-
"97": "Inconsolata",
|
| 265 |
-
"98": "Inconsolata-UltraCondensedRegular",
|
| 266 |
-
"99": "Inter[opsz,wght]"
|
| 267 |
},
|
| 268 |
"label2id": {
|
| 269 |
-
"
|
| 270 |
-
"
|
| 271 |
-
"
|
| 272 |
-
"
|
| 273 |
-
"
|
| 274 |
-
"
|
| 275 |
-
"
|
| 276 |
-
"
|
| 277 |
-
"
|
| 278 |
-
"
|
| 279 |
-
"
|
| 280 |
-
"
|
| 281 |
-
"
|
| 282 |
-
"
|
| 283 |
-
"
|
| 284 |
-
"
|
| 285 |
-
"
|
| 286 |
-
"
|
| 287 |
-
"
|
| 288 |
-
"
|
| 289 |
-
"
|
| 290 |
-
"
|
| 291 |
-
"
|
| 292 |
-
"
|
| 293 |
-
"
|
| 294 |
-
"
|
| 295 |
-
"
|
| 296 |
-
"
|
| 297 |
-
"
|
| 298 |
-
"
|
| 299 |
-
"
|
| 300 |
-
"
|
| 301 |
-
"
|
| 302 |
-
"
|
| 303 |
-
"
|
| 304 |
-
"
|
| 305 |
-
"
|
| 306 |
-
"Commissioner[FLAR,VOLM,slnt,wght]": "37",
|
| 307 |
-
"ConcertOne-Regular": "38",
|
| 308 |
-
"Consolas": "39",
|
| 309 |
-
"Consolas Bold": "40",
|
| 310 |
-
"Consolas Bold Italic": "41",
|
| 311 |
-
"Consolas Italic": "42",
|
| 312 |
-
"Constantia": "43",
|
| 313 |
-
"Constantia Bold": "44",
|
| 314 |
-
"Constantia Bold Italic": "45",
|
| 315 |
-
"Constantia Italic": "46",
|
| 316 |
-
"Corbel": "47",
|
| 317 |
-
"Corbel Bold": "48",
|
| 318 |
-
"Corbel Bold Italic": "49",
|
| 319 |
-
"Corbel Italic": "50",
|
| 320 |
-
"CormorantGaramond[wght]": "51",
|
| 321 |
-
"CrimsonPro[wght]": "52",
|
| 322 |
-
"CrimsonText-Regular": "53",
|
| 323 |
-
"DMSans-Italic[opsz,wght]": "54",
|
| 324 |
-
"DancingScript[wght]": "55",
|
| 325 |
-
"DroidSans": "56",
|
| 326 |
-
"DroidSans-Bold": "57",
|
| 327 |
-
"DroidSansMono": "58",
|
| 328 |
-
"DroidSansMonoDotted": "59",
|
| 329 |
-
"DroidSansMonoSlashed": "60",
|
| 330 |
-
"DroidSerif-Bold": "61",
|
| 331 |
-
"DroidSerif-BoldItalic": "62",
|
| 332 |
-
"DroidSerif-Italic": "63",
|
| 333 |
-
"DroidSerif-Regular": "64",
|
| 334 |
-
"EBGaramond-Italic[wght]": "65",
|
| 335 |
-
"EpundaSans-Italic[wght]": "66",
|
| 336 |
-
"Exo-Italic[wght]": "67",
|
| 337 |
-
"FiraCode-Bold": "68",
|
| 338 |
-
"FiraCode-Light": "69",
|
| 339 |
-
"FiraCode-Medium": "70",
|
| 340 |
-
"FiraCode-Regular": "71",
|
| 341 |
-
"FiraCode-Retina": "72",
|
| 342 |
-
"FiraCode[wght]": "73",
|
| 343 |
-
"FiraSans-Regular": "74",
|
| 344 |
-
"FiraSansCondensed-Regular": "75",
|
| 345 |
-
"FrankRuhlLibre[wght]": "76",
|
| 346 |
-
"Franklin Gothic Book": "77",
|
| 347 |
-
"Franklin Gothic Book Italic": "78",
|
| 348 |
-
"Franklin Gothic Medium": "79",
|
| 349 |
-
"Franklin Gothic Medium Italic": "80",
|
| 350 |
-
"Gabriola": "81",
|
| 351 |
-
"Gill Sans MT": "82",
|
| 352 |
-
"Gill Sans MT Bold": "83",
|
| 353 |
-
"Gill Sans MT Bold Italic": "84",
|
| 354 |
-
"Gill Sans MT Italic": "85",
|
| 355 |
-
"GreatVibes-Regular": "86",
|
| 356 |
-
"Gulim": "87",
|
| 357 |
-
"Heebo[wght]": "88",
|
| 358 |
-
"HindGuntur-Regular": "89",
|
| 359 |
-
"HindJalandhar-Regular": "90",
|
| 360 |
-
"HindKochi-Regular": "91",
|
| 361 |
-
"HindMadurai-Regular": "92",
|
| 362 |
-
"HindMysuru-Regular": "93",
|
| 363 |
-
"HindSiliguri-Regular": "94",
|
| 364 |
-
"HindVadodara-Regular": "95",
|
| 365 |
-
"IBMPlexSans-Italic[wdth,wght]": "96",
|
| 366 |
-
"Inconsolata": "97",
|
| 367 |
-
"Inconsolata-UltraCondensedRegular": "98",
|
| 368 |
-
"Inter[opsz,wght]": "99",
|
| 369 |
-
"JetBrainsMono-Bold": "100",
|
| 370 |
-
"JetBrainsMono-BoldItalic": "101",
|
| 371 |
-
"JetBrainsMono-ExtraBold": "102",
|
| 372 |
-
"JetBrainsMono-ExtraBoldItalic": "103",
|
| 373 |
-
"JetBrainsMono-ExtraLight": "104",
|
| 374 |
-
"JetBrainsMono-ExtraLightItalic": "105",
|
| 375 |
-
"JetBrainsMono-Italic": "106",
|
| 376 |
-
"JetBrainsMono-Light": "107",
|
| 377 |
-
"JetBrainsMono-LightItalic": "108",
|
| 378 |
-
"JetBrainsMono-Medium": "109",
|
| 379 |
-
"JetBrainsMono-MediumItalic": "110",
|
| 380 |
-
"JetBrainsMono-Regular": "111",
|
| 381 |
-
"JetBrainsMono-SemiBold": "112",
|
| 382 |
-
"JetBrainsMono-SemiBoldItalic": "113",
|
| 383 |
-
"JetBrainsMono-Thin": "114",
|
| 384 |
-
"JetBrainsMono-ThinItalic": "115",
|
| 385 |
-
"JetBrainsMono[wght]": "116",
|
| 386 |
-
"JosefinSans-Italic[wght]": "117",
|
| 387 |
-
"Kalam-Regular": "118",
|
| 388 |
-
"Kanit-Regular": "119",
|
| 389 |
-
"Karla-Italic[wght]": "120",
|
| 390 |
-
"Lato-Regular": "121",
|
| 391 |
-
"Lexend[wght]": "122",
|
| 392 |
-
"LibreFranklin-Italic[wght]": "123",
|
| 393 |
-
"Lobster-Regular": "124",
|
| 394 |
-
"Lora-Italic[wght]": "125",
|
| 395 |
-
"Lucida Console": "126",
|
| 396 |
-
"Lucida Sans Unicode": "127",
|
| 397 |
-
"MS Gothic": "128",
|
| 398 |
-
"MS Mincho": "129",
|
| 399 |
-
"MS PGothic": "130",
|
| 400 |
-
"MS PMincho": "131",
|
| 401 |
-
"MS Reference Sans Serif": "132",
|
| 402 |
-
"MS Reference Specialty": "133",
|
| 403 |
-
"Manrope[wght]": "134",
|
| 404 |
-
"Marlett": "135",
|
| 405 |
-
"Meiryo": "136",
|
| 406 |
-
"Meiryo Bold": "137",
|
| 407 |
-
"Meiryo Bold Italic": "138",
|
| 408 |
-
"Meiryo Italic": "139",
|
| 409 |
-
"Merriweather[opsz,wdth,wght]": "140",
|
| 410 |
-
"MingLiU": "141",
|
| 411 |
-
"MingLiU-ExtB": "142",
|
| 412 |
-
"Montserrat-Italic[wght]": "143",
|
| 413 |
-
"NotoSans-Italic[wdth,wght]": "144",
|
| 414 |
-
"NotoSansHatran-Regular": "145",
|
| 415 |
-
"NotoSansKharoshthi-Regular": "146",
|
| 416 |
-
"NunitoSans-Italic[YTLC,opsz,wdth,wght]": "147",
|
| 417 |
-
"Nunito[wght]": "148",
|
| 418 |
-
"OldStandard-Regular": "149",
|
| 419 |
-
"OpenSans-Bold": "150",
|
| 420 |
-
"OpenSans-BoldItalic": "151",
|
| 421 |
-
"OpenSans-ExtraBold": "152",
|
| 422 |
-
"OpenSans-ExtraBoldItalic": "153",
|
| 423 |
-
"OpenSans-Italic": "154",
|
| 424 |
-
"OpenSans-Light": "155",
|
| 425 |
-
"OpenSans-LightItalic": "156",
|
| 426 |
-
"OpenSans-Regular": "157",
|
| 427 |
-
"OpenSans-Semibold": "158",
|
| 428 |
-
"OpenSans-SemiboldItalic": "159",
|
| 429 |
-
"OpenSans[wdth,wght]": "160",
|
| 430 |
-
"Oswald[wght]": "161",
|
| 431 |
-
"Oxygen-Regular": "162",
|
| 432 |
-
"PMingLiU": "163",
|
| 433 |
-
"PMingLiU-ExtB": "164",
|
| 434 |
-
"PTM55FT": "165",
|
| 435 |
-
"PT_Sans-Web-Regular": "166",
|
| 436 |
-
"PT_Serif-Caption-Web-Regular": "167",
|
| 437 |
-
"PT_Serif-Web-Regular": "168",
|
| 438 |
-
"Pacifico-Regular": "169",
|
| 439 |
-
"Palatino Linotype": "170",
|
| 440 |
-
"Palatino Linotype Bold": "171",
|
| 441 |
-
"Palatino Linotype Bold Italic": "172",
|
| 442 |
-
"Palatino Linotype Italic": "173",
|
| 443 |
-
"Perpetua": "174",
|
| 444 |
-
"Perpetua Bold": "175",
|
| 445 |
-
"Perpetua Bold Italic": "176",
|
| 446 |
-
"Perpetua Italic": "177",
|
| 447 |
-
"PlayfairDisplay-Italic[wght]": "178",
|
| 448 |
-
"Playfair[opsz,wdth,wght]": "179",
|
| 449 |
-
"PlusJakartaSans-Italic[wght]": "180",
|
| 450 |
-
"Poppins-Regular": "181",
|
| 451 |
-
"PublicSans[wght]": "182",
|
| 452 |
-
"Quicksand[wght]": "183",
|
| 453 |
-
"Raleway-Italic[wght]": "184",
|
| 454 |
-
"RedHatDisplay[wght]": "185",
|
| 455 |
-
"RedHatMono-Italic[wght]": "186",
|
| 456 |
-
"RedHatText[wght]": "187",
|
| 457 |
-
"Roboto-Italic[wdth,wght]": "188",
|
| 458 |
-
"Roboto-Light": "189",
|
| 459 |
-
"Roboto-Thin": "190",
|
| 460 |
-
"RobotoCondensed-Italic[wght]": "191",
|
| 461 |
-
"RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght]": "192",
|
| 462 |
-
"RobotoMono[wght]": "193",
|
| 463 |
-
"Rubik-Italic[wght]": "194",
|
| 464 |
-
"Sacramento-Regular": "195",
|
| 465 |
-
"Signika-Bold": "196",
|
| 466 |
-
"Signika-Light": "197",
|
| 467 |
-
"Signika-Regular": "198",
|
| 468 |
-
"Signika-SemiBold": "199",
|
| 469 |
-
"Signika[GRAD,wght]": "200",
|
| 470 |
-
"SimHei": "201",
|
| 471 |
-
"SimSun": "202",
|
| 472 |
-
"SimSun-ExtB": "203",
|
| 473 |
-
"SourceCodePro-Bold": "204",
|
| 474 |
-
"SourceCodePro-BoldIt": "205",
|
| 475 |
-
"SourceCodePro-It": "206",
|
| 476 |
-
"SourceCodePro-Regular": "207",
|
| 477 |
-
"SourceSans3-Italic[wght]": "208",
|
| 478 |
-
"SpaceGrotesk[wght]": "209",
|
| 479 |
-
"SpaceMono-Regular": "210",
|
| 480 |
-
"Spectral-Regular": "211",
|
| 481 |
-
"SplineSans[wght]": "212",
|
| 482 |
-
"TaiLeb": "213",
|
| 483 |
-
"Texturina[opsz,wght]": "214",
|
| 484 |
-
"Times New Roman": "215",
|
| 485 |
-
"Times New Roman Bold": "216",
|
| 486 |
-
"Times New Roman Bold Italic": "217",
|
| 487 |
-
"Times New Roman Italic": "218",
|
| 488 |
-
"TitilliumWeb-Regular": "219",
|
| 489 |
-
"Trispace[wdth,wght]": "220",
|
| 490 |
-
"Tw Cen MT": "221",
|
| 491 |
-
"Tw Cen MT Bold": "222",
|
| 492 |
-
"Tw Cen MT Bold Italic": "223",
|
| 493 |
-
"Tw Cen MT Italic": "224",
|
| 494 |
-
"Urbanist[wght]": "225",
|
| 495 |
-
"VarelaRound-Regular": "226",
|
| 496 |
-
"Verdana": "227",
|
| 497 |
-
"Verdana Bold": "228",
|
| 498 |
-
"Verdana Bold Italic": "229",
|
| 499 |
-
"Verdana Italic": "230",
|
| 500 |
-
"Vidaloka-Regular": "231",
|
| 501 |
-
"VollkornSC-Regular": "232",
|
| 502 |
-
"Vollkorn[wght]": "233",
|
| 503 |
-
"Wingdings": "234",
|
| 504 |
-
"Wingdings 2": "235",
|
| 505 |
-
"Wingdings 3": "236",
|
| 506 |
-
"WorkSans-Italic[wght]": "237",
|
| 507 |
-
"Yrsa-Italic[wght]": "238",
|
| 508 |
-
"fontawesome-webfont": "239",
|
| 509 |
-
"himalaya": "240",
|
| 510 |
-
"mingliu_hkscs": "241",
|
| 511 |
-
"monbaiti": "242",
|
| 512 |
-
"msyi": "243",
|
| 513 |
-
"taile": "244"
|
| 514 |
},
|
| 515 |
"layer_type": "basic",
|
| 516 |
"model_type": "resnet",
|
|
|
|
| 19 |
512
|
| 20 |
],
|
| 21 |
"id2label": {
|
| 22 |
+
"0": "DroidSans",
|
| 23 |
+
"1": "DroidSans-Bold",
|
| 24 |
+
"10": "FiraCode-Light",
|
| 25 |
+
"11": "FiraCode-Medium",
|
| 26 |
+
"12": "FiraCode-Regular",
|
| 27 |
+
"13": "FiraCode-Retina",
|
| 28 |
+
"14": "Inconsolata",
|
| 29 |
+
"15": "JetBrainsMono-Bold",
|
| 30 |
+
"16": "JetBrainsMono-BoldItalic",
|
| 31 |
+
"17": "JetBrainsMono-ExtraBold",
|
| 32 |
+
"18": "JetBrainsMono-ExtraBoldItalic",
|
| 33 |
+
"19": "JetBrainsMono-ExtraLight",
|
| 34 |
+
"2": "DroidSansMono",
|
| 35 |
+
"20": "JetBrainsMono-ExtraLightItalic",
|
| 36 |
+
"21": "JetBrainsMono-Italic",
|
| 37 |
+
"22": "JetBrainsMono-Light",
|
| 38 |
+
"23": "JetBrainsMono-LightItalic",
|
| 39 |
+
"24": "JetBrainsMono-Medium",
|
| 40 |
+
"25": "JetBrainsMono-MediumItalic",
|
| 41 |
+
"26": "JetBrainsMono-Regular",
|
| 42 |
+
"27": "JetBrainsMono-SemiBold",
|
| 43 |
+
"28": "JetBrainsMono-SemiBoldItalic",
|
| 44 |
+
"29": "JetBrainsMono-Thin",
|
| 45 |
+
"3": "DroidSansMonoDotted",
|
| 46 |
+
"30": "JetBrainsMono-ThinItalic",
|
| 47 |
+
"31": "Roboto-Light",
|
| 48 |
+
"32": "Roboto-Thin",
|
| 49 |
+
"33": "SourceCodePro-Bold",
|
| 50 |
+
"34": "SourceCodePro-BoldIt",
|
| 51 |
+
"35": "SourceCodePro-It",
|
| 52 |
+
"36": "SourceCodePro-Regular",
|
| 53 |
+
"4": "DroidSansMonoSlashed",
|
| 54 |
+
"5": "DroidSerif-Bold",
|
| 55 |
+
"6": "DroidSerif-BoldItalic",
|
| 56 |
+
"7": "DroidSerif-Italic",
|
| 57 |
+
"8": "DroidSerif-Regular",
|
| 58 |
+
"9": "FiraCode-Bold"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
},
|
| 60 |
"label2id": {
|
| 61 |
+
"DroidSans": "0",
|
| 62 |
+
"DroidSans-Bold": "1",
|
| 63 |
+
"DroidSansMono": "2",
|
| 64 |
+
"DroidSansMonoDotted": "3",
|
| 65 |
+
"DroidSansMonoSlashed": "4",
|
| 66 |
+
"DroidSerif-Bold": "5",
|
| 67 |
+
"DroidSerif-BoldItalic": "6",
|
| 68 |
+
"DroidSerif-Italic": "7",
|
| 69 |
+
"DroidSerif-Regular": "8",
|
| 70 |
+
"FiraCode-Bold": "9",
|
| 71 |
+
"FiraCode-Light": "10",
|
| 72 |
+
"FiraCode-Medium": "11",
|
| 73 |
+
"FiraCode-Regular": "12",
|
| 74 |
+
"FiraCode-Retina": "13",
|
| 75 |
+
"Inconsolata": "14",
|
| 76 |
+
"JetBrainsMono-Bold": "15",
|
| 77 |
+
"JetBrainsMono-BoldItalic": "16",
|
| 78 |
+
"JetBrainsMono-ExtraBold": "17",
|
| 79 |
+
"JetBrainsMono-ExtraBoldItalic": "18",
|
| 80 |
+
"JetBrainsMono-ExtraLight": "19",
|
| 81 |
+
"JetBrainsMono-ExtraLightItalic": "20",
|
| 82 |
+
"JetBrainsMono-Italic": "21",
|
| 83 |
+
"JetBrainsMono-Light": "22",
|
| 84 |
+
"JetBrainsMono-LightItalic": "23",
|
| 85 |
+
"JetBrainsMono-Medium": "24",
|
| 86 |
+
"JetBrainsMono-MediumItalic": "25",
|
| 87 |
+
"JetBrainsMono-Regular": "26",
|
| 88 |
+
"JetBrainsMono-SemiBold": "27",
|
| 89 |
+
"JetBrainsMono-SemiBoldItalic": "28",
|
| 90 |
+
"JetBrainsMono-Thin": "29",
|
| 91 |
+
"JetBrainsMono-ThinItalic": "30",
|
| 92 |
+
"Roboto-Light": "31",
|
| 93 |
+
"Roboto-Thin": "32",
|
| 94 |
+
"SourceCodePro-Bold": "33",
|
| 95 |
+
"SourceCodePro-BoldIt": "34",
|
| 96 |
+
"SourceCodePro-It": "35",
|
| 97 |
+
"SourceCodePro-Regular": "36"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
},
|
| 99 |
"layer_type": "basic",
|
| 100 |
"model_type": "resnet",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22bf0153f25742c394428029510b905b7936f5645b1ecfd278b9ba5917622180
|
| 3 |
+
size 44836180
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3df25d8052ea03350a5871b9a8b88f8fd46e5c4b7a76fcb102e2fb960e24e045
|
| 3 |
size 5777
|