top | item 37946329

(no title)

wastewastewaste | 2 years ago

What is the most capable LLM for summarising stuff like long educational articles perhaps?

discuss

order

dartos|2 years ago

GPT-4 is usually the answer to “which llm is most/best…”

But if the article is longer than the context window, you can try either RWKV or Claud-200k

simonw|2 years ago

Has Claude 200k ever been made available? I've only found ways to access the 100k version.

simonw|2 years ago

GPT-4 if it's less than 8,000 tokens (or 32,000 if you have access to that via the API).

Claude for up to 100,000 tokens.