This project contains a Llama-3.2-3B-Instruct model fine-tuned on ancient Vedic scriptures using Unsloth. The model is available in three formats:
1from unsloth import FastLanguageModel
2model, tokenizer = FastLanguageModel.from_pretrained(
3 model_name = "shinigamiRaj/Vedas-Llama-3.2-3B-LoRA",
4 load_in_4bit = True,
5)
6FastLanguageModel.for_inference(model)
1from transformers import AutoModelForCausalLM, AutoTokenizer
2model = AutoModelForCausalLM.from_pretrained("shinigamiRaj/Vedas-Llama-3.2-3B-Merged")
3tokenizer = AutoTokenizer.from_pretrained("shinigamiRaj/Vedas-Llama-3.2-3B-Merged")
Repo:
shinigamiRaj/Vedas-Llama-3.2-3B-GGUF
Download the
.gguf file and load it into your preferred local LLM runner.
This model is designed for educational exploration of Vedic texts. Verify outputs against primary sources.