Add link to Github repository and research paper
Browse filesThis PR adds a link to the Github repository and research paper, enabling people to find the code and paper easier.
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
datasets:
|
4 |
- jjzha/rt-tokenized
|
5 |
language:
|
6 |
- en
|
7 |
-
base_model:
|
8 |
-
- Qwen/Qwen2.5-3B-Instruct
|
9 |
-
pipeline_tag: text-generation
|
10 |
library_name: transformers
|
|
|
|
|
11 |
tags:
|
12 |
- en
|
13 |
- factuality
|
@@ -49,7 +49,7 @@ This model is released under the [Apache 2.0 license](https://www.apache.org/lic
|
|
49 |
|
50 |
### Research Paper
|
51 |
|
52 |
-
|
53 |
|
54 |
## Intended Use & Limitations
|
55 |
|
@@ -85,6 +85,8 @@ Fine-tuning was performed on the [jjzha/rt-tokenized](https://huggingface.co/dat
|
|
85 |
|
86 |
See paper for results.
|
87 |
|
|
|
|
|
88 |
## Citation
|
89 |
|
90 |
```
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-3B-Instruct
|
4 |
datasets:
|
5 |
- jjzha/rt-tokenized
|
6 |
language:
|
7 |
- en
|
|
|
|
|
|
|
8 |
library_name: transformers
|
9 |
+
license: mit
|
10 |
+
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- en
|
13 |
- factuality
|
|
|
49 |
|
50 |
### Research Paper
|
51 |
|
52 |
+
[Scaling Reasoning can Improve Factuality in Large Language Models](https://huggingface.co/papers/2505.11140)
|
53 |
|
54 |
## Intended Use & Limitations
|
55 |
|
|
|
85 |
|
86 |
See paper for results.
|
87 |
|
88 |
+
Code for training and evaluating this model can be found at https://github.com/jzha2/fs1
|
89 |
+
|
90 |
## Citation
|
91 |
|
92 |
```
|