ebowwa/cognitive-hacking
Viewer • Updated • 1.26k • 28 • 8
How to use ebowwa/cognitive-hacker with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ebowwa/cognitive-hacker", device_map="auto")This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
mistralai/Mistral-7B-v0.3
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ebowwa/cognitive-hacker", device_map="auto")