Instructions to use 8X7K/anime-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 8X7K/anime-sentiment-analysis with Transformers:
# Load model directly from transformers import AutoTokenizer, BertRegressionMulti tokenizer = AutoTokenizer.from_pretrained("8X7K/anime-sentiment-analysis") model = BertRegressionMulti.from_pretrained("8X7K/anime-sentiment-analysis") - Notebooks
- Google Colab
- Kaggle