Skip to content

Commit 1cef541

Browse files
authored
Update README.md
1 parent 60c917b commit 1cef541

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Reward-Model
22
Reward Model training framework for LLM RLHF. For in-depth understanding of Reward modeling, checkout our [blog](https://explodinggradients.com/)
3+
The word nemesis originally meant the distributor of fortune, neither good nor bad, simply in due proportion to each according to what was deserved.
34
### Quick Start
45
* Inference
56
```python
@@ -16,5 +17,7 @@ tokenizer = AutoTokenizer.from_pretrained(MODEL)
1617
python src/training.py --config-name <your-config-name>
1718
```
1819

20+
21+
1922
## Contributions
2023
* All contributions are welcome. Checkout #issues

0 commit comments

Comments
 (0)