Text Classification
Transformers
Safetensors
longformer
reward-model
reranking
literary-style
faithfulness
Instructions to use 3rd-Degree-Burn/LongformerRM-Unison with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 3rd-Degree-Burn/LongformerRM-Unison with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="3rd-Degree-Burn/LongformerRM-Unison")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("3rd-Degree-Burn/LongformerRM-Unison") model = AutoModelForSequenceClassification.from_pretrained("3rd-Degree-Burn/LongformerRM-Unison") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
978c674 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:832cbd1d8fc4636ee25d0e16ea97e5fc6c54c12068318296ad9d45bd89998043
size 5777
|