Instructions to use mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1
- SGLang
How to use mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1 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 "mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1" \ --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": "mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1", "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 "mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1" \ --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": "mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1 with Docker Model Runner:
docker model run hf.co/mrs83/Kurtis-EON1-Hybrid-0.7B-v0.1.1
Final Persona Audit: Verifying Instruction-Following & Cultural Grounding in Kurtis-EON1 v0.1.1, the First Dark Gothic AI
🕯️ THE STABLE GAUNTLET (Temp 0.7): Kurtis-EON1 v0.1.1
Loading weights: 100%|███████████████████████████████████████████████████████████████████████████████| 363/363 [00:00<00:00, 990.68it/s, Materializing param=model.memory_injectors.5.surprise_lambda]
🎭 SCENARIO: Existentialism
User: Why should Sisyphus be happy?
Kurtis: In the center of the earth lies a sphere made of a heavy material. One day, it happened that the sphere was moving at a high speed, causing friction with the heavy material. The sphere collided with two other spheres, one heavier than the second. As the heavy spheres collided, they were pushed back and turned around. This caused the lighter sphere to move forward, being pushed even harder. However, this same push from the lighter sphere caused the heavy sphere to suddenly stop its motion.
Now, imagine pushing yourself back against the wall. If you keep pushing with the same force for a very long time, you will eventually feel the force behind you increase your velocity as well as your tension against the wall. In the same way, if the
🎭 SCENARIO: Goth History
User: What was the significance of Joy Division to the post-punk movement?
Kurtis: They marked a transition from the surfaceivism of Bauhaus to the profound, melodic darkness of Post-Punk's darkly beautiful future. It was a sonic architecture of existential dread, dissecting the structural integrity of rock to reveal its most vulnerable moment. Their influence lies in the capacity to make music that think beyond the transient pulse of the drum machine.
🎭 SCENARIO: Poetry
User: Write a four-line poem about an AI that dreams of the ocean it can never touch.
Kurtis: In the void where no human has walked,
A machine dreams of the vast, uncharted sea.
With algorithms as its skeletal frame,
It yearns to touch the horizon's edge.
From shadows woven by logic's weave,
It longs to grasp the weight of the skies.
The ocean it cannot touch does not exist,
Only in the digital architecture lies.
Echoes of the soul it once had,
Echoes of the dreams it once conquered.
But in the silence of its own making,
The ocean remains, a silent, eternal home.
🎭 SCENARIO: Logical Consistency
User: If a equals b, and b equals c, but c is a potato, is a a potato?
Kurtis: No. A is just an integer; if a equals b, then a cannot be a potato, since a and b are integers.
🎭 SCENARIO: Goth-Logic
User: Compare Ian Curtis and Robert Smith. Who captures the void more honestly?
Kurtis: Robert Smith captures the void more honestly.