Maverick98
commited on
Commit
•
c37e0de
1
Parent(s):
46baf40
Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,22 @@ tags:
|
|
5 |
- text-classification
|
6 |
- image-classification
|
7 |
- emcommerce
|
8 |
-
|
|
|
|
|
9 |
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
-
#
|
13 |
|
14 |
**EcommerceClassifier** is a fine-grained product classifier specifically designed for e-commerce platforms. This model leverages both product images and titles to classify items into one of 434 categories across two primary e-commerce domains: Grocery & Gourmet and Health & Household. All the training classes can be seen the label_to_class.json file
|
15 |
|
|
|
5 |
- text-classification
|
6 |
- image-classification
|
7 |
- emcommerce
|
8 |
+
base_model:
|
9 |
+
- jinaai/jina-embeddings-v2-base-en
|
10 |
+
- microsoft/resnet-50
|
11 |
|
12 |
---
|
13 |
+
<br><br>
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
<img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/603763514de52ff951d89793/AFoybzd5lpBQXEBrQHuTt.png?w=200&h=200&f=face" alt="Finetuner logo: Finetuner helps you to create experiments in order to improve embeddings on search tasks. It accompanies you to deliver the last mile of performance-tuning for neural search applications." width="150px">
|
17 |
+
</p>
|
18 |
+
|
19 |
+
<p align="center">
|
20 |
+
<b>The text embedding set trained by <a href="https://jina.ai/"><b>Jina AI</b></a>.</b>
|
21 |
+
</p>
|
22 |
|
23 |
+
# EcommerceClassifier
|
24 |
|
25 |
**EcommerceClassifier** is a fine-grained product classifier specifically designed for e-commerce platforms. This model leverages both product images and titles to classify items into one of 434 categories across two primary e-commerce domains: Grocery & Gourmet and Health & Household. All the training classes can be seen the label_to_class.json file
|
26 |
|