From 6dc020ba1f060ba6ad749205d27a571e1e430d97 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 25 Nov 2024 19:36:54 +0900 Subject: [PATCH] docs: update README.md uncertainy -> uncertainty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf95daf..50f6e2eb 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ response = client.chat.completions.create( | Monte Carlo Tree Search | `mcts` | Uses MCTS for decision-making in chat responses | | PV Game | `pvg` | Applies a prover-verifier game approach at inference time | | CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting | -| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainy of tokens during generation | +| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainty of tokens during generation | ## Implemented plugins