first_seen TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, last_seen TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, created_at TIMESTAMP NOT NULL DEFAULT CURRENT ...
The project premise is to fine tune an open source LLM like Llama 2 with a specific dataset. The goal is to train the model with natural language prompts in order to generate sql queries to our ...