“It’s not general intelligence; it’s data intelligence on their data.” Learn more about the release of DBRX, a new open-source general-purpose model, as shared by CEO @alighodsi on @technology
LLMS
-
Token Processing Capacity as New Geopolitical Power in AI
By
–
Request discuss this thesis and implications on tech politics and regulation in DC: In the context of AI and national power, the ability to process tokens is the new oil. The nation with an economy of AI that can process the most tokens has the advantage.
-
Wittgenstein’s Language Games and LLM Capabilities Debate
By
–
If you somehow managed to stick to Wittgenstein's beliefs without being swayed by the 80 intermittent years, the observable performance of LLMs should disprove them, but your notion that language games are unavailable to AI suggests that you are profoundly uncurious?
-
GPT-4 Multimodal Training from Original Paper
By
–
It's GPT-4 itself – the GPT-4 model was trained to be multi-modal with images from the start, see the original paper https://
arxiv.org/html/2303.0877
4v6#S4
… -
Wittgenstein’s Tractatus and Programming Language Semantics
By
–
Tractatus tries to establish a direct correspondence between symbols and meaning, akin to programming languages, and programming languages explain how meaning is constructed over automata, but later Wittgenstein did not see a path from function execution to linguistic behavior.
-
GPT-4 Vision OCR: Prompt Engineering Tips for Better Results
By
–
GPT-4 vision doesn't use tesseract. But it sometimes looks like it does, because if you ask ChatGPT to OCR something it often decides to use PyTesseract instead You need to tell GPT-4 "tell me about the text in this image" without mentioning OCR to avoid using Code Interpreter
-
GPT-4 Vision vs Claude 3 for OCR: Tesseract and Textract comparison
By
–
Just seeing what my options are – I usually use Tesseract locally or AWS Textract for harder stuff, was wondering if GPT-4 Vision or Claude 3 could beat those
-
Gemini Pro 1.5 API Plugin Update for LLM Tool
By
–
For anyone who's on the Gemini Pro 1.5 API preview, I've updated the llm-gemini plugin to support it llm install llm-gemini
llm keys set gemini cat really-long-file.txt | llm -m gemini-1.5-pro-latest "summarize this document" -
Switch from Old OpenAI Version to New Claude Notebook
By
–
Seems like you're using the old OpenAI version — make sure you use the new Claude notebook!
