eesfeg commited on
Commit
5f1acdc
Β·
1 Parent(s): bd49845
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ print("Model trained and saved successfully.")
114
  print(f"Dataset integrated. Total rows: {len(combined_ds)}")
115
 
116
  # --- 2. MODEL LOADING ---
117
- MODEL_ID = "abdelac/tinyllama"
118
 
119
  # We assume these are defined globally for the generate_text function
120
  tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)
 
114
  print(f"Dataset integrated. Total rows: {len(combined_ds)}")
115
 
116
  # --- 2. MODEL LOADING ---
117
+ MODEL_ID = "abdelac/Mistral_Test"
118
 
119
  # We assume these are defined globally for the generate_text function
120
  tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)