Add YAML metadata to model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ModernBERT-base-32k Hallucination Detector
|
| 2 |
|
| 3 |
A hallucination detection model fine-tuned on RAGTruth dataset using extended 32K context ModernBERT.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- hallucination-detection
|
| 8 |
+
- modernbert
|
| 9 |
+
- rag
|
| 10 |
+
- fact-checking
|
| 11 |
+
- token-classification
|
| 12 |
+
datasets:
|
| 13 |
+
- RAGTruth
|
| 14 |
+
base_model: llm-semantic-router/modernbert-base-32k
|
| 15 |
+
pipeline_tag: token-classification
|
| 16 |
+
metrics:
|
| 17 |
+
- f1
|
| 18 |
+
model-index:
|
| 19 |
+
- name: modernbert-base-32k-haldetect
|
| 20 |
+
results:
|
| 21 |
+
- task:
|
| 22 |
+
type: token-classification
|
| 23 |
+
name: Hallucination Detection
|
| 24 |
+
dataset:
|
| 25 |
+
type: RAGTruth
|
| 26 |
+
name: RAGTruth
|
| 27 |
+
metrics:
|
| 28 |
+
- type: f1
|
| 29 |
+
value: 77.49
|
| 30 |
+
name: Example-Level F1
|
| 31 |
+
- type: f1
|
| 32 |
+
value: 51.47
|
| 33 |
+
name: Token-Level F1
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
# ModernBERT-base-32k Hallucination Detector
|
| 37 |
|
| 38 |
A hallucination detection model fine-tuned on RAGTruth dataset using extended 32K context ModernBERT.
|