selvaonline commited on
Commit
863cca4
·
verified ·
1 Parent(s): 21ca564

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -13,23 +13,23 @@ pinned: false
13
 
14
  This is an enhanced demo of the Shopping Assistant that uses advanced AI models to classify shopping queries and find relevant deals from DealsFinders.com.
15
 
16
- ## Advanced Models
17
 
18
- This demo uses two powerful AI models:
19
 
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
  ## Complete Deals Database
24
 
25
- This demo now automatically fetches and stores all 34,492 deals from DealsFinders.com locally on the Hugging Face space. This comprehensive database 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 comprehensive database of 34,492 deals using semantic search
33
 
34
  ## Examples
35
 
 
13
 
14
  This is an enhanced demo of the Shopping Assistant that uses advanced AI models to classify shopping queries and find relevant deals from DealsFinders.com.
15
 
16
+ ## Optimized Models
17
 
18
+ This demo uses two efficient, lightweight AI models:
19
 
20
+ 1. **facebook/bart-base-mnli** - A compact zero-shot classification model that accurately categorizes shopping queries
21
+ 2. **sentence-transformers/all-MiniLM-L6-v2** - A fast and efficient semantic search model that finds the most relevant deals
22
 
23
  ## Complete Deals Database
24
 
25
+ This demo now automatically fetches and stores deals from DealsFinders.com locally on the Hugging Face space. This comprehensive database of 34495 unique 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 comprehensive database of 34495 deals using semantic search
33
 
34
  ## Examples
35