Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mvpmaster
/
Mystical-dare7-7b

Text Generation
Transformers
Safetensors
mistral
Merge
mergekit
lazymergekit
mvpmaster/MistralDpoPearl-7b-slerp
Locutusque/NeuralHyperion-2.0-Mistral-7B
SanjiWatsuki/Kunoichi-DPO-v2-7B
mvpmaster/NeuralMaths-lafted-7b-slerp
mvpmaster/NeuralDareDMistralPro-7b-slerp
mvpmaster/kellemar-KrishnaHercules-0.1-7b-slerp
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use mvpmaster/Mystical-dare7-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mvpmaster/Mystical-dare7-7b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="mvpmaster/Mystical-dare7-7b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("mvpmaster/Mystical-dare7-7b")
    model = AutoModelForCausalLM.from_pretrained("mvpmaster/Mystical-dare7-7b")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use mvpmaster/Mystical-dare7-7b with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "mvpmaster/Mystical-dare7-7b"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "mvpmaster/Mystical-dare7-7b",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/mvpmaster/Mystical-dare7-7b
  • SGLang

    How to use mvpmaster/Mystical-dare7-7b with 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 "mvpmaster/Mystical-dare7-7b" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "mvpmaster/Mystical-dare7-7b",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    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 "mvpmaster/Mystical-dare7-7b" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "mvpmaster/Mystical-dare7-7b",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use mvpmaster/Mystical-dare7-7b with Docker Model Runner:

    docker model run hf.co/mvpmaster/Mystical-dare7-7b
  • Browse Quantizations to use this model in llama.cpp, Ollama, LM Studio, or any compatible app.
  • Mystical7dare-7b
    • 🧩 Configuration
    • 💻 Usage

Mystical7dare-7b

Mystical7dare-7b is a merge of the following models using LazyMergekit:

  • mvpmaster/MistralDpoPearl-7b-slerp
  • Locutusque/NeuralHyperion-2.0-Mistral-7B
  • SanjiWatsuki/Kunoichi-DPO-v2-7B
  • mvpmaster/NeuralMaths-lafted-7b-slerp
  • mvpmaster/NeuralDareDMistralPro-7b-slerp
  • mvpmaster/kellemar-KrishnaHercules-0.1-7b-slerp

🧩 Configuration

💻 Usage

Downloads last month
4
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
Text Generation
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mvpmaster/Mystical-dare7-7b

Locutusque/NeuralHyperion-2.0-Mistral-7B
SanjiWatsuki/Kunoichi-DPO-v2-7B
mvpmaster/MistralDpoPearl-7b-slerp
mvpmaster/NeuralDareDMistralPro-7b-slerp
mvpmaster/NeuralMaths-lafted-7b-slerp
mvpmaster/kellemar-KrishnaHercules-0.1-7b-slerp
Merge model
this model
Quantizations
1 model
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs