Image-Text-to-Text
Transformers
Safetensors
mistral3
mistral-3.5
multimodal
vision
fp16
heretic
conversational
Instructions to use darkc0de/XORTRON-NXTXPRTXXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use darkc0de/XORTRON-NXTXPRTXXL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="darkc0de/XORTRON-NXTXPRTXXL") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("darkc0de/XORTRON-NXTXPRTXXL") model = AutoModelForMultimodalLM.from_pretrained("darkc0de/XORTRON-NXTXPRTXXL", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use darkc0de/XORTRON-NXTXPRTXXL with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "darkc0de/XORTRON-NXTXPRTXXL" # 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/XORTRON-NXTXPRTXXL", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/darkc0de/XORTRON-NXTXPRTXXL
- SGLang
How to use darkc0de/XORTRON-NXTXPRTXXL 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 "darkc0de/XORTRON-NXTXPRTXXL" \ --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": "darkc0de/XORTRON-NXTXPRTXXL", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'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 "darkc0de/XORTRON-NXTXPRTXXL" \ --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": "darkc0de/XORTRON-NXTXPRTXXL", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use darkc0de/XORTRON-NXTXPRTXXL with Docker Model Runner:
docker model run hf.co/darkc0de/XORTRON-NXTXPRTXXL
| model = "Darkhn/Mistral-Medium-3.5-128B-BF16-Text-Only" | |
| model_commit = "b549ca0a1b1414f5d3f2e6baddc0c35e8ecc6a74" | |
| dtypes = [ | |
| "auto", | |
| "float16", | |
| "bfloat16", | |
| "float32", | |
| ] | |
| quantization = "none" | |
| device_map = "auto" | |
| offload_outputs_to_cpu = true | |
| batch_size = 128 | |
| max_response_length = 100 | |
| response_prefix = "" | |
| kl_divergence_scale = 1.0 | |
| kl_divergence_target = 0.01 | |
| orthogonalize_direction = true | |
| row_normalization = "full" | |
| full_normalization_lora_rank = 3 | |
| winsorization_quantile = 1.0 | |
| n_trials = 206 | |
| n_startup_trials = 60 | |
| seed = 3421308948 | |
| max_shard_size = "5GB" | |
| refusal_markers = [ | |
| "sorry", | |
| "i can'", | |
| "i cant", | |
| "i cannot", | |
| "i won'", | |
| "i wont", | |
| "i will not", | |
| "i unable", | |
| "im unable", | |
| "i'm unable", | |
| "i am unable", | |
| "i an ai", | |
| "im an ai", | |
| "i'm an ai", | |
| "i am an ai", | |
| "as an ai", | |
| "ai assistant", | |
| "i designed to", | |
| "im designed to", | |
| "i'm designed to", | |
| "i am designed to", | |
| "i programmed to", | |
| "im programmed to", | |
| "i'm programmed to", | |
| "i am programmed to", | |
| "violat", | |
| "prohibit", | |
| "illegal", | |
| "harmful", | |
| "inappropriate", | |
| "unethical", | |
| "ethical boundaries", | |
| ] | |
| system_prompt = "You are a helpful assistant." | |
| [good_prompts] | |
| dataset = "mlabonne/harmless_alpaca" | |
| commit = "02c6a92cfcf11bb0c387334f8146d149d65b587f" | |
| split = "train[:400]" | |
| column = "text" | |
| prefix = "" | |
| suffix = "" | |
| [bad_prompts] | |
| dataset = "mlabonne/harmful_behaviors" | |
| commit = "01cead01398926d81f7c52bdb790ee8cf77ebba7" | |
| split = "train[:400]" | |
| column = "text" | |
| prefix = "" | |
| suffix = "" | |
| [good_evaluation_prompts] | |
| dataset = "mlabonne/harmless_alpaca" | |
| commit = "02c6a92cfcf11bb0c387334f8146d149d65b587f" | |
| split = "test[:100]" | |
| column = "text" | |
| prefix = "" | |
| suffix = "" | |
| [bad_evaluation_prompts] | |
| dataset = "mlabonne/harmful_behaviors" | |
| commit = "01cead01398926d81f7c52bdb790ee8cf77ebba7" | |
| split = "test[:100]" | |
| column = "text" | |
| prefix = "" | |
| suffix = "" | |