Minh141120 commited on
Commit
da160ad
·
verified ·
1 Parent(s): 6068e87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  license: other
 
 
 
3
  ---
4
 
5
  ## Overview
6
 
 
 
 
7
 
8
  ## Variants
9
 
@@ -15,7 +21,7 @@ license: other
15
 
16
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
17
  2. Use in Jan model Hub:
18
- ```
19
  cortexhub/intellect-1
20
  ```
21
 
@@ -23,7 +29,7 @@ license: other
23
 
24
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
25
  2. Run the model with command:
26
- ```
27
  cortex run intellect-1
28
  ```
29
 
 
1
  ---
2
  license: other
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - cortex.cpp
6
  ---
7
 
8
  ## Overview
9
 
10
+ Intellect-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
 
14
  ## Variants
15
 
 
21
 
22
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
23
  2. Use in Jan model Hub:
24
+ ```bash
25
  cortexhub/intellect-1
26
  ```
27
 
 
29
 
30
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
31
  2. Run the model with command:
32
+ ```bash
33
  cortex run intellect-1
34
  ```
35