sms1097 commited on
Commit
7b40dd9
·
verified ·
1 Parent(s): 8007485

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -4,5 +4,11 @@ datasets:
4
  - sms1097/self_rag_tokens_train_data
5
  ---
6
 
7
- # Retrieval Prediction Model
8
- Classification model for an instruction model to determine if it requires additional context to answer a question.
 
 
 
 
 
 
 
4
  - sms1097/self_rag_tokens_train_data
5
  ---
6
 
7
+ # Retrieval Model
8
+
9
+ This generates the `Retrieve` token as descirbed in Self-RAG.
10
+
11
+ We are testing to see if a retrieved document is relevant to the user input of our language model.
12
+
13
+ The expected input to the model is just a query posed to the language model.
14
+