Skip to content
Snippets Groups Projects
Commit bfb44786 authored by zqwerty's avatar zqwerty
Browse files

rm useless import

parent 17229c70
Branches
No related tags found
No related merge requests found
import logging
import os
import torch
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, AutoConfig
from convlab.nlu.nlu import NLU
from convlab.base_models.t5.nlu.serialization import deserialize_dialogue_acts
from convlab.util.custom_util import model_downloader
class T5NLU(NLU):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment