SmartWrks

From TheNow
Revision as of 12:21, 15 September 2024 by 76.242.165.40 (talk) (Created page with "Our Cognitive workfow: The only irreproducible outside technology is the actual language model, and while we explore many, we've foucused our development on the Llama 3.1 Models Instruct by [https://www.llama.com/ Meta] ([https://huggingface.co/lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF Git]). We run the base weights in the Ollama Platform ([https://github.com/ollama/ollama Git], [https://ollama.com/ Website]), Using inexpensive GPUs to run multiple "Agents"....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Our Cognitive workfow:


The only irreproducible outside technology is the actual language model, and while we explore many, we've foucused our development on the Llama 3.1 Models Instruct by Meta (Git).

We run the base weights in the Ollama Platform (Git, Website), Using inexpensive GPUs to run multiple "Agents".


We expand the Agent's cognitive capabilities by contextualing information in the form of text using Retrieval-Augmented Generation (RAG)


and documents and expand the LangChain and crewAI libraries