初始化项目,由ModelHub XC社区提供模型

Model: cortexso/deepscaler
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-09 16:53:43 +08:00
commit 2ce1af2397
15 changed files with 126 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
---
license: mit
pipeline_tag: text-generation
tags:
- cortex.cpp
---
## Overview
Deepscaler 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.
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Deepscaler-1.5b](https://huggingface.co/cortexso/deepscaler/tree/1.5b) | cortex run deepscaler:1.5b |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```bash
cortexso/deepscaler
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```bash
cortex run deepscaler
```
## Credits
- **Author:** agentica-org
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [LICENSE](https://huggingface.co/agentica-org/DeepScaleR-1.5B-Preview/blob/main/LICENSE)