From fff21a0b35c8794cc0a8fcb76e6b7ccd4b894a9a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 24 May 2023 20:41:00 +0900 Subject: [PATCH] Update rellm_experimental.ipynb (#5189) # Your PR Title (What it does) HuggingFace -> Hugging Face --- .../modules/models/llms/integrations/rellm_experimental.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/models/llms/integrations/rellm_experimental.ipynb b/docs/modules/models/llms/integrations/rellm_experimental.ipynb index 395645b5..7e807eef 100644 --- a/docs/modules/models/llms/integrations/rellm_experimental.ipynb +++ b/docs/modules/models/llms/integrations/rellm_experimental.ipynb @@ -7,7 +7,7 @@ "source": [ "# Structured Decoding with RELLM\n", "\n", - "[RELLM](https://github.com/r2d4/rellm) is a library that wraps local HuggingFace pipeline models for structured decoding.\n", + "[RELLM](https://github.com/r2d4/rellm) is a library that wraps local Hugging Face pipeline models for structured decoding.\n", "\n", "It works by generating tokens one at a time. At each step, it masks tokens that don't conform to the provided partial regular expression.\n", "\n", @@ -32,7 +32,7 @@ "id": "66bd89f1-8daa-433d-bb8f-5b0b3ae34b00", "metadata": {}, "source": [ - "### HuggingFace Baseline\n", + "### Hugging Face Baseline\n", "\n", "First, let's establish a qualitative baseline by checking the output of the model without structured decoding." ]