Instructions to use SamHUNG03/Finetuned-Car-Classifier2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamHUNG03/Finetuned-Car-Classifier2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SamHUNG03/Finetuned-Car-Classifier2") 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("SamHUNG03/Finetuned-Car-Classifier2") model = AutoModelForImageClassification.from_pretrained("SamHUNG03/Finetuned-Car-Classifier2") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -116,7 +116,7 @@
|
|
| 116 |
"193": "Volvo_C30_Hatchback_2012",
|
| 117 |
"194": "Volvo_XC90_SUV_2007",
|
| 118 |
"195": "smart_fortwo_Convertible_2012",
|
| 119 |
-
"2": "
|
| 120 |
"20": "Audi_S6_Sedan_2011",
|
| 121 |
"21": "Audi_TTS_Coupe_2012",
|
| 122 |
"22": "Audi_TT_Hatchback_2011",
|
|
@@ -127,7 +127,7 @@
|
|
| 127 |
"27": "BMW_3_Series_Sedan_2012",
|
| 128 |
"28": "BMW_3_Series_Wagon_2012",
|
| 129 |
"29": "BMW_6_Series_Convertible_2007",
|
| 130 |
-
"3": "
|
| 131 |
"30": "BMW_ActiveHybrid_5_Sedan_2012",
|
| 132 |
"31": "BMW_M3_Coupe_2012",
|
| 133 |
"32": "BMW_M5_Sedan_2010",
|
|
@@ -138,7 +138,7 @@
|
|
| 138 |
"37": "BMW_Z4_Convertible_2012",
|
| 139 |
"38": "Bentley_Arnage_Sedan_2009",
|
| 140 |
"39": "Bentley_Continental_Flying_Spur_Sedan_2007",
|
| 141 |
-
"4": "
|
| 142 |
"40": "Bentley_Continental_GT_Coupe_2007",
|
| 143 |
"41": "Bentley_Continental_GT_Coupe_2012",
|
| 144 |
"42": "Bentley_Continental_Supersports_Conv._Convertible_2012",
|
|
@@ -149,7 +149,7 @@
|
|
| 149 |
"47": "Buick_Rainier_SUV_2007",
|
| 150 |
"48": "Buick_Regal_GS_2012",
|
| 151 |
"49": "Buick_Verano_Sedan_2012",
|
| 152 |
-
"5": "
|
| 153 |
"50": "Cadillac_CTS-V_Sedan_2012",
|
| 154 |
"51": "Cadillac_Escalade_EXT_Crew_Cab_2007",
|
| 155 |
"52": "Cadillac_SRX_SUV_2012",
|
|
|
|
| 116 |
"193": "Volvo_C30_Hatchback_2012",
|
| 117 |
"194": "Volvo_XC90_SUV_2007",
|
| 118 |
"195": "smart_fortwo_Convertible_2012",
|
| 119 |
+
"2": "Audi S4 Sedan 2012",
|
| 120 |
"20": "Audi_S6_Sedan_2011",
|
| 121 |
"21": "Audi_TTS_Coupe_2012",
|
| 122 |
"22": "Audi_TT_Hatchback_2011",
|
|
|
|
| 127 |
"27": "BMW_3_Series_Sedan_2012",
|
| 128 |
"28": "BMW_3_Series_Wagon_2012",
|
| 129 |
"29": "BMW_6_Series_Convertible_2007",
|
| 130 |
+
"3": "Audi S5 Convertible 2012",
|
| 131 |
"30": "BMW_ActiveHybrid_5_Sedan_2012",
|
| 132 |
"31": "BMW_M3_Coupe_2012",
|
| 133 |
"32": "BMW_M5_Sedan_2010",
|
|
|
|
| 138 |
"37": "BMW_Z4_Convertible_2012",
|
| 139 |
"38": "Bentley_Arnage_Sedan_2009",
|
| 140 |
"39": "Bentley_Continental_Flying_Spur_Sedan_2007",
|
| 141 |
+
"4": "Audi S5 Coupe 2012",
|
| 142 |
"40": "Bentley_Continental_GT_Coupe_2007",
|
| 143 |
"41": "Bentley_Continental_GT_Coupe_2012",
|
| 144 |
"42": "Bentley_Continental_Supersports_Conv._Convertible_2012",
|
|
|
|
| 149 |
"47": "Buick_Rainier_SUV_2007",
|
| 150 |
"48": "Buick_Regal_GS_2012",
|
| 151 |
"49": "Buick_Verano_Sedan_2012",
|
| 152 |
+
"5": "Audi TTS Coupe 2012",
|
| 153 |
"50": "Cadillac_CTS-V_Sedan_2012",
|
| 154 |
"51": "Cadillac_Escalade_EXT_Crew_Cab_2007",
|
| 155 |
"52": "Cadillac_SRX_SUV_2012",
|