MACLAB-HFUT commited on
Commit
2a3248c
·
verified ·
1 Parent(s): 4cba1eb

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -5
README.md CHANGED
@@ -1,10 +1,68 @@
1
  ---
2
  license: other
3
- license_name: tongyi-qianwen
4
- license_link: https://huggingface.co/Qwen/Qwen1.5-14B-Chat/blob/main/LICENSE
 
 
 
 
 
 
5
  ---
6
- # PsycoLLM
7
 
8
- PsycoLLM was developed by MACLAB-HFUT.
 
9
 
10
- This model is based on Qwen1.5-14B-Chat and subject to the [tongyi-qianwen](https://huggingface.co/Qwen/Qwen1.5-14B-Chat/blob/main/LICENSE) license.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ base_model: Qwen/Qwen1.5-14B-Chat
4
+ tags:
5
+ - llama-factory
6
+ - full
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: v2
10
+ results: []
11
  ---
 
12
 
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # v2
17
+
18
+ This model is a fine-tuned version of [Qwen/Qwen1.5-14B-Chat](https://huggingface.co//data/zonepg/models/Qwen/Qwen1.5-14B-Chat) on the QAs, the ds and the dialogue datasets.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3823
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 1
41
+ - eval_batch_size: 1
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 8
45
+ - gradient_accumulation_steps: 16
46
+ - total_train_batch_size: 128
47
+ - total_eval_batch_size: 8
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_steps: 20
51
+ - num_epochs: 3.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.2867 | 0.63 | 100 | 1.2870 |
58
+ | 0.9624 | 1.27 | 200 | 1.2869 |
59
+ | 0.9492 | 1.9 | 300 | 1.2718 |
60
+ | 0.6774 | 2.53 | 400 | 1.3823 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.39.1
66
+ - Pytorch 2.2.1+cu121
67
+ - Datasets 2.18.0
68
+ - Tokenizers 0.15.2