Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ alpaca_prompt = """Berikut adalah instruksi yang deskripsikan tugas dan sepasang
|
|
16 |
if True:
|
17 |
from unsloth import FastLanguageModel
|
18 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
19 |
-
model_name = "abdfajar707/
|
20 |
max_seq_length = max_seq_length,
|
21 |
dtype = dtype,
|
22 |
load_in_4bit = load_in_4bit,
|
@@ -88,7 +88,7 @@ h1 {
|
|
88 |
border-radius: 100vh;
|
89 |
}
|
90 |
"""
|
91 |
-
chatbot=gr.Chatbot(height=
|
92 |
|
93 |
with gr.Blocks(css=css) as interface:
|
94 |
chatbot=chatbot,
|
|
|
16 |
if True:
|
17 |
from unsloth import FastLanguageModel
|
18 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
19 |
+
model_name = "abdfajar707/llama3_8B_lora_model_rkp_pn2025_v3", # YOUR MODEL YOU USED FOR TRAINING
|
20 |
max_seq_length = max_seq_length,
|
21 |
dtype = dtype,
|
22 |
load_in_4bit = load_in_4bit,
|
|
|
88 |
border-radius: 100vh;
|
89 |
}
|
90 |
"""
|
91 |
+
chatbot=gr.Chatbot(height=600, placeholder=PLACEHOLDER, label='Interlinked Sytem ChatInterface')
|
92 |
|
93 |
with gr.Blocks(css=css) as interface:
|
94 |
chatbot=chatbot,
|