cortexso/intellect-1
0354
1---2license: other3pipeline_tag: text-generation4tags:5- cortex.cpp6---7 8## Overview9 10Intellect-1 is a high-performance instruction-tuned model developed by Qwen, designed to handle a broad range of natural language processing tasks with efficiency and precision. Optimized for dialogue, reasoning, and knowledge-intensive applications, Intellect-1 excels in structured generation, summarization, and retrieval-augmented tasks. It is part of an open ecosystem, providing transparency in training data, model architecture, and fine-tuning methodologies.11 12 13## Variants14 15| No | Variant | Cortex CLI command |16| --- | --- | --- |17| 1 | [Intellect-1-10b](https://huggingface.co/cortexso/intellect-1/tree/10b) | `cortex run intellect-1:10b` |18 19## Use it with Jan (UI)20 211. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)222. Use in Jan model Hub:23 ```bash24 cortexhub/intellect-125 ```26 27## Use it with Cortex (CLI)28 291. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)302. Run the model with command:31 ```bash32 cortex run intellect-133 ```34 35## Credits36 37- **Author:** Qwen38- **Converter:** [Homebrew](https://homebrew.ltd/)39- **Original License:** [Licence](https://choosealicense.com/licenses/apache-2.0/)40- **Papers:** [Technical Paper](https://github.com/PrimeIntellect-ai/prime)