Skip to content
Snippets Groups Projects

Hotfixes

Files

@@ -6,12 +6,12 @@ import torch.nn as nn
from transformers import BertForTokenClassification, BertTokenizerFast, PretrainedConfig
from src.pipelines.actions_based.processing import (
ACTIONS_KEYS,
action_vector,
last_stop_label,
recover_text,
token_labels_to_word_labels,
)
from src.processing import ACTIONS_KEYS
def load_model(
Loading