Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,12 +20,16 @@ This demo uses two powerful AI models:
|
|
20 |
1. **facebook/bart-large-mnli** - A zero-shot classification model that accurately categorizes shopping queries
|
21 |
2. **sentence-transformers/all-mpnet-base-v2** - A semantic search model that finds the most relevant deals
|
22 |
|
|
|
|
|
|
|
|
|
23 |
## How to use
|
24 |
|
25 |
1. Enter a shopping query in the text box (e.g., "I'm looking for headphones")
|
26 |
2. Click "Submit" to get the results
|
27 |
3. The model will classify the query into appropriate categories
|
28 |
-
4. The demo will show relevant deals from
|
29 |
|
30 |
## Examples
|
31 |
|
|
|
20 |
1. **facebook/bart-large-mnli** - A zero-shot classification model that accurately categorizes shopping queries
|
21 |
2. **sentence-transformers/all-mpnet-base-v2** - A semantic search model that finds the most relevant deals
|
22 |
|
23 |
+
## Large Deals Database
|
24 |
+
|
25 |
+
This demo now automatically fetches and stores up to 10,000 deals locally on the Hugging Face space. This large database of deals enables much more accurate and relevant search results using semantic search technology.
|
26 |
+
|
27 |
## How to use
|
28 |
|
29 |
1. Enter a shopping query in the text box (e.g., "I'm looking for headphones")
|
30 |
2. Click "Submit" to get the results
|
31 |
3. The model will classify the query into appropriate categories
|
32 |
+
4. The demo will show relevant deals from a database of up to 10,000 deals using semantic search
|
33 |
|
34 |
## Examples
|
35 |
|