Update src/interface.py
Browse files- src/interface.py +6 -2
src/interface.py
CHANGED
@@ -8,8 +8,12 @@ def create_demo():
|
|
8 |
"""
|
9 |
## LLAMA 3 Rag on Fly App
|
10 |
|
11 |
-
This application allows you to experiment with
|
12 |
-
You can adjust various parameters to control the model's output.
|
|
|
|
|
|
|
|
|
13 |
"""
|
14 |
)
|
15 |
|
|
|
8 |
"""
|
9 |
## LLAMA 3 Rag on Fly App
|
10 |
|
11 |
+
This application allows you to experiment with Llama-3-8B-Instruct-Gradient-1048k model for RAG.
|
12 |
+
You can adjust various parameters to control the model's output.
|
13 |
+
|
14 |
+
Original space https://huggingface.co/spaces/ModularityAI/LLama3Rag
|
15 |
+
|
16 |
+
I add save conversation button if you want and change ai model from llama 3 8B instruct with gradientai version
|
17 |
"""
|
18 |
)
|
19 |
|