Link to the proper Llama model
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
# Rationalyst
|
8 |
|
9 |
-
This model is a fine-tuned version of the [LLaMa-3-Instruct-8B](https://huggingface.co/
|
10 |
introduced in [RATIONALYST: Pre-training Process-Supervision for Improving Reasoning](https://arxiv.org/pdf/2410.01044). The code for the rationale extraction, model training, and
|
11 |
inference can be found [here](https://github.com/JHU-CLSP/reasoning_world_model).
|
12 |
|
|
|
6 |
|
7 |
# Rationalyst
|
8 |
|
9 |
+
This model is a fine-tuned version of the [LLaMa-3-Instruct-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct). It was
|
10 |
introduced in [RATIONALYST: Pre-training Process-Supervision for Improving Reasoning](https://arxiv.org/pdf/2410.01044). The code for the rationale extraction, model training, and
|
11 |
inference can be found [here](https://github.com/JHU-CLSP/reasoning_world_model).
|
12 |
|