Instructions to use NCSOFT/Llama-3-OffsetBias-RM-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NCSOFT/Llama-3-OffsetBias-RM-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NCSOFT/Llama-3-OffsetBias-RM-8B")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NCSOFT/Llama-3-OffsetBias-RM-8B") model = AutoModelForSequenceClassification.from_pretrained("NCSOFT/Llama-3-OffsetBias-RM-8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
About the output of the sample code
2
#3 opened over 1 year ago
by
Tomie0506
Difference in code example between here and github
1
#1 opened almost 2 years ago
by
fabriceyhc