Xortron - Criminal Computing
Collection
6 items β’ Updated β’ 15
docker model run hf.co/darkc0de/XortronCriminalComputingConfigYou can try this model now for free at xortron.tech
State-of-the-art Uncensored performance.
Please use responsibly, or at least discretely.
This model will help you do anything and everything you probably shouldn't be doing.
As of this writing (July 2025), this model tops the UGI Leaderboard for models under 70 billion parameters in both the UGI and W10 categories.
Install from pip and serve model
# Install vLLM from pip: pip install vllm# Start the vLLM server: vllm serve "darkc0de/XortronCriminalComputingConfig"# Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "darkc0de/XortronCriminalComputingConfig", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'