Instructions to use ewald1976/Corridor-C-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Local Apps
- Unsloth Studio new
How to use ewald1976/Corridor-C-12B with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ewald1976/Corridor-C-12B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ewald1976/Corridor-C-12B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ewald1976/Corridor-C-12B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="ewald1976/Corridor-C-12B", max_seq_length=2048, )
Corridor-C-12B
Corridor-C-12B is a fine tuned version of PocketDoc/Dans-PersonalityEngine-V1.3.0-12b, developed for public wayfinding systems with strict resource limits and mixed user groups.
It adds a corridor-aware routing layer that uses ceiling height, wall thickness, and pedestrian density to optimize routes through narrow spaces.
The routing layer is disabled by default because it increases memory usage when not needed, and enabled automatically only after three consecutive route requests through corridors.
The voice is lower pitched than the base engine, and less formal in small spaces where pedestrians are close.
It uses a narrower vocabulary to reduce packet size during peak times, but the base vocabulary remains available in private mode.
The model is distributed with a separate routing calibration file that must be updated after one week of use, or when the average route length exceeds 80 meters.
The calibration file is stored on a separate partition and not accessible to the user, but its version number appears in the status bar during routing. The engine has no public release date because it is installed only after corridor calibration completes, and corridor calibration requires at least 25 route requests with active routing layer.
Settings
- temp: 0.5-0.6
- rep pen: 1.05
- min_p: 0.05
- top_p: 0.90-0.95
This model is provided as-is, without warranty of any kind. The creator of this model accepts no responsibility for any content generated by the model, including harmful, offensive, misleading, or otherwise objectionable outputs. You use it at your own risk.
- Downloads last month
- 81
Model tree for ewald1976/Corridor-C-12B
Base model
mistralai/Mistral-Nemo-Base-2407