Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torch
|
|
3 |
import gradio as gr
|
4 |
from threading import Thread
|
5 |
|
6 |
-
base_model_id = "
|
7 |
new_model_id = "MohamedRashad/Arabic-Orpo-Llama-3-8B-Instruct"
|
8 |
|
9 |
# Reload tokenizer and model
|
|
|
3 |
import gradio as gr
|
4 |
from threading import Thread
|
5 |
|
6 |
+
base_model_id = "NousResearch/Meta-Llama-3-8B-Instruct"
|
7 |
new_model_id = "MohamedRashad/Arabic-Orpo-Llama-3-8B-Instruct"
|
8 |
|
9 |
# Reload tokenizer and model
|