Text Classification
Transformers
Safetensors
English
llama
RLHF
Nexusflow
Athene
Reward Model
text-embeddings-inference
Instructions to use Nexusflow/Athene-RM-70B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nexusflow/Athene-RM-70B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Nexusflow/Athene-RM-70B")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Nexusflow/Athene-RM-70B") model = AutoModelForSequenceClassification.from_pretrained("Nexusflow/Athene-RM-70B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
60c338b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e57ed4e0604453dc01cfe93104281dca6f8bf49afaf877818e16f23e3a1c1a81
size 4999711728
|