macadeliccc's picture
Update README.md
51a1b9e verified
metadata
license: apache-2.0
datasets:
  - macadeliccc/opus_samantha

Opus-Samantha-Llama-3-8B

Trained on 1xA100

5/11/24: Model has been updated and performs much better

Process

💻 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?")