Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,8 @@ The model evaluates retrieved contexts using the following metrics:
|
|
84 |
|
85 |
## Training Data 📚
|
86 |
|
|
|
|
|
87 |
### Example Training Instance
|
88 |
```json
|
89 |
{
|
@@ -148,11 +150,11 @@ evaluation = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
|
148 |
If you use this model in your research, please cite:
|
149 |
|
150 |
```bibtex
|
151 |
-
@misc{
|
152 |
title={RAG Context Evaluator - Qwen3-8B Fine-tuned},
|
153 |
author={mendrika261},
|
154 |
year={2025},
|
155 |
-
howpublished={\url{https://huggingface.co/
|
156 |
}
|
157 |
```
|
158 |
|
|
|
84 |
|
85 |
## Training Data 📚
|
86 |
|
87 |
+
https://huggingface.co/datasets/constehub/rag-evaluation-dataset
|
88 |
+
|
89 |
### Example Training Instance
|
90 |
```json
|
91 |
{
|
|
|
150 |
If you use this model in your research, please cite:
|
151 |
|
152 |
```bibtex
|
153 |
+
@misc{constehub-rag-evaluator,
|
154 |
title={RAG Context Evaluator - Qwen3-8B Fine-tuned},
|
155 |
author={mendrika261},
|
156 |
year={2025},
|
157 |
+
howpublished={\url{https://huggingface.co/constehub/rag-evaluation}}
|
158 |
}
|
159 |
```
|
160 |
|