How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Moraliane/SAINEMO-reMIX" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Moraliane/SAINEMO-reMIX",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Moraliane/SAINEMO-reMIX" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Moraliane/SAINEMO-reMIX",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

SAINEMO-reMIX

SAINEMO-reMIX

GGUF: thx team mradermacher

https://huggingface.co/mradermacher/SAINEMO-reMIX-GGUF

GGUF imatrix

https://huggingface.co/mradermacher/SAINEMO-reMIX-i1-GGUF

learderboard

SAINEMO-reMIX

Presets

The given presets are quite suitable for this model. https://huggingface.co/MarinaraSpaghetti/SillyTavern-Settings/tree/main/Customized/Mistral%20Improved

Sampler

Temp - 0,7 - 1,2 ~
TopA - 0,1
DRY - 0,8 1,75 2 0
I recommend trying the stock presets from SillyTavern, such as simple-1.

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the della_linear merge method using E:\Programs\TextGen\text-generation-webui\models\IlyaGusev_saiga_nemo_12b as a base.

Models Merged

The following models were included in the merge:

  • E:\Programs\TextGen\text-generation-webui\models\elinas_Chronos-Gold-12B-1.0
  • E:\Programs\TextGen\text-generation-webui\models\Vikhrmodels_Vikhr-Nemo-12B-Instruct-R-21-09-24
  • E:\Programs\TextGen\text-generation-webui\models\MarinaraSpaghetti_NemoMix-Unleashed-12B

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: E:\Programs\TextGen\text-generation-webui\models\IlyaGusev_saiga_nemo_12b
    parameters:
      weight: 0.55  # ะžัะฝะพะฒะฝะพะน ะฐะบั†ะตะฝั‚ ะฝะฐ ั€ัƒััะบะพะผ ัะทั‹ะบะต
      density: 0.4
  - model: E:\Programs\TextGen\text-generation-webui\models\MarinaraSpaghetti_NemoMix-Unleashed-12B
    parameters:
      weight: 0.2  # ะ ะŸ ะผะพะดะตะปัŒ, ั‡ัƒั‚ัŒ ะผะตะฝัŒัˆะธะน ะฒะตั ะธะท-ะทะฐ ะพั€ะธะตะฝั‚ะฐั†ะธะธ ะฝะฐ ะฐะฝะณะปะธะนัะบะธะน
      density: 0.4
  - model: E:\Programs\TextGen\text-generation-webui\models\elinas_Chronos-Gold-12B-1.0
    parameters:
      weight: 0.15  # ะ’ั‚ะพั€ะฐั ะ ะŸ ะผะพะดะตะปัŒ
      density: 0.4
  - model: E:\Programs\TextGen\text-generation-webui\models\Vikhrmodels_Vikhr-Nemo-12B-Instruct-R-21-09-24
    parameters:
      weight: 0.25  # ะ ัƒััะบะพัะทั‹ั‡ะฝะฐั ะฟะพะดะดะตั€ะถะบะฐ ะธ ะฑะฐะปะฐะฝั
      density: 0.4

merge_method: della_linear
base_model: E:\Programs\TextGen\text-generation-webui\models\IlyaGusev_saiga_nemo_12b
parameters:
  epsilon: 0.05
  lambda: 1
dtype: float16
tokenizer_source: base
Downloads last month
831
Safetensors
Model size
12B params
Tensor type
F16
ยท
Inference Providers NEW
Input a message to start chatting with Moraliane/SAINEMO-reMIX.

Model tree for Moraliane/SAINEMO-reMIX

Spaces using Moraliane/SAINEMO-reMIX 16

Collection including Moraliane/SAINEMO-reMIX