This commit is contained in:
dx-tan 2024-05-20 10:37:50 +07:00
commit 985e1e504c
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ kvu_model = {
"option": "sbt_v2",
"model": {
"pretrained_model_path": "/workspace/cope2n-ai-fi/weights/layoutxlm-base",
"config": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240503-182151_1/base.yaml",
"checkpoint": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240503-182151_1/checkpoints/best_model.pth"
"config": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240506-175534/base.yaml",
"checkpoint": "/workspace/cope2n-ai-fi/weights/models/sdsvkvu/key_value_understanding_for_sbt-20240506-175534/checkpoints/best_model.pth"
}
}

@ -1 +1 @@
Subproject commit 5eedd64e87c405918ad9fc37cb6163f8d04ce49d
Subproject commit e0355598ca82da176d7a0e1a07f1b8488fd96e3e

@ -1 +1 @@
Subproject commit 5eedd64e87c405918ad9fc37cb6163f8d04ce49d
Subproject commit e0355598ca82da176d7a0e1a07f1b8488fd96e3e

View File

@ -2,7 +2,7 @@ FROM node:21-alpine AS build
WORKDIR /app/
COPY --chown=node:node package*.json ./
RUN npm install -g npm@10.4.0 && npm install
RUN yarn
COPY --chown=node:node . .
RUN npm run build
RUN npm cache clean --force