Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Ecommerce Query Volume Classifier
|
| 3 |
emoji: 🔍
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
app_port: 8501
|
| 8 |
tags:
|
|
@@ -19,3 +19,12 @@ datasets:
|
|
| 19 |
---
|
| 20 |
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Ecommerce Query Volume Classifier
|
| 3 |
emoji: 🔍
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
app_port: 8501
|
| 8 |
tags:
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
|
| 22 |
+
# eCommerce Query Volume Classifier
|
| 23 |
+
|
| 24 |
+
A fine-tuned [DeBERTa v3 base](https://huggingface.co/microsoft/deberta-v3-base) model that predicts the search volume class of ecommerce product queries. Trained on 39.6 million unique queries from the [Amazon Shopping Queries](https://huggingface.co/datasets/amazon/AmazonQAC) dataset spanning 395.5 million search sessions.
|
| 25 |
+
|
| 26 |
+
**Blog post:** [Is Query Length a Reliable Predictor of Search Volume?](https://dejan.ai/blog/query-length-vs-volume/)
|
| 27 |
+
|
| 28 |
+
## Author
|
| 29 |
+
|
| 30 |
+
**Dan Petrovic** — [DEJAN AI](https://dejan.ai/)
|