Added link to dataset on HF
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ language:
|
|
| 5 |
- en
|
| 6 |
base_model:
|
| 7 |
- meta-llama/Llama-3.1-8B-Instruct
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Card for Model ID
|
|
@@ -124,7 +126,7 @@ print(tokenizer.decode(outputs, skip_special_tokens=True))
|
|
| 124 |
### Training Data
|
| 125 |
|
| 126 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 127 |
-
Synthetic (response, evidence, claim, label) examples generated via VeriScore applied to long-form prompts from datasets like Tulu3-Personas. See <a href="https://arxiv.org/abs/2505.16973" style="color:black;">paper</a> for more details.
|
| 128 |
|
| 129 |
### Training Procedure
|
| 130 |
|
|
|
|
| 5 |
- en
|
| 6 |
base_model:
|
| 7 |
- meta-llama/Llama-3.1-8B-Instruct
|
| 8 |
+
datasets:
|
| 9 |
+
- rishanthrajendhran/VeriFastScore
|
| 10 |
---
|
| 11 |
|
| 12 |
# Model Card for Model ID
|
|
|
|
| 126 |
### Training Data
|
| 127 |
|
| 128 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 129 |
+
Synthetic (response, evidence, claim, label) examples generated via VeriScore applied to long-form prompts from datasets like Tulu3-Personas. The dataset is available on <a href="https://huggingface.co/datasets/rishanthrajendhran/VeriFastScore">HuggingFace</a>. See <a href="https://arxiv.org/abs/2505.16973" style="color:black;">paper</a> for more details.
|
| 130 |
|
| 131 |
### Training Procedure
|
| 132 |
|