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="theNovaAI/Hypernova-experimental")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("theNovaAI/Hypernova-experimental")
model = AutoModelForMultimodalLM.from_pretrained("theNovaAI/Hypernova-experimental")
Quick Links

Hypernova-experimental

Tried some new stuff this time around. Very different outcome than I expected. This is an experimental model that was created for the development of NovaAI.

Good at chatting and some RP. Sometimes gets characters mixed up. Can occasionally struggle with context.

Quantized model here: theNovaAI/Hypernova-experimental-GPTQ

Prompt Template: Alpaca

Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{prompt}

### Response:

Models Merged

The following models were included in the merge:

Some finetuning done as well

Downloads last month
9
Safetensors
Model size
13B params
Tensor type
F16
Β·
Inference Providers NEW

Model tree for theNovaAI/Hypernova-experimental

Finetuned
(3)
this model
Quantizations
3 models

Spaces using theNovaAI/Hypernova-experimental 9

Collection including theNovaAI/Hypernova-experimental