Skip to content

Commit

Permalink
refactor: delete specific params
Browse files Browse the repository at this point in the history
  • Loading branch information
paluchasz committed Nov 7, 2024
1 parent 1e03b9b commit 1836f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/examples/conf/multilabel_ner_predict/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ label_list:
]
prediction_config:
_target_: kazu.training.config.PredictionConfig
path: training/models/biomedNLP_1
path: ???
batch_size: 1
stride: 64
max_sequence_length: 512
Expand Down Expand Up @@ -56,4 +56,4 @@ label_studio_manager:
_target_: kazu.annotation.label_studio.LabelStudioManager
project_name: "clean_data"
headers:
Authorization: ~
Authorization: ???

0 comments on commit 1836f1d

Please sign in to comment.