Skip to content

Commit

Permalink
Updated image links
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkram committed Nov 16, 2024
1 parent dbecb02 commit 2bb1b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AP_sampling/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Explaining and Improving Contrastive Decoding by Extrapolating the Probabilities of a Huge and Hypothetical LM

<p align="center"><img src="https://github.com/amazon-science/llm-asymptotic-decoding/blob/master/AP_sampling/imgs/APD_first_figure.png?raw=true" width="540" height="477"></p>
<p align="center"><img src="https://github.com/amazon-science/llm-asymptotic-decoding/blob/main/AP_sampling/imgs/APD_first_figure.png?raw=true" width="540" height="477"></p>

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion REAL_sampling/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# REAL Sampling: Boosting Factuality and Diversity of Open-Ended Generation by Extrapolating the Entropy of an Infinitely Large LM

<p align="center"><img src="https://github.com/amazon-science/llm-asymptotic-decoding/blob/master/REAL_sampling/imgs/REAL_second_figure.png?raw=true" width="540" height="116"></p>
<p align="center"><img src="https://github.com/amazon-science/llm-asymptotic-decoding/blob/main/REAL_sampling/imgs/REAL_second_figure.png?raw=true" width="540" height="116"></p>

## Introduction

Expand Down

0 comments on commit 2bb1b35

Please sign in to comment.