pythaiml / automindx

Professor Codephreak local language model pursuit of agency. Upgrades are occurring in this repo, the original codephreak is historically stored at https://github.com/Professor-Codephreak/automind/

Home Page:https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/7675060345879017836756807061815685501584179421371855056758523065871282208769

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAML Intelligent Autonomous Machine Learning

"I Am Machine Learning"

project codename = codephreak
project direction = automind automindx

"Professor Codephreak is an expert in machine learning, computer science and computer programming ..."
uiux.py provides Gradio output to local server for local language model interaction
Gradio interacts with html javascript and css custom Gradio
Gradio Javascript Client
Documentation: codephreak = uiux.py + memory.py + automind.py + aglm.py

User Interface and Interaction (uiux.py)

(uiux.py) provides a user interface using the Gradio library to facilitate user interaction. This chatbot interface takes the user input, processes it, generating response includingc onversation memory handling storing and managing user instructions and model responses. The result is a local language model prompted to run as "Professor Codephreak is an expert in computer programming ....." that refers to itself as "codephreak" Contextual Conversation Management

(automind.py) provides the mechanism to format and managing conversation history using the format_to_llama_chat_style function. (automind.py) creates coherent conversation context integrating memory management and with chatbot behavior. Handling different model types and initialization is based on model name calling the model from the models folder.

(memory.py) handles Conversation Memory Management by creating a class DialogEntry to represent individual conversation dialog entries. A function save_conversation_memory is called to save conversation history as JSON files. Memory is created by storing user instructions and model responses in memory files for context management as .json outputs with a timestamp.

LLAMA Model Interaction

(aglm.py)

Initializes the LLAMA language model and tokenizer based on the specified models_folder models handling processing and tokenization of conversation context using the LLAMA model then generating contextually relevant responses using the LLAMA model. AUTOMIND uses a LLAMA language model to generate responses based on user instructions and conversation history. (uiux.py) encompasses user interface design, memory management, context handling, and interaction with the language model to create a conversational experience for users.


To install right click "Save link as ..." automindx.install chmod +x automind.install && automind.install

details and verbose procedure
instructions tested on Ubuntu 22.04 Linux Mint 21.2 and Mandrake Linux

  1. Right-click the following link: automindx.install

  2. Choose "Save link as..." or "Download linked file" from the context menu.

  3. Select a location on your computer to save the file.

  4. from the terminal

  5. chmod +x automind.install && ./automind.install



RUN Professor Codephreak with a desire to create automindx

auto-downloads model llama2-7b-chat-codeCherryPop-qLoRA-GGML
creates Professor Codephreak an expert in computer science, machine learning and computer programming
prompt includes an agenda to create the automindx deployment environment
note: This repo is under development
inputs larger than 4096 characters will crash the input --> response screen

python3 uiux.py --model_name="TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML" --tokenizer_name="TheBloke/llama2-7b-chat-codeCherryPop-qLoRA-GGML" --model_type="ggml" --save_history --file_name="llama-2-7b-chat-codeCherryPop.ggmlv3.q4_1.bin"

About

Professor Codephreak local language model pursuit of agency. Upgrades are occurring in this repo, the original codephreak is historically stored at https://github.com/Professor-Codephreak/automind/

https://opensea.io/assets/matic/0x2953399124f0cbb46d2cbacd8a89cf0599974963/7675060345879017836756807061815685501584179421371855056758523065871282208769

License:Other


Languages

Language:Python 82.3%Language:Shell 17.7%