emre570 commited on
Commit
11822f6
1 Parent(s): 72adf1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ datasets:
18
 
19
  This repo contains the fine-tuned model for the Turkish Llama 3 Project and its variants that can be used for different purposes.
20
 
21
- The actual trained model is an adapter model, which is then converted into gguf format using llama.cpp and into .bin format for vLLM.
22
 
23
  You can access the fine-tuning code below.
24
 
 
18
 
19
  This repo contains the fine-tuned model for the Turkish Llama 3 Project and its variants that can be used for different purposes.
20
 
21
+ The actual trained model is an adapter model of [Unsloth's Llama 3-8B quantized model](https://huggingface.co/unsloth/llama-3-8b-bnb-4bit), which is then converted into .gguf format using llama.cpp and into .bin format for vLLM.
22
 
23
  You can access the fine-tuning code below.
24