emre570 commited on
Commit
72adf1d
1 Parent(s): 443103f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -14,7 +14,17 @@ library_name: peft
14
  datasets:
15
  - myzens/alpaca-turkish-combined
16
  ---
 
17
 
18
  This repo contains the fine-tuned model for the Turkish Llama 3 Project and its variants that can be used for different purposes.
19
 
20
- The actual trained model is an adapter model, which is then translated into gguf format using llama.cpp and into .bin format for vLLM.
 
 
 
 
 
 
 
 
 
 
14
  datasets:
15
  - myzens/alpaca-turkish-combined
16
  ---
17
+ # Llama 3-8B Turkish Model
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
+
25
+ ## Example Usage
26
+ You can use the adapter model with PEFT.
27
+
28
+ ### **Important Notes**
29
+ - You should use an Alpaca Prompt Template or another template, otherwise you can see generations with no meanings or repeating the same sentence constantly.
30
+ - Use the model with a CUDA supported GPU.