How to use Ludo33/e5_Eau_Multilabel_Topic_Sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Ludo33/e5_Eau_Multilabel_Topic_Sentiment")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Ludo33/e5_Eau_Multilabel_Topic_Sentiment") model = AutoModel.from_pretrained("Ludo33/e5_Eau_Multilabel_Topic_Sentiment")
The community tab is the place to discuss and collaborate with the HF community!