CoolFace
Modelpublic

cortexso/deepscaler

sourceHugging Facemitupdated 2y agoView on Hugging Face
2likes298downloads
README.md29 linesDownload Raw Back to root
1---2license: mit3pipeline_tag: text-generation4tags:5- cortex.cpp6---7## Overview8Deepscaler is an advanced AI model developed from the agentica-org's DeepScaleR-1.5B-Preview, designed to enhance the efficiency and scalability of various machine learning tasks. Its core purpose is to provide high-quality predictive analytics and data processing capabilities while optimizing resource usage. Deepscaler is particularly useful in scenarios such as natural language processing, computer vision, and more complex data interpretation tasks, making it suitable for applications in industries like finance, healthcare, and entertainment. Users can leverage its performance to achieve faster training times and improved accuracy in their models. Overall, Deepscaler's architecture allows it to deliver robust results with reduced computational overhead, making it an excellent choice for developers and organizations aiming to scale their AI solutions.9## Variants10| No | Variant | Cortex CLI command |11| --- | --- | --- |12| 1 | [Deepscaler-1.5b](https://huggingface.co/cortexso/deepscaler/tree/1.5b) | cortex run deepscaler:1.5b |13## Use it with Jan (UI)141. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)152. Use in Jan model Hub:16    ```bash17    cortexso/deepscaler18    ```19    20## Use it with Cortex (CLI)211. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)222. Run the model with command:23    ```bash24    cortex run deepscaler25    ```26## Credits27- **Author:** agentica-org28- **Converter:** [Homebrew](https://www.homebrew.ltd/)29- **Original License:** [LICENSE](https://huggingface.co/agentica-org/DeepScaleR-1.5B-Preview/blob/main/LICENSE)