Spaces:
Runtime error
Runtime error
Update benchmark/__main__.py
Browse files- benchmark/__main__.py +1 -0
benchmark/__main__.py
CHANGED
@@ -33,6 +33,7 @@ def main():
|
|
33 |
|
34 |
wandb.init(
|
35 |
project='HF-Docs-QA',
|
|
|
36 |
name=f'{config.question_answering_model_id} - {config.embedding_model_id} - {config.index_repo_id}',
|
37 |
mode='run', # run/disabled
|
38 |
config=filtered_config
|
|
|
33 |
|
34 |
wandb.init(
|
35 |
project='HF-Docs-QA',
|
36 |
+
entity='hf-qa-bot',
|
37 |
name=f'{config.question_answering_model_id} - {config.embedding_model_id} - {config.index_repo_id}',
|
38 |
mode='run', # run/disabled
|
39 |
config=filtered_config
|