ICICCT 2024
Collection
List of models for ICICCT paper "Performance Insights of Attention-free Language Models in Sentiment Analysis: A Case Study for E-commerce Platforms " • 5 items • Updated
How to use leroyrr/TextCNN with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("leroyrr/TextCNN", dtype="auto")This model has been pushed to the Hub using the PytorchModelHubMixin integration: