Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
natolambert committed Feb 7, 2024
1 parent c599c43 commit 6091265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ So far, we have the following tools:
### Per token uterrance reward
This returns the reward per-token to show how the reward evolves over a piece of text.
```
python analysis/per_token_reward.py --model=OpenAssistant/reward-model-deberta-v3-large-v2 --chat_template=raw --text="I love to walk the dog, what do you like?"
python analysis/per_token_reward.py --model=OpenAssistant/reward-model-deberta-v3-large-v2 --text="I love to walk the dog, what do you like?"
```
E.g. with OpenAssistant/reward-model-deberta-v3-large-v2
Reward: -0.544 | Substring: I
Expand Down

0 comments on commit 6091265

Please sign in to comment.