Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ This model is designed for **cross-lingual question answering** using Retrieval-
|
|
| 23 |
It can take documents in multiple languages — Urdu, Hindi, Spanish, English — and answer in the same or different language.
|
| 24 |
|
| 25 |
## Key Features
|
| 26 |
-
- **LLM Used:**
|
| 27 |
- **Embedding Model:** `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`
|
| 28 |
- **RAG Pipeline:** FAISS-based vector search + context injection
|
| 29 |
- **Training/Processing:** Implemented entirely in Google Colab using open-source tools only
|
|
|
|
| 23 |
It can take documents in multiple languages — Urdu, Hindi, Spanish, English — and answer in the same or different language.
|
| 24 |
|
| 25 |
## Key Features
|
| 26 |
+
- **LLM Used:** Meta-Llama-3-8B-Instruct
|
| 27 |
- **Embedding Model:** `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`
|
| 28 |
- **RAG Pipeline:** FAISS-based vector search + context injection
|
| 29 |
- **Training/Processing:** Implemented entirely in Google Colab using open-source tools only
|