mr233 commited on
Commit
a3854e0
·
verified ·
1 Parent(s): 56b0e55

Add training data link

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,7 +13,8 @@ language:
13
 
14
  **TokenHD** is a token-level hallucination detector trained on top of [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B) using the TokenHD pipeline. It assigns a hallucination probability to each token in an LLM-generated response, enabling fine-grained localization of errors without requiring predefined step segmentation.
15
 
16
- Code: [github.com/rmin2000/TokenHD](https://github.com/rmin2000/TokenHD)
 
17
 
18
  ---
19
 
 
13
 
14
  **TokenHD** is a token-level hallucination detector trained on top of [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B) using the TokenHD pipeline. It assigns a hallucination probability to each token in an LLM-generated response, enabling fine-grained localization of errors without requiring predefined step segmentation.
15
 
16
+ Code: [github.com/rmin2000/TokenHD](https://github.com/rmin2000/TokenHD)
17
+ Training Data: [mr233/TokenHD-training-data](https://huggingface.co/datasets/mr233/TokenHD-training-data)
18
 
19
  ---
20