Fix typo in jsonformer_experimental.ipynb (#12099)

HuggingFace -> Hugging Face

\
pull/12173/head^2
Ikko Eltociear Ashimine 9 months ago committed by GitHub
parent ace2234391
commit bb137fd6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
"source": [ "source": [
"# JSONFormer\n", "# JSONFormer\n",
"\n", "\n",
"[JSONFormer](https://github.com/1rgs/jsonformer) is a library that wraps local HuggingFace pipeline models for structured decoding of a subset of the JSON Schema.\n", "[JSONFormer](https://github.com/1rgs/jsonformer) is a library that wraps local Hugging Face pipeline models for structured decoding of a subset of the JSON Schema.\n",
"\n", "\n",
"It works by filling in the structure tokens and then sampling the content tokens from the model.\n", "It works by filling in the structure tokens and then sampling the content tokens from the model.\n",
"\n", "\n",
@ -31,7 +31,7 @@
"id": "66bd89f1-8daa-433d-bb8f-5b0b3ae34b00", "id": "66bd89f1-8daa-433d-bb8f-5b0b3ae34b00",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### HuggingFace Baseline\n", "### Hugging Face Baseline\n",
"\n", "\n",
"First, let's establish a qualitative baseline by checking the output of the model without structured decoding." "First, let's establish a qualitative baseline by checking the output of the model without structured decoding."
] ]

Loading…
Cancel
Save