Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,9 @@ language:
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
|
|
|
|
|
|
16 |
- **Developed by:** R0bfried
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-unsloth-bnb-4bit
|
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
16 |
+
This model was fine-tuned for 3 epochs on the RAG-12.000 dataset to perform better in RAG pipelines.
|
17 |
+
Using RAGAs metrics on own testset, mean performance increased: Faithfulness 0.783 -> 0.822, Answer Correctness 0.591 -> 0.613, Answer Relevance 0.765 -> 0.874 and mean inference time decreased 9.95s -> 6.12s
|
18 |
+
|
19 |
- **Developed by:** R0bfried
|
20 |
- **License:** apache-2.0
|
21 |
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-unsloth-bnb-4bit
|