Modifying class mappings for TextLearner

Hi there, I have a pickled DataLoaders object that I’m loading from disk. I’m using this and the saved weights to instantiate a new TextLearner using the text_classifier_learner function. Is it possible to change the strings corresponding to the predicted classes from those defined in the DataLoaders object? I see that the DataLoaders object has the values[1] attribute corresponding to the classes but I’m not sure how to change this to a new list of class string names. Any help would be greatly appreciated!