Lyte commited on
Commit
e17ae21
1 Parent(s): 18fb372

Link to the proper Llama model

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/bert-base-uncased). 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
 
 
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