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