Update model config

This commit is contained in:
dx-tan 2024-04-24 10:38:32 +07:00
parent 178634b059
commit 9eb702dd3b

View File

@ -29,7 +29,7 @@ kvu_model = {
"option": "sbt_v2", "option": "sbt_v2",
"model": { "model": {
"pretrained_model_path": "/workspace/cope2n-ai-fi/weights/layoutxlm-base", "pretrained_model_path": "/workspace/cope2n-ai-fi/weights/layoutxlm-base",
"config": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240315-175030/base.yaml", "config": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240416-153954/base.yaml",
"checkpoint": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240315-175030/checkpoints/best_model.pth" "checkpoint": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240416-153954/checkpoints/best_model.pth"
} }
} }