File size: 576 Bytes
1aca319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: mit
datasets:
- sms1097/self_rag_tokens_train_data
---
# Utility Model

This generates the `IsUseful` token as descirbed in Self-RAG. 

We are testing to see if an answer is useful to the given user question. We output a score from 1-5 based on how useful the answer is. 

The expected input to the model is:

```
Instruction: {instruction}\nAnswer: {answer}",
```


### Training Results
```
{'eval_loss': 0.4719298779964447, 
'eval_mse': 0.4719298183917999,
'eval_mae': 0.25655537843704224,
'eval_r2': 0.5200293292355334,
'eval_accuracy': 0.9001516683518705}
```