Instructions to use ShynBui/comment_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShynBui/comment_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ShynBui/comment_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ShynBui/comment_classification") model = AutoModelForSequenceClassification.from_pretrained("ShynBui/comment_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d451d44e54c97f7a3ba2098da06c554b9037e07b3c2bb934e354dcdf12b97bfe
- Size of remote file:
- 540 MB
- SHA256:
- 95c2c91105feae5f13eaa8b48e0883e990f0c65d9b4625aa4b4d4ca7b75cd670
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.