yanyoyo commited on
Commit
708fb55
·
1 Parent(s): 9cb96d5
Files changed (1) hide show
  1. README.md +42 -1
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - zh
4
+ - en
5
+ tags:
6
+ - internlm
7
+ - llm
8
+ - chat
9
+ - chinese
10
+ - english
11
+ license: apache-2.0
12
+ datasets:
13
+ - internlm/dataset
14
+ model-index:
15
+ - name: InternLM2-5-7B-Chat
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ dataset:
20
+ type: MMLU
21
+ name: MMLU
22
+ metrics:
23
+ - name: Average
24
+ type: Average
25
+ value: 63.7
26
  ---
27
+
28
+ # InternLM2-5-7B-Chat
29
+
30
+ ## Model Description
31
+
32
+ InternLM2-5-7B-Chat 是一个开源的中英双语对话模型,基于 InternLM2 第二代架构开发。该模型采用了更大的训练数据规模、更优的训练策略和全新的对话模板,在多个基准测试上都取得了显著的性能提升。
33
+
34
+ ### Key Features
35
+
36
+ - **参数规模**: 7B
37
+ - **训练数据**: 高质量的中英双语数据集
38
+ - **对话能力**: 更自然的多轮对话体验
39
+ - **知识整合**: 广泛的知识覆盖和准确的知识表达
40
+ - **数学推理**: 优秀的数学解题和推理能力
41
+ - **代码生成**: 支持多种编程语言的代码生成和理解
42
+
43
+ ## Usage
44
+