Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
# Rationalyst (with rationales extracted from reasoning datasets)
|
8 |
+
|
9 |
+
This model is a distilled version of the [LLaMa-3-Instruct-8B](https://huggingface.co/bert-base-uncased). It was
|
10 |
+
introduced in RATIONALYST: Supervising Reasoning via Self-Supervised Rationale Extraction. The code for the rationale extraction, model training and
|
11 |
+
inference can be found [here](https://github.com/JHU-CLSP/reasoning_world_model).
|