File size: 615 Bytes
8fe6a6c 42a46b4 4dc531a 8fe6a6c 42a46b4 8fe6a6c 51a1b9e 829c46b 51a1b9e 4dc531a 42a46b4 829c46b 51a1b9e 42a46b4 829c46b 42a46b4 829c46b 42a46b4 38fdb53 829c46b 38fdb53 829c46b 6df3ef1 829c46b 38fdb53 829c46b 42a46b4 829c46b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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
- Original Model: [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
- Datatset: [macadeliccc/opus_samantha](https://huggingface.co/datasets/macadeliccc/opus_samantha)
## 💻 Usage
```python
!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?")
```
|