Instructions to use SushantGautam/LogClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SushantGautam/LogClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SushantGautam/LogClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SushantGautam/LogClassification") model = AutoModelForSequenceClassification.from_pretrained("SushantGautam/LogClassification") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
5df7fd1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d58a68c276b56fcc48c165c63f70e5e4d452b4182032a5f7a2d018f4aa1a889
size 17109752
|