LilaEdwards commited on
Commit
29a102f
·
verified ·
1 Parent(s): 0ee6c0b

Update model_evaluation.py

Browse files
Files changed (1) hide show
  1. model_evaluation.py +1 -1
model_evaluation.py CHANGED
@@ -20,7 +20,7 @@ try:
20
  gpt_model = pipeline("text-generation", model=gpt2_model_name)
21
  print("Models loaded successfully.")
22
  except Exception as e:
23
- print(f"Failed to load models: {e}")
24
 
25
  def load_and_preprocess_text(filename):
26
  """
 
20
  gpt_model = pipeline("text-generation", model=gpt2_model_name)
21
  print("Models loaded successfully.")
22
  except Exception as e:
23
+ print("Failed to load models:{e}")
24
 
25
  def load_and_preprocess_text(filename):
26
  """