Skip to content

Commit

Permalink
[0.0.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 29, 2025
1 parent c32d522 commit 7242d66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -36,12 +36,13 @@ The architecture is as follows:
- SFT: Supervised Fine-Tuning
- GRPO: Generative Reinforcement Policy Optimization

-> model -> sft -> grpo -> model

```mermaid
graph TD;
A[SFT] --> B[GRPO]
B --> C[RLHF]
C --> D[RLHF]
A[model] --> B[sft]
B --> C[grpo]
C --> D[reasoningmodel]
```

# License

0 comments on commit 7242d66

Please sign in to comment.