Text Generation
GGUF
cortex.cpp
conversational
Minh141120 commited on
Commit
5972468
·
verified ·
1 Parent(s): dd8740d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ## Overview
5
+
6
+ **InternLM** developed and released the [InternLM3-8B-Instruct](https://huggingface.co/internlm/InternLM3-8B-Instruct), an 8-billion parameter instruction-tuned language model designed for general-purpose usage and advanced reasoning tasks. The model delivers state-of-the-art performance on reasoning and knowledge-intensive tasks, outperforming other models like Llama3.1-8B and Qwen2.5-7B. Trained on 4 trillion high-quality tokens, InternLM3 achieves exceptional efficiency, reducing training costs by over 75% compared to other models of similar scale.
7
+
8
+ The model features dual operational modes: a deep thinking mode for solving complex reasoning tasks through long chain-of-thought processes and a normal response mode for fluent and interactive user experiences. These capabilities make InternLM3-8B-Instruct ideal for applications in conversational AI, advanced reasoning, and general-purpose language understanding.
9
+
10
+ ## Variants
11
+
12
+ | No | Variant | Cortex CLI command |
13
+ | --- | --- | --- |
14
+ | 1 | [gguf](https://huggingface.co/cortexso/internlm3-8b-it/tree/main) | `cortex run internlm3-8b-it` |
15
+
16
+ ## Use it with Jan (UI)
17
+
18
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
19
+ 2. Use in Jan model Hub:
20
+ ```text
21
+ cortexso/internlm3-8b-it
22
+ ```
23
+
24
+ ## Use it with Cortex (CLI)
25
+
26
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
27
+ 2. Run the model with command:
28
+ ```bash
29
+ cortex run internlm3-8b-it
30
+ ```
31
+
32
+ ## Credits
33
+
34
+ - **Author:** InternLM
35
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
36
+ - **Original License:** [License](https://huggingface.co/internlm/internlm3-8b-instruct/blob/main/LICENSE.txt)
37
+ - **Papers:** [InternLM2 Technical Report](https://arxiv.org/abs/2403.17297)