Skip to content

Commit

Permalink
include model_name in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rvankoert committed Dec 8, 2023
1 parent 8e4b0a4 commit 584addb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,8 @@ def get_config(args, model):
'model': model_layers,
'notes': ' ',
'uuid': str(uuid.uuid4()),
'url-code': 'https://github.com/knaw-huc/loghi'
'url-code': 'https://github.com/knaw-huc/loghi',
'model_name': args.model_name
}
return config

Expand Down

0 comments on commit 584addb

Please sign in to comment.