From 4cf1d74e6d2d21cd27777f693c6f7c31d9cf4445 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Mon, 8 Aug 2022 12:27:11 +0530 Subject: [PATCH] sampling links --- docs/index.html | 5 ++++ docs/sampling/greedy.html | 13 +++++----- docs/sampling/nucleus.html | 41 ++++++++++++++++---------------- docs/sampling/temperature.html | 21 ++++++++-------- docs/sampling/top_k.html | 25 +++++++++---------- docs/sitemap.xml | 14 +++++------ labml_nn/__init__.py | 6 +++++ labml_nn/sampling/greedy.py | 2 ++ labml_nn/sampling/nucleus.py | 2 ++ labml_nn/sampling/temperature.py | 2 ++ labml_nn/sampling/top_k.py | 2 ++ readme.md | 6 +++++ 12 files changed, 84 insertions(+), 55 deletions(-) diff --git a/docs/index.html b/docs/index.html index c82ae65f..65439c25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -149,6 +149,11 @@

Activations

+

Sampling Techniques

+

Highlighted Research Paper PDFs