How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Kquant03/Hippolyta-7B-bf16")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Kquant03/Hippolyta-7B-bf16")
model = AutoModelForCausalLM.from_pretrained("Kquant03/Hippolyta-7B-bf16")
Quick Links

image/jpeg

The flower of Ares.

GGUF files here

Fine-tuned on mistralai/Mistral-7B-v0.1...my team and I reformatted many different datasets and included a small amount of private stuff to see how much we could improve mistral.

I spoke to it personally for about an hour, and I believe we need to work on our format for the private dataset a bit more, but other than that, it turned out great. I will be uploading it to open llm evaluations, today.

  • Uses Mistral prompt template with chat-instruct.
Downloads last month
258
Safetensors
Model size
7B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Kquant03/Hippolyta-7B-bf16

Quantizations
1 model

Datasets used to train Kquant03/Hippolyta-7B-bf16

Spaces using Kquant03/Hippolyta-7B-bf16 9