How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "theNovaAI/Hypernova-experimental"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "theNovaAI/Hypernova-experimental",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/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
25
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