Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,15 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: internlm/internlm2-chat-7b
|
4 |
-
|
5 |
-
-
|
6 |
-
|
7 |
-
|
8 |
-
- name: 9f100e26-d997-46e8-afee-721977a16ca9
|
9 |
-
results: []
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
This model is a fine-tuned version of [/home/lirenhao/pretrained_models/internlm2-chat-7b/](https://huggingface.co//home/lirenhao/pretrained_models/internlm2-chat-7b/) on the cpsycoun dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -56,4 +51,4 @@ The following hyperparameters were used during training:
|
|
56 |
- Transformers 4.37.1
|
57 |
- Pytorch 2.1.2+cu121
|
58 |
- Datasets 2.16.1
|
59 |
-
- Tokenizers 0.15.1
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
base_model: internlm/internlm2-chat-7b
|
4 |
+
datasets:
|
5 |
+
- CAS-SIAT-XinHai/CPsyCoun
|
6 |
+
language:
|
7 |
+
- zh
|
|
|
|
|
8 |
---
|
9 |
|
10 |
+
# CPsyCounX
|
|
|
11 |
|
12 |
+
This model is a fine-tuned version of [internlm/internlm2-chat-7b](https://huggingface.co/internlm/internlm2-chat-7b) on the cpsycoun dataset.
|
|
|
|
|
13 |
|
14 |
## Model description
|
15 |
|
|
|
51 |
- Transformers 4.37.1
|
52 |
- Pytorch 2.1.2+cu121
|
53 |
- Datasets 2.16.1
|
54 |
+
- Tokenizers 0.15.1
|