From ed5173705e587b45a8e063c730d7472478fa1790 Mon Sep 17 00:00:00 2001 From: Michael J Clark Date: Tue, 14 May 2024 06:15:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80389b0..da29a49 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pip install git+https://github.com/wassname/prob_jsonformer.git | :----------------------- | ----------: | -------: | | method0: sampling | -3.09214 | 48.5044 | | method1: hindsight | -3.09214 | 0.683987 | -| method3: generation tree | ** -3.09216 **| **0.075112 **| +| method3: generation tree | **-3.09216**| **0.075112**| KL_div_loss is the KL divergence between the true distribution and the generated distribution. Lower is better as it indicates a faithful sampling of the distribution. Time is in seconds.