Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -10,5 +10,33 @@ pinned: false
|
|
10 |
license: mit
|
11 |
short_description: Ai based search engine
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: mit
|
11 |
short_description: Ai based search engine
|
12 |
---
|
13 |
+
AI Search System
|
14 |
+
This AI Search System uses Microsoft Phi-2 to search the web and provide comprehensive answers with sources. It's optimized to work efficiently on Hugging Face's free tier resources.
|
15 |
+
Features
|
16 |
+
|
17 |
+
π Web search capability using Wikipedia and other sources
|
18 |
+
π‘ AI-generated answers with citations
|
19 |
+
π Source listing with links
|
20 |
+
π Related topics suggestions
|
21 |
+
β‘ Optimized for performance on free tier
|
22 |
+
|
23 |
+
Model
|
24 |
+
This app uses microsoft/phi-2, a powerful yet efficient 2.7B parameter language model that provides excellent reasoning capabilities while being lightweight enough to run on limited resources.
|
25 |
+
How to Use
|
26 |
+
|
27 |
+
Enter your search query in the input box
|
28 |
+
Click "Search" or press Enter
|
29 |
+
Review the answer with citations
|
30 |
+
Check sources for more information
|
31 |
+
Explore related topics by clicking on them
|
32 |
+
|
33 |
+
Optimizations
|
34 |
+
This system is specifically optimized for Hugging Face's free tier:
|
35 |
+
|
36 |
+
Uses the efficient Phi-2 model (2.7B parameters)
|
37 |
+
Implements 4-bit quantization for low memory usage
|
38 |
+
Employs caching for frequent queries
|
39 |
+
Utilizes greedy decoding for faster responses
|
40 |
+
Focuses on reliable data sources
|
41 |
|
42 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|