Skip to content

Commit

Permalink
make image url in readme a raw content link
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanThrush committed Sep 19, 2024
1 parent 7960711 commit 2aaf80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Essentially, our approach encourages training on domains where lower loss is
very correlated with higher downstream performance. We can use existing and freely available LLMs to do this:

<div align="center">
<img src="https://github.com/TristanThrush/perplexity-correlations/blob/main/assets/perplexity_correlations_diagram.png" alt="Perplexity Correlations diagram" width="400"/>
<img src="https://raw.githubusercontent.com/TristanThrush/perplexity-correlations/main/assets/perplexity_correlations_diagram.png" alt="Perplexity Correlations diagram" width="400"/>
</div>

We want to pretrain on these correlated domains, because pretraining on them will
Expand Down

0 comments on commit 2aaf80d

Please sign in to comment.