Hi I’m trying to use a model for inference using the pipeline. When I use the “sentiment-analysis” task, the model seems to run fine in about 10 minutes. However, when I change the task to “text-generation”, the model seems to make no progress at all. Is this behavior normal, does the “text-generation” task take more resources than the “sentiment-analysis” task?
Thanks.