MohamedRashad commited on
Commit
b53a0aa
·
verified ·
1 Parent(s): d09bacc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  import gradio as gr
4
  from threading import Thread
5
 
6
- base_model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
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