Skip to content

Commit c59b1d5

Browse files
authored
Feat: Add Hallucination Detection Gatekeeper (#799)
* feat: add hallucination detection gatekeeper Signed-off-by: bitliu <[email protected]> * fix: ci failures Signed-off-by: bitliu <[email protected]> --------- Signed-off-by: bitliu <[email protected]>
1 parent 02d619a commit c59b1d5

File tree

64 files changed

+9487
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+9487
-89
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
*.gif binary
1010
*.ico binary
1111
*.svg binary
12+
*.pdf binary

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,10 @@ dashboard/frontend/index.html.old
158158

159159
# Kind cluster configuration
160160
tools/kind/kind-config.yaml
161+
FaithDial_dataset/
162+
FactCHD_dataset/
163+
164+
# Trained model outputs (should use HuggingFace Hub or model registry)
165+
**/lora_*_model/
166+
**/lora_*_model_rust/
167+
*.safetensors

0 commit comments

Comments
 (0)