Skip to main content

Predacons

A simple tool to train your llm model on your own dataset using transfer learning from any of the pretrained models available in huggingface transformers library.

Predacons Library

A Python library based on transformers for transfer learning. Offers tools for data processing, model training, and text generation, simplifying the application of advanced ML techniques.
Key features: Data Loading, Text Cleaning, Model Training, Text Generation, Text & Chat Streaming, Embeddings. Compatible with Langchain.

Predacons Agent

An agentic AI library based on Predacons for data analysis using Python notebook agents, web scraping, vector databases, and decision-making.

Predacons Server

An OpenAI API-compatible server built on Predacons to host any Torch and Hugging Face LLM model.
Features: Model Hosting, API Key Authentication, Scalable Architecture, Easy Integration via REST API.

Predacons CLI

A command-line interface for interacting with the Predacons library. Provides a way to load models, generate responses, and manage configurations from the terminal.
Features: Model Management, Interactive Chat (including with vector stores), Web Scraper, Configuration Management.

Predacons GUI

A Gradio-based frontend for Predacons. Provides a visual interface for loading, saving, training, and testing models (Hugging Face and custom).