shinigamiRaj commited on
Commit
1b3466f
·
verified ·
1 Parent(s): b328fea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,7 +1,17 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Vedas-Llama-3.2-3B: Expert Scholar of Vedic Scriptures
3
 
4
- 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 to suit different needs:
5
 
6
  1. **LoRA Adapters**: Small weights to be used with the base model.
7
  2. **Merged 16-bit**: Full model for standard transformers inference.
 
1
+ ---
2
+ license: llama3.2
3
+ base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
4
+ tags:
5
+ - trl
6
+ - unsloth
7
+ - lora
8
+ - vedas
9
+ - religion
10
+ ---
11
 
12
  # Vedas-Llama-3.2-3B: Expert Scholar of Vedic Scriptures
13
 
14
+ 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:
15
 
16
  1. **LoRA Adapters**: Small weights to be used with the base model.
17
  2. **Merged 16-bit**: Full model for standard transformers inference.