suayptalha commited on
Commit
8b97b54
1 Parent(s): 24051c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,9 +8,11 @@ datasets:
8
  language:
9
  - tr
10
  pipeline_tag: text-generation
 
 
11
  ---
12
 
13
- This is a Turkish finetuned Llama-3.1-8B-Instruct model using InstrucTurca dataset in order to increase the capability of modern LLMs.
14
 
15
  Note: These are only LoRA adapters. You should also import the base model itself.
16
 
 
8
  language:
9
  - tr
10
  pipeline_tag: text-generation
11
+ base_model:
12
+ - unsloth/Meta-Llama-3.1-8B
13
  ---
14
 
15
+ This is a Turkish finetuned Llama-3.1-8B model using InstrucTurca dataset in order to increase the Turkish capability of modern LLMs.
16
 
17
  Note: These are only LoRA adapters. You should also import the base model itself.
18