Skip to content

Commit

Permalink
fix: typos in readme (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord authored Apr 24, 2024
1 parent 5122e4c commit a7d5de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Welcome to `tti-eval`, a repository for benchmarking text-to-image models **on y

> Evaluate your (or HF) text-to-image embedding models like [CLIP][openai/clip-vit-large-patch14-336] from OpenAI against your (or HF) datasets to estimate how well the model will perform on your classification dataset.
## TLDR;;;
## TLDR

With this library, you can take an embedding model intended for jointly embedding images and tex (like [CLIP][openai/clip-vit-large-patch14-336]) and compute metrics for how well such model performs on classifying your custom dataset.
With this library, you can take an embedding model intended for jointly embedding images and text (like [CLIP][openai/clip-vit-large-patch14-336]) and compute metrics for how well such model performs on classifying your custom dataset.
What you will do is

0. [Install](#installation) `ttl-eval`
Expand Down

0 comments on commit a7d5de7

Please sign in to comment.