Rename file
This commit is contained in:
parent
85032e0831
commit
f259e82ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Embedding texts that are larger than the model's context length\n",
|
||||
"# Embedding texts that are longer than the model's context length\n",
|
||||
"\n",
|
||||
"All models have a maximum context length for the input text they take in. However, this maximum length is defined in terms of _tokens_ instead of string length. If you are unfamiliar with tokenization, you can check out the [\"How to count tokens with tiktoken\"](How_to_count_tokens_with_tiktoken.ipynb) notebook in this same cookbook.\n",
|
||||
"\n",
|
||||
Loading…
Reference in a new issue