Opus-Samantha-Llama-3-8B
Trained on 1xA100
5/11/24: Model has been updated and performs much better
Process
- Original Model: meta-llama/Meta-Llama-3-8B
- Datatset: macadeliccc/opus_samantha
π» Usage
!pip install -qU transformers torch
import transformers
import torch
model_id = "macadeliccc/Opus-Samantha-Llama-3-8B"
pipeline = transformers.pipeline(
pipeline("Hey how are you doing today?")
- Downloads last month
- 132
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.