Update prediction.py
Browse files- 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/
|
| 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 |
|