harryleafchen commited on
Commit
be3f4cf
·
verified ·
1 Parent(s): 699d7c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -4,4 +4,48 @@ language:
4
  - zh
5
  - en
6
  pipeline_tag: text-generation
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - zh
5
  - en
6
  pipeline_tag: text-generation
7
+ library_name: transformers
8
+ ---
9
+
10
+ # PCMind-2.1-Kaiyuan-2B (脑海-2.1-开元-2B)
11
+
12
+ [![License](https://img.shields.io/badge/Code_License-MIT-f5de53?&color=f5de53)](LICENSE)
13
+
14
+ PCMind-2.1-Kaiyuan-2B is a fully-open model.
15
+
16
+ ## Usage
17
+
18
+ The model architecture is similar to [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B),
19
+ and can be easily loaded by libraries like `transformers`.
20
+
21
+ Please use [`demo.py`](demo.py) as an example of use.
22
+
23
+ _Note: This is a pretrained base model only and has not undergone fine-tuning,
24
+ reinforcement learning (RL), or any other post-training procedures.
25
+ It is not designed for direct use as a conversational model or dialogue system.
26
+ To adapt it for specific applications, including chat or instruction-following tasks,
27
+ further training and alignment are required._
28
+
29
+ ## Citation
30
+
31
+ Our technical report is coming soon!
32
+
33
+ ## License
34
+
35
+ The code and model weights of Kaiyuan-2B are licensed under [Apache-2.0 License](LICENSE) with the following copyright notice.
36
+
37
+ ```text
38
+ Copyright 2025 Tsinghua University & Peng Cheng Laboratory
39
+
40
+ Licensed under the Apache License, Version 2.0 (the "License");
41
+ you may not use this file except in compliance with the License.
42
+ You may obtain a copy of the License at
43
+
44
+ http://www.apache.org/licenses/LICENSE-2.0
45
+
46
+ Unless required by applicable law or agreed to in writing, software
47
+ distributed under the License is distributed on an "AS IS" BASIS,
48
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49
+ See the License for the specific language governing permissions and
50
+ limitations under the License.
51
+ ```