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