Skip to content
Snippets Groups Projects

Fix estimation interval

Merged Alexandru-Mihai GHERGHESCU requested to merge fix/estimation_interval into main
2 files
+ 193
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -12,8 +12,8 @@ to adapt as needed. Also see [Custom training](#custom-training).
### Inference
After training a model (or getting hold of one from other sources), there's an
example on how to run inference can be found in `inference.py`. Feel free to
adapt as needed.
example on how to run inference in `inference.py`. It uses nucleus sampling,
with adjustable top-p threshold and temperature values.
## Basic building blocks
Loading