Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🦀
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: blue
|
|
@@ -10,3 +10,7 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LLAMA 3 Rag chat pdf
|
| 3 |
emoji: 🦀
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: blue
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
Used to experimenting RAG using gradientai/Llama-3-8B-Instruct-Gradient-1048k, making chat bot RAG for long documents, and zerogpu max acceptable context lenght (32k context).
|
| 15 |
+
|
| 16 |
+
Original https://huggingface.co/spaces/ModularityAI/LLama3Rag
|