Spaces:
Runtime error
Runtime error
fix project name π
Browse files- src/extract_questions.py +1 -1
src/extract_questions.py
CHANGED
@@ -67,7 +67,7 @@ if __name__ == "__main__":
|
|
67 |
# initialize wandb tracer
|
68 |
WandbTracer.init(
|
69 |
{
|
70 |
-
"project":
|
71 |
"job_type": "extract_questions",
|
72 |
"config": asdict(config),
|
73 |
}
|
|
|
67 |
# initialize wandb tracer
|
68 |
WandbTracer.init(
|
69 |
{
|
70 |
+
"project": config.project_name,
|
71 |
"job_type": "extract_questions",
|
72 |
"config": asdict(config),
|
73 |
}
|