Update README.md

This commit is contained in:
Michael J Clark
2024-05-14 06:15:28 +08:00
committed by GitHub
parent 0afa3af2d6
commit da8313cce8
+2 -2
View File
@@ -14,9 +14,9 @@ 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 indicated a faithful sampling of the distribution. Time is in seconds.
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.
## Example