istiak101 commited on
Commit
a26b5ff
·
verified ·
1 Parent(s): 9f96430

Update prediction.py

Browse files
Files changed (1) hide show
  1. prediction.py +1 -1
prediction.py CHANGED
@@ -12,7 +12,7 @@ load_dotenv()
12
  login(token=os.getenv("HUGGINGFACE_TOKEN"))
13
 
14
  class Prediction:
15
- def __init__(self, model_name="istiak101/bloomz-1b7-chatv3.0"):
16
  """
17
  Initialize the Prediction class with a model name.
18
 
 
12
  login(token=os.getenv("HUGGINGFACE_TOKEN"))
13
 
14
  class Prediction:
15
+ def __init__(self, model_name="istiak101/Qwen1.5-1.8B-Chat-finetunedv1.0"):
16
  """
17
  Initialize the Prediction class with a model name.
18