Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oulianov authored Nov 20, 2024
1 parent 8aade54 commit 61c4162
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ As opposed to RL models, which blindly take actions based on the reward function
# Results

Our experimentations (546 fights so far) led to the following leaderboard.
Each LLM has an ELO score based on its results
Each LLM has an ELO score based on its results.

## Ranking

Expand Down Expand Up @@ -65,7 +65,9 @@ Each LLM has an ELO score based on its results

# Explanation

Each player can be controlled by a multimodal model or an text generating model.
Each player can be controlled by a text generating model or a multimodal model. We call them through API endpoints. Learn more about models:
- [Text generating models](https://huggingface.co/docs/transformers/en/llm_tutorial)
- [**Multimodal LLM** models](https://huggingface.co/blog/vlms)

### TextRobot

Expand Down

0 comments on commit 61c4162

Please sign in to comment.