Spaces:
Sleeping
Sleeping
4b+0.6b
Browse files
app.py
CHANGED
|
@@ -593,12 +593,12 @@ def main():
|
|
| 593 |
|
| 594 |
# Initialize models
|
| 595 |
# C2C-S: qwen3_0.6b+qwen2.5_0.5b_Fuser
|
| 596 |
-
context_model_name = "Qwen/Qwen2.5-0.5B-Instruct"
|
| 597 |
-
c2c_checkpoint_path = "local/checkpoints/qwen3_0.6b+qwen2.5_0.5b_Fuser"
|
| 598 |
|
| 599 |
# C2C-L: qwen3_0.6b+qwen2.5_0.5b_Fuser_large
|
| 600 |
-
|
| 601 |
-
|
| 602 |
|
| 603 |
answer_model_name = "Qwen/Qwen3-0.6B"
|
| 604 |
model_manager = ModelManager(
|
|
|
|
| 593 |
|
| 594 |
# Initialize models
|
| 595 |
# C2C-S: qwen3_0.6b+qwen2.5_0.5b_Fuser
|
| 596 |
+
# context_model_name = "Qwen/Qwen2.5-0.5B-Instruct"
|
| 597 |
+
# c2c_checkpoint_path = "local/checkpoints/qwen3_0.6b+qwen2.5_0.5b_Fuser"
|
| 598 |
|
| 599 |
# C2C-L: qwen3_0.6b+qwen2.5_0.5b_Fuser_large
|
| 600 |
+
context_model_name = "Qwen/Qwen3-4B-Base"
|
| 601 |
+
c2c_checkpoint_path = "local/checkpoints/qwen3_0.6b+qwen3_4b_base_Fuser"
|
| 602 |
|
| 603 |
answer_model_name = "Qwen/Qwen3-0.6B"
|
| 604 |
model_manager = ModelManager(
|