Rustamshry commited on
Commit
484de70
·
verified ·
1 Parent(s): 981eaa2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
48
  model = PeftModel.from_pretrained(base_model,"Rustamshry/Qwen2.5-3B-Self-Instruct-Turkish")
49
 
50
 
51
- question = ""
52
 
53
  prompt = (
54
  f"### Soru:\n{question}\n\n"
 
48
  model = PeftModel.from_pretrained(base_model,"Rustamshry/Qwen2.5-3B-Self-Instruct-Turkish")
49
 
50
 
51
+ question = "Türkiye'deki sağlık hizmetleri ve hastaneler hakkında genel bir özet oluşturun."
52
 
53
  prompt = (
54
  f"### Soru:\n{question}\n\n"