KillerShoaib commited on
Commit
ed29284
1 Parent(s): 6f409e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -28,6 +28,11 @@ base_model: unsloth/llama-3-8b-bnb-4bit
28
  # LoRA Adapter
29
  **This is not the entire model, but rather only the LoRA adapter.**
30
 
 
 
 
 
 
31
  # Model Details
32
 
33
  Llama 3 8 billion model was finetuned using **unsloth** package on a **cleaned Bangla alpaca** dataset. The model is finetuned for **2 epoch** on a single T4 GPU.
 
28
  # LoRA Adapter
29
  **This is not the entire model, but rather only the LoRA adapter.**
30
 
31
+ # Llama-3 Bangla Different Formats
32
+
33
+ - `4-bit quantized(QLoRA)` - [**KillerShoaib/llama-3-8b-bangla-4bit**](https://huggingface.co/KillerShoaib/llama-3-8b-bangla-4bit)
34
+ - `GGUF q4_k_m` - [**KillerShoaib/llama-3-8b-bangla-GGUF-Q4_K_M**](https://huggingface.co/KillerShoaib/llama-3-8b-bangla-GGUF-Q4_K_M)
35
+
36
  # Model Details
37
 
38
  Llama 3 8 billion model was finetuned using **unsloth** package on a **cleaned Bangla alpaca** dataset. The model is finetuned for **2 epoch** on a single T4 GPU.