Skip to content
DigitalNeuron

モデル・研究

新しいフロンティアモデル、ベンチマーク、学習手法とその研究。

2 本

What is a context window, and why does it run out?

A context window is the maximum amount of text, measured in tokens, that a model can consider in a single request. It holds the system instructions, the conversation so far, any documents you paste in, and the answer being generated. When the total exceeds the limit, something has to be dropped or summarised.

更新 約4分

RAG(検索拡張生成)とは何か、いつ必要か

検索拡張生成とは、質問に関連する箇所を自社の文書から探し出し、それをモデルのプロンプトに入れて、その内容にもとづいて答えさせる方式である。モデルの重みは変わらない。知識はリクエスト時にコンテキストとして届く。

更新 約4分