mendrika261 commited on
Commit
17591aa
·
verified ·
1 Parent(s): c5e9feb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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{mendrika261-rag-evaluator,
152
  title={RAG Context Evaluator - Qwen3-8B Fine-tuned},
153
  author={mendrika261},
154
  year={2025},
155
- howpublished={\url{https://huggingface.co/mendrika261/rag-evaluation}}
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