This is a personality-tuned version of Llama 3.1 8B, trained to mimic the conversational style, tone, and slang of Pragnyan Ramtha.
It was fine-tuned on private chat logs using QLoRA and Unsloth to create a lightweight, highly efficient digital twin.Model DetailsModel Description
This model is a LoRA (Low-Rank Adaptation) adapter fine-tuned on the unsloth/llama-3.1-8b-Instruct base model.
It was trained to replicate a specific user's personality ("Pragnyan Ramtha") by learning from real-world conversation history (Instagram/WhatsApp).
It captures nuances, casual sentence structure, and specific personal interests.
The model was optimized for local deployment, trained on a cloud GPU (NVIDIA L4), and quantized to GGUF for efficient inference on consumer hardware via Ollama.
Developed by: Pragnyan Ramtha
Model type: Causal Language Model (Fine-tuned Llama 3.1)
Language(s) (NLP): English (with internet slang/informal syntax)
Finetuned from model: unsloth/llama-3.1-8b-Instruct
Model Sources
Repository: [Link to your Hugging Face Repo]
Base Model: Meta Llama 3.1 8B Instruct
Tech Stack: Unsloth, TRL, PEFT, Ollama
Uses
Direct Use
This model is intended for:
Personality Simulation: Chatting with a digital clone of the creator.
Style Transfer: Generating text in a specific, informal style.Local
Chatbot: Running a highly responsive, personalized assistant on consumer GPUs (RTX 3060/4060).
Out-of-Scope UseFactual Q&A: While based on Llama 3.1, this model is biased towards a specific personality's knowledge and may hallucinate facts to maintain character.
Impersonation: This model should not be used to deceive others into thinking they are speaking to the real person.
Bias, Risks, and Limitations
Training Data Bias: The model reflects the opinions, biases, and language patterns found in the private chat logs used for training.
Language Style: The model often uses informal language, slang, and non-standard grammar, which is a feature, not a bug.
Hallucinations: Like all LLMs, it can generate confident but incorrect information.
How to Get Started with the ModelYou can use this model directly with the peft and transformers library, or download the GGUF version for Ollama.Python Code (Adapter Only)