Dongwei commited on
Commit
74d3f8c
·
verified ·
1 Parent(s): e5d76f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
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).