home sampling
View code on Github
これは、これらのサンプリング手法を使用した実験です。
18import torch
21class Sampler:
logits
[..., n_tokens]
25 def __call__(self, logits: torch.Tensor) -> torch.Tensor:
31 raise NotImplementedError()