sms1097 commited on
Commit
f5a7aba
·
verified ·
1 Parent(s): 59a8964

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Relevant Model
2
+
3
+ This generates the `is_relevant` token as descirbed in Self-RAG.
4
+
5
+ We are testing to see if a retrieved document is relevant to the user input of our language model.
6
+
7
+ The expected input to the model is:
8
+
9
+ ```
10
+ Instruction:\n{instruction}\nContext:\n{doc}
11
+ ```