File size: 28,307 Bytes
5952941 625f3a0 5952941 625f3a0 5952941 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 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 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 | {
"_name_or_path": "Showroom/product_type_classifier",
"_num_labels": 5,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "Cooling Fans",
"1": "Car Safety & Convenience",
"2": "Costumes & Pretend Play",
"3": "Virtual Reality Headsets",
"4": "Personal Care & Beauty",
"5": "Pre-Owned & Trade-In Games",
"6": "Wearable Technology Services",
"7": "Network Accessories",
"8": "Pet Supplies",
"9": "Home Security & Surveillance",
"10": "Washing Machines",
"11": "Action Figures",
"12": "Nintendo 3DS",
"13": "UPS",
"14": "Magazines",
"15": "Remote Controls",
"16": "Men's Clothing",
"17": "Non-alcoholic drinks",
"18": "DJ & Lighting Equipment",
"19": "Food Grinders & Mills",
"20": "Furniture",
"21": "Car & Boat Batteries",
"22": "Samsung Galaxy",
"23": "categories",
"24": "Football",
"25": "Optical Supplies & Eyeglasses",
"26": "Alcoholic Drinks",
"27": "Basketball",
"28": "Sweets & Chocolate",
"29": "Card Readers",
"30": "Floral",
"31": "Women Cosmetics",
"32": "Flight",
"33": "Toys & Games",
"34": "Paper & Plastic Products",
"35": "Music (CDs & Vinyl)",
"36": "3D Multimedia Equipment",
"37": "Ranges, Cooktops & Ovens",
"38": "PlayStation 3",
"39": "Poultry",
"40": "Freezers & Ice Makers",
"41": "Rugs Tapestry & Linens",
"42": "Model Kits",
"43": "Cell Phones Accessories",
"44": "Games, Puzzles & Cards",
"45": "Sports & Outdoors",
"46": "Office Products",
"47": "Wacom",
"48": "iPod & MP3 Player Accessories",
"49": "Remote Control Toys",
"50": "Feeding",
"51": "Digital Camera Accessories",
"52": "Cell Phone Accessories",
"53": "Board & Puzzle",
"54": "Climbing",
"55": "Blu-ray & DVD Players",
"56": "GPS Navigation & Accessories",
"57": "Movie & Music Cards",
"58": "Health & Safety",
"59": "Soccer",
"60": "Karaoke",
"61": "TV Stands, Mounts & Furniture",
"62": "Calculators",
"63": "TV & Home Theater Accessories",
"64": "Sub Category",
"65": "Office & School Supplies",
"66": "Bluetooth & Wireless Speakers",
"67": "Home Air Conditioners - Inverters",
"68": "Memory Cards",
"69": "H/VG_X360/Games/B2G1_20130602",
"70": "Radios",
"71": "Bags & Backpacks",
"72": "Home Audio",
"73": "Fridge Freezers",
"74": "Notebook Accessories",
"75": "CPUs",
"76": "Network Adapters",
"77": "Other gifts",
"78": "Irons",
"79": "Snowboarding & Ski",
"80": "TVs",
"81": "Exclusives",
"82": "Health & Fitness Accessories",
"83": "GoPro",
"84": "Kitchen & Dining",
"85": "Home Entertainment",
"86": "Education",
"87": "Heaters",
"88": "Software",
"89": "Guitars",
"90": "Party Supplies",
"91": "Televisions",
"92": "Exercise Equipment",
"93": "Small Kitchen Appliances",
"94": "Desktop & All-in-One Computers",
"95": "Fragrance",
"96": "Batteries",
"97": "Freestanding Gas Ranges",
"98": "Telephones & Communication",
"99": "MP3 and MP4 Player Accessories",
"100": "Beauty",
"101": "Routers",
"102": "Fitness & Exercise",
"103": "Adult",
"104": "Docks, Radios & Boomboxes",
"105": "Guitar Accessories",
"106": "PSP",
"107": "Speakers",
"108": "Portable Fitness Electronics",
"109": "Boats & Accessories",
"110": "Camping",
"111": "Cookers & Ovens",
"112": "AT&T",
"113": "Portable Audio Services",
"114": "Tools & Home Improvement",
"115": "Stoves & Fireplaces",
"116": "GPS Receivers",
"117": "Esoteric and Occult Products",
"118": "Snacks",
"119": "Tracfone",
"120": "Mobile Phones",
"121": "Bunk Beds & Mattresses",
"122": "Coffee Makers & Grinders",
"123": "Industrial Gear",
"124": "Electric Bike & Scooter Accessories",
"125": "Microwaves",
"126": "Humidifiers",
"127": "Fridges",
"128": "Keyboards",
"129": "Women's Lingerie",
"130": "Food Steamers",
"131": "Unlocked Cell Phones",
"132": "Strength & Weight Training",
"133": "Handbags & Wallets",
"134": "Refrigerators",
"135": "Washers & Dryers",
"136": "Homewear",
"137": "Digital Cameras",
"138": "Networking & Wireless",
"139": "Other Accessories",
"140": "Nintendo DS",
"141": "Patio, Lawn & Garden",
"142": "Toys, Games & Drones",
"143": "Servers",
"144": "Body Art",
"145": "Table tennis",
"146": "Smart Sports Equipment",
"147": "Vacuum Cleaners",
"148": "DVD & Blu-Ray Players",
"149": "Coffee",
"150": "Office Furniture & Storage",
"151": "Women's Watches",
"152": "Various Natural Products",
"153": "Fitness",
"154": "Poker Tables",
"155": "Smartwatches",
"156": "Make-up & Costumes",
"157": "GPS Accessories",
"158": "Activity Trackers & Pedometers",
"159": "Canon",
"160": "Digital Picture Frames",
"161": "Measuring & Layout Tools",
"162": "Flowers",
"163": "Garage",
"164": "Casino",
"165": "Mirrorless Cameras",
"166": "Connected Home",
"167": "Toys to Life",
"168": "Solar Panels & Accessories",
"169": "Robots & Robotic Kits",
"170": "Hair Care",
"171": "CD Players",
"172": "Seafood",
"173": "Irons, Steamers & Sewing Machines",
"174": "Consumables",
"175": "Keyboards & Mice",
"176": "Tools",
"177": "Bikes & Accessories",
"178": "Security",
"179": "Dehumidifiers",
"180": "All Cell Phones with Plans",
"181": "Beverage & Wine Coolers",
"182": "Wireless Networking",
"183": "Laundry Detergent & Supplies",
"184": "Appliances",
"185": "Men's Watches",
"186": "Water Sports",
"187": "Freezers",
"188": "Analog Cameras",
"189": "Wine Chillers",
"190": "Geek Squad Connected Home Services",
"191": "Karaoke Software",
"192": "Personal Care",
"193": "Ink",
"194": "Pre-Owned Games",
"195": "Audio / Video Equipment",
"196": "Razer",
"197": "Incase",
"198": "Projectors",
"199": "Car Audio",
"200": "Supports",
"201": "Men Footwear",
"202": "Food",
"203": "Women Footwear",
"204": "Other Sports",
"205": "Ice Cream Makers",
"206": "Mobile Broadband",
"207": "Baby gear",
"208": "Watches",
"209": "Xbox One",
"210": "Video Game Accessories",
"211": "All Beauty",
"212": "Plumbing Accessories",
"213": "Camcorders",
"214": "P&S Camera Chargers",
"215": "Breakfast",
"216": "Sony",
"217": "Wii U",
"218": "Women's Clothing",
"219": "Geek Squad Services",
"220": "Fitness & GPS Watches",
"221": "Hubs",
"222": "Garment Care",
"223": "Recording Equipment",
"224": "Hockey & Ice Skating",
"225": "Phones & Faxes",
"226": "Medicine",
"227": "Refurbished & Pre-Owned Phones",
"228": "Grocery & Gourmet Food",
"229": "Camcorder & Camera Batteries",
"230": "Building supplies",
"231": "Health Monitoring & Testing",
"232": "Xbox 360",
"233": "Rideables & Outdoor Play",
"234": "Double Electric Wall Ovens",
"235": "Computer Accessories & Peripherals",
"236": "Pet Tracking Devices",
"237": "Servers & Thin Clients",
"238": "Printer Accessories",
"239": "Household",
"240": "Musical Instrument Accessories",
"241": "Maternity Apparel",
"242": "Game Guides",
"243": "Jewelry",
"244": "Pets",
"245": "Vitamins & Supplements",
"246": "Car Installation Parts & Accessories",
"247": "Sewing Machines",
"248": "Furniture & Decor",
"249": "Ballistic",
"250": "Magnolia Home Theater",
"251": "Supplies",
"252": "Single Electric Wall Ovens",
"253": "Kicker",
"254": "Custom Parts",
"255": "Camcorder Accessories",
"256": "Video Switchers",
"257": "App-Enabled Toys",
"258": "Headphones",
"259": "Chest Freezers",
"260": "Tablets",
"261": "TV & Home Theater Services",
"262": "All-In-Ones",
"263": "DVDs",
"264": "Games",
"265": "Office software",
"266": "Grills & Ovens",
"267": "Beverages & Water",
"268": "Baby & Children Apparel",
"269": "Other Product Categories",
"270": "Kids' Electronics",
"271": "Skateboarding & Skating",
"272": "Sports Fan Shop",
"273": "Computers & Tablets",
"274": "PlayStation 4",
"275": "Marine & Powersports",
"276": "Cell Phones & Accessories",
"277": "Car Video",
"278": "Musical Instruments",
"279": "PS Vita",
"280": "Car Electronics Professional Installation",
"281": "Auto Accessories",
"282": "Voice Recognition Software",
"283": "Entertainment Gift Cards",
"284": "Office Equipment",
"285": "Vacuum Cleaners & Floor Care",
"286": "Band & Orchestra",
"287": "Toys",
"288": "Apple Watch",
"289": "Carfi Instore Only",
"290": "Air Conditioners",
"291": "Microphones & Live Sound",
"292": "Dishwashers",
"293": "Nikon Cameras",
"294": "Other software",
"295": "Magnolia Accessories",
"296": "Household Essentials",
"297": "Outlet Store",
"298": "Mixers & blenders",
"299": "LG",
"300": "Bath & Body",
"301": "MP Exclusives",
"302": "No-Contract Phones",
"303": "Baseball & Softball",
"304": "Stuffed Animals & Plush Toys",
"305": "DSLR Cameras",
"306": "Game Room",
"307": "Volleyball",
"308": "Office Supplies",
"309": "Classic Video Game Systems",
"310": "Board Games",
"311": "Organic",
"312": "Salamander Designs",
"313": "Hunting",
"314": "PDA Accessories",
"315": "Audio / DJ Equipment",
"316": "Apple",
"317": "Brother",
"318": "Pet Supply",
"319": "Fans",
"320": "IT services",
"321": "All Electronics",
"322": "iPod and MP3 Players",
"323": "Lighting",
"324": "Camera & Camcorder Accessories",
"325": "Men Cosmetics",
"326": "SSD",
"327": "Paper",
"328": "Car & GPS Accessories",
"329": "Air Purifiers",
"330": "Game Downloads",
"331": "Barcode readers & Accessories",
"332": "Books",
"333": "Optical Tools",
"334": "Other Small Appliances",
"335": "Projectors & Screens",
"336": "Air Compressors & Accessories",
"337": "Batteries & Power",
"338": "Magellan GPS",
"339": "Sheet Music & DVDs",
"340": "Scarves and wraps",
"341": "Operating systems",
"342": "Wheels",
"343": "Digital Camera and Camcorder Accessories",
"344": "Camera & Camcorder Services",
"345": "Home Audio Accessories",
"346": "Laptops",
"347": "Electronics",
"348": "Tablet Accessories",
"349": "Assistive Technology",
"350": "Housewares",
"351": "Trail Cameras & Rangefinders",
"352": "Gaming Accessories",
"353": "Best Buy Gift Cards",
"354": "Desktops",
"355": "Video Game Services",
"356": "iPad, Tablet & E-Reader Accessories",
"357": "Projector Accessories",
"358": "Scanners, Faxes & Copiers",
"359": "Ink for Hewlett-Packard",
"360": "Belts",
"361": "iPad & Tablet Accessories",
"362": "In-Store Only",
"363": "XBox_Buy2Get1_20130616",
"364": "Streaming Media Players",
"365": "Fitness Accessories",
"366": "Baby",
"367": "PC Gaming",
"368": "Automotive",
"369": "Christmas Items & Decorations",
"370": "Gadgets",
"371": "Power Tools",
"372": "Electrical & Electronic components",
"373": "Men Lingerie",
"374": "Analog Audio Cables",
"375": "Sunglasses",
"376": "Darts",
"377": "Clothing, Shoes & Jewelry",
"378": "Car Lights & Lighting Accessories",
"379": "Bread Makers",
"380": "Kirkland Signature Grocery",
"381": "Sanus",
"382": "iRobot",
"383": "Motorcycle",
"384": "Plumbing Supplies",
"385": "Unique Gifts",
"386": "Gaming Collections",
"387": "Amps & Effects",
"388": "Cases and Power Supplies",
"389": "Cables & Adapters",
"390": "Drones & Accessories",
"391": "Microsoft",
"392": "Safety Gear",
"393": "Golf",
"394": "Fan Heaters",
"395": "Music",
"396": "Compact Cameras",
"397": "PlayStation 2",
"398": "Home Cinema",
"399": "Juicers",
"400": "Moleskine",
"401": "Deli",
"402": "Monitors",
"403": "Gadget",
"404": "Other Kitchen Appliances",
"405": "Learning & Education",
"406": "Home Improvement",
"407": "Sports",
"408": "Wedding and Bridal Articles",
"409": "Fishing",
"410": "Gift Baskets",
"411": "Cleaning Supplies",
"412": "Microphones",
"413": "Bakery & Desserts",
"414": "Office Electronics",
"415": "Movies & TV Shows",
"416": "Tennis",
"417": "Garden & Outdoors",
"418": "Heating, Cooling & Air Quality",
"419": "Computer Cards & Components",
"420": "External Memory",
"421": "Wireless Systems & Cameras",
"422": "Home Decor",
"423": "Hats and gloves",
"424": "MP Pending",
"425": "Him",
"426": "Baby Products",
"427": "Accessories",
"428": "iPhone",
"429": "Medical Supplies",
"430": "Candy",
"431": "Toasters & Sandwich Makers",
"432": "Collectibles",
"433": "Crafts",
"434": "Industrial & Scientific",
"435": "AV Surge Protection",
"436": "Car Security & Remote Starters",
"437": "Aluminum Tripods",
"438": "Remote controllers",
"439": "Drums & Percussion",
"440": "Moto Accessories",
"441": "Folk Instruments",
"442": "Pantry & Dry Goods",
"443": "Meat & Seafood",
"444": "Car Kits",
"445": "Arts, Crafts & Sewing",
"446": "SteelSeries",
"447": "E-Readers & Accessories",
"448": "Health & Personal Care",
"449": "Computer & Tablet Services",
"450": "Nintendo 2DS",
"451": "Boxing & Martial Arts",
"452": "Wii",
"453": "TV, Movie & Character Toys",
"454": "Binoculars, Telescopes & Optics",
"455": "Appliance Parts & Accessories",
"456": " Category Label",
"457": "System Accessories",
"458": "Fitbit Health & Fitness Products",
"459": "Building Sets & Blocks",
"460": "Sports & Outdoor Recreation",
"461": "Paintball & Airsoft",
"462": "Audio Systems"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
" Category Label": 456,
"3D Multimedia Equipment": 36,
"AT&T": 112,
"AV Surge Protection": 435,
"Accessories": 427,
"Action Figures": 11,
"Activity Trackers & Pedometers": 158,
"Adult": 103,
"Air Compressors & Accessories": 336,
"Air Conditioners": 290,
"Air Purifiers": 329,
"Alcoholic Drinks": 26,
"All Beauty": 211,
"All Cell Phones with Plans": 180,
"All Electronics": 321,
"All-In-Ones": 262,
"Aluminum Tripods": 437,
"Amps & Effects": 387,
"Analog Audio Cables": 374,
"Analog Cameras": 188,
"App-Enabled Toys": 257,
"Apple": 316,
"Apple Watch": 288,
"Appliance Parts & Accessories": 455,
"Appliances": 184,
"Arts, Crafts & Sewing": 445,
"Assistive Technology": 349,
"Audio / DJ Equipment": 315,
"Audio / Video Equipment": 195,
"Audio Systems": 462,
"Auto Accessories": 281,
"Automotive": 368,
"Baby": 366,
"Baby & Children Apparel": 268,
"Baby Products": 426,
"Baby gear": 207,
"Bags & Backpacks": 71,
"Bakery & Desserts": 413,
"Ballistic": 249,
"Band & Orchestra": 286,
"Barcode readers & Accessories": 331,
"Baseball & Softball": 303,
"Basketball": 27,
"Bath & Body": 300,
"Batteries": 96,
"Batteries & Power": 337,
"Beauty": 100,
"Belts": 360,
"Best Buy Gift Cards": 353,
"Beverage & Wine Coolers": 181,
"Beverages & Water": 267,
"Bikes & Accessories": 177,
"Binoculars, Telescopes & Optics": 454,
"Blu-ray & DVD Players": 55,
"Bluetooth & Wireless Speakers": 66,
"Board & Puzzle": 53,
"Board Games": 310,
"Boats & Accessories": 109,
"Body Art": 144,
"Books": 332,
"Boxing & Martial Arts": 451,
"Bread Makers": 379,
"Breakfast": 215,
"Brother": 317,
"Building Sets & Blocks": 459,
"Building supplies": 230,
"Bunk Beds & Mattresses": 121,
"CD Players": 171,
"CPUs": 75,
"Cables & Adapters": 389,
"Calculators": 62,
"Camcorder & Camera Batteries": 229,
"Camcorder Accessories": 255,
"Camcorders": 213,
"Camera & Camcorder Accessories": 324,
"Camera & Camcorder Services": 344,
"Camping": 110,
"Candy": 430,
"Canon": 159,
"Car & Boat Batteries": 21,
"Car & GPS Accessories": 328,
"Car Audio": 199,
"Car Electronics Professional Installation": 280,
"Car Installation Parts & Accessories": 246,
"Car Kits": 444,
"Car Lights & Lighting Accessories": 378,
"Car Safety & Convenience": 1,
"Car Security & Remote Starters": 436,
"Car Video": 277,
"Card Readers": 29,
"Carfi Instore Only": 289,
"Cases and Power Supplies": 388,
"Casino": 164,
"Cell Phone Accessories": 52,
"Cell Phones & Accessories": 276,
"Cell Phones Accessories": 43,
"Chest Freezers": 259,
"Christmas Items & Decorations": 369,
"Classic Video Game Systems": 309,
"Cleaning Supplies": 411,
"Climbing": 54,
"Clothing, Shoes & Jewelry": 377,
"Coffee": 149,
"Coffee Makers & Grinders": 122,
"Collectibles": 432,
"Compact Cameras": 396,
"Computer & Tablet Services": 449,
"Computer Accessories & Peripherals": 235,
"Computer Cards & Components": 419,
"Computers & Tablets": 273,
"Connected Home": 166,
"Consumables": 174,
"Cookers & Ovens": 111,
"Cooling Fans": 0,
"Costumes & Pretend Play": 2,
"Crafts": 433,
"Custom Parts": 254,
"DJ & Lighting Equipment": 18,
"DSLR Cameras": 305,
"DVD & Blu-Ray Players": 148,
"DVDs": 263,
"Darts": 376,
"Dehumidifiers": 179,
"Deli": 401,
"Desktop & All-in-One Computers": 94,
"Desktops": 354,
"Digital Camera Accessories": 51,
"Digital Camera and Camcorder Accessories": 343,
"Digital Cameras": 137,
"Digital Picture Frames": 160,
"Dishwashers": 292,
"Docks, Radios & Boomboxes": 104,
"Double Electric Wall Ovens": 234,
"Drones & Accessories": 390,
"Drums & Percussion": 439,
"E-Readers & Accessories": 447,
"Education": 86,
"Electric Bike & Scooter Accessories": 124,
"Electrical & Electronic components": 372,
"Electronics": 347,
"Entertainment Gift Cards": 283,
"Esoteric and Occult Products": 117,
"Exclusives": 81,
"Exercise Equipment": 92,
"External Memory": 420,
"Fan Heaters": 394,
"Fans": 319,
"Feeding": 50,
"Fishing": 409,
"Fitbit Health & Fitness Products": 458,
"Fitness": 153,
"Fitness & Exercise": 102,
"Fitness & GPS Watches": 220,
"Fitness Accessories": 365,
"Flight": 32,
"Floral": 30,
"Flowers": 162,
"Folk Instruments": 441,
"Food": 202,
"Food Grinders & Mills": 19,
"Food Steamers": 130,
"Football": 24,
"Fragrance": 95,
"Freestanding Gas Ranges": 97,
"Freezers": 187,
"Freezers & Ice Makers": 40,
"Fridge Freezers": 73,
"Fridges": 127,
"Furniture": 20,
"Furniture & Decor": 248,
"GPS Accessories": 157,
"GPS Navigation & Accessories": 56,
"GPS Receivers": 116,
"Gadget": 403,
"Gadgets": 370,
"Game Downloads": 330,
"Game Guides": 242,
"Game Room": 306,
"Games": 264,
"Games, Puzzles & Cards": 44,
"Gaming Accessories": 352,
"Gaming Collections": 386,
"Garage": 163,
"Garden & Outdoors": 417,
"Garment Care": 222,
"Geek Squad Connected Home Services": 190,
"Geek Squad Services": 219,
"Gift Baskets": 410,
"GoPro": 83,
"Golf": 393,
"Grills & Ovens": 266,
"Grocery & Gourmet Food": 228,
"Guitar Accessories": 105,
"Guitars": 89,
"H/VG_X360/Games/B2G1_20130602": 69,
"Hair Care": 170,
"Handbags & Wallets": 133,
"Hats and gloves": 423,
"Headphones": 258,
"Health & Fitness Accessories": 82,
"Health & Personal Care": 448,
"Health & Safety": 58,
"Health Monitoring & Testing": 231,
"Heaters": 87,
"Heating, Cooling & Air Quality": 418,
"Him": 425,
"Hockey & Ice Skating": 224,
"Home Air Conditioners - Inverters": 67,
"Home Audio": 72,
"Home Audio Accessories": 345,
"Home Cinema": 398,
"Home Decor": 422,
"Home Entertainment": 85,
"Home Improvement": 406,
"Home Security & Surveillance": 9,
"Homewear": 136,
"Household": 239,
"Household Essentials": 296,
"Housewares": 350,
"Hubs": 221,
"Humidifiers": 126,
"Hunting": 313,
"IT services": 320,
"Ice Cream Makers": 205,
"In-Store Only": 362,
"Incase": 197,
"Industrial & Scientific": 434,
"Industrial Gear": 123,
"Ink": 193,
"Ink for Hewlett-Packard": 359,
"Irons": 78,
"Irons, Steamers & Sewing Machines": 173,
"Jewelry": 243,
"Juicers": 399,
"Karaoke": 60,
"Karaoke Software": 191,
"Keyboards": 128,
"Keyboards & Mice": 175,
"Kicker": 253,
"Kids' Electronics": 270,
"Kirkland Signature Grocery": 380,
"Kitchen & Dining": 84,
"LG": 299,
"Laptops": 346,
"Laundry Detergent & Supplies": 183,
"Learning & Education": 405,
"Lighting": 323,
"MP Exclusives": 301,
"MP Pending": 424,
"MP3 and MP4 Player Accessories": 99,
"Magazines": 14,
"Magellan GPS": 338,
"Magnolia Accessories": 295,
"Magnolia Home Theater": 250,
"Make-up & Costumes": 156,
"Marine & Powersports": 275,
"Maternity Apparel": 241,
"Measuring & Layout Tools": 161,
"Meat & Seafood": 443,
"Medical Supplies": 429,
"Medicine": 226,
"Memory Cards": 68,
"Men Cosmetics": 325,
"Men Footwear": 201,
"Men Lingerie": 373,
"Men's Clothing": 16,
"Men's Watches": 185,
"Microphones": 412,
"Microphones & Live Sound": 291,
"Microsoft": 391,
"Microwaves": 125,
"Mirrorless Cameras": 165,
"Mixers & blenders": 298,
"Mobile Broadband": 206,
"Mobile Phones": 120,
"Model Kits": 42,
"Moleskine": 400,
"Monitors": 402,
"Moto Accessories": 440,
"Motorcycle": 383,
"Movie & Music Cards": 57,
"Movies & TV Shows": 415,
"Music": 395,
"Music (CDs & Vinyl)": 35,
"Musical Instrument Accessories": 240,
"Musical Instruments": 278,
"Network Accessories": 7,
"Network Adapters": 76,
"Networking & Wireless": 138,
"Nikon Cameras": 293,
"Nintendo 2DS": 450,
"Nintendo 3DS": 12,
"Nintendo DS": 140,
"No-Contract Phones": 302,
"Non-alcoholic drinks": 17,
"Notebook Accessories": 74,
"Office & School Supplies": 65,
"Office Electronics": 414,
"Office Equipment": 284,
"Office Furniture & Storage": 150,
"Office Products": 46,
"Office Supplies": 308,
"Office software": 265,
"Operating systems": 341,
"Optical Supplies & Eyeglasses": 25,
"Optical Tools": 333,
"Organic": 311,
"Other Accessories": 139,
"Other Kitchen Appliances": 404,
"Other Product Categories": 269,
"Other Small Appliances": 334,
"Other Sports": 204,
"Other gifts": 77,
"Other software": 294,
"Outlet Store": 297,
"P&S Camera Chargers": 214,
"PC Gaming": 367,
"PDA Accessories": 314,
"PS Vita": 279,
"PSP": 106,
"Paintball & Airsoft": 461,
"Pantry & Dry Goods": 442,
"Paper": 327,
"Paper & Plastic Products": 34,
"Party Supplies": 90,
"Patio, Lawn & Garden": 141,
"Personal Care": 192,
"Personal Care & Beauty": 4,
"Pet Supplies": 8,
"Pet Supply": 318,
"Pet Tracking Devices": 236,
"Pets": 244,
"Phones & Faxes": 225,
"PlayStation 2": 397,
"PlayStation 3": 38,
"PlayStation 4": 274,
"Plumbing Accessories": 212,
"Plumbing Supplies": 384,
"Poker Tables": 154,
"Portable Audio Services": 113,
"Portable Fitness Electronics": 108,
"Poultry": 39,
"Power Tools": 371,
"Pre-Owned & Trade-In Games": 5,
"Pre-Owned Games": 194,
"Printer Accessories": 238,
"Projector Accessories": 357,
"Projectors": 198,
"Projectors & Screens": 335,
"Radios": 70,
"Ranges, Cooktops & Ovens": 37,
"Razer": 196,
"Recording Equipment": 223,
"Refrigerators": 134,
"Refurbished & Pre-Owned Phones": 227,
"Remote Control Toys": 49,
"Remote Controls": 15,
"Remote controllers": 438,
"Rideables & Outdoor Play": 233,
"Robots & Robotic Kits": 169,
"Routers": 101,
"Rugs Tapestry & Linens": 41,
"SSD": 326,
"Safety Gear": 392,
"Salamander Designs": 312,
"Samsung Galaxy": 22,
"Sanus": 381,
"Scanners, Faxes & Copiers": 358,
"Scarves and wraps": 340,
"Seafood": 172,
"Security": 178,
"Servers": 143,
"Servers & Thin Clients": 237,
"Sewing Machines": 247,
"Sheet Music & DVDs": 339,
"Single Electric Wall Ovens": 252,
"Skateboarding & Skating": 271,
"Small Kitchen Appliances": 93,
"Smart Sports Equipment": 146,
"Smartwatches": 155,
"Snacks": 118,
"Snowboarding & Ski": 79,
"Soccer": 59,
"Software": 88,
"Solar Panels & Accessories": 168,
"Sony": 216,
"Speakers": 107,
"Sports": 407,
"Sports & Outdoor Recreation": 460,
"Sports & Outdoors": 45,
"Sports Fan Shop": 272,
"SteelSeries": 446,
"Stoves & Fireplaces": 115,
"Streaming Media Players": 364,
"Strength & Weight Training": 132,
"Stuffed Animals & Plush Toys": 304,
"Sub Category": 64,
"Sunglasses": 375,
"Supplies": 251,
"Supports": 200,
"Sweets & Chocolate": 28,
"System Accessories": 457,
"TV & Home Theater Accessories": 63,
"TV & Home Theater Services": 261,
"TV Stands, Mounts & Furniture": 61,
"TV, Movie & Character Toys": 453,
"TVs": 80,
"Table tennis": 145,
"Tablet Accessories": 348,
"Tablets": 260,
"Telephones & Communication": 98,
"Televisions": 91,
"Tennis": 416,
"Toasters & Sandwich Makers": 431,
"Tools": 176,
"Tools & Home Improvement": 114,
"Toys": 287,
"Toys & Games": 33,
"Toys to Life": 167,
"Toys, Games & Drones": 142,
"Tracfone": 119,
"Trail Cameras & Rangefinders": 351,
"UPS": 13,
"Unique Gifts": 385,
"Unlocked Cell Phones": 131,
"Vacuum Cleaners": 147,
"Vacuum Cleaners & Floor Care": 285,
"Various Natural Products": 152,
"Video Game Accessories": 210,
"Video Game Services": 355,
"Video Switchers": 256,
"Virtual Reality Headsets": 3,
"Vitamins & Supplements": 245,
"Voice Recognition Software": 282,
"Volleyball": 307,
"Wacom": 47,
"Washers & Dryers": 135,
"Washing Machines": 10,
"Watches": 208,
"Water Sports": 186,
"Wearable Technology Services": 6,
"Wedding and Bridal Articles": 408,
"Wheels": 342,
"Wii": 452,
"Wii U": 217,
"Wine Chillers": 189,
"Wireless Networking": 182,
"Wireless Systems & Cameras": 421,
"Women Cosmetics": 31,
"Women Footwear": 203,
"Women's Clothing": 218,
"Women's Lingerie": 129,
"Women's Watches": 151,
"XBox_Buy2Get1_20130616": 363,
"Xbox 360": 232,
"Xbox One": 209,
"categories": 23,
"iPad & Tablet Accessories": 361,
"iPad, Tablet & E-Reader Accessories": 356,
"iPhone": 428,
"iPod & MP3 Player Accessories": 48,
"iPod and MP3 Players": 322,
"iRobot": 382
},
"layer_norm_eps": 1e-12,
"max_length": 256,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"padding": "max_length",
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.41.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 46982
}
|