ytke/chineseChat-ft
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [charent/ChatLM-mini-Chinese](https://huggingface.co/charent/ChatLM-mini-Chinese) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
@@ -52,7 +52,13 @@ The following hyperparameters were used during training:
|
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
| 1.5608 | 0.8 | 1 | 0.9636 |
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [charent/ChatLM-mini-Chinese](https://huggingface.co/charent/ChatLM-mini-Chinese) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5714
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
+
- num_epochs: 10
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
|
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
| 1.5608 | 0.8 | 1 | 0.9636 |
|
55 |
+
| 1.5192 | 1.6 | 2 | 0.9396 |
|
56 |
+
| 1.4317 | 2.4 | 3 | 0.8800 |
|
57 |
+
| 0.6634 | 4.0 | 5 | 0.7525 |
|
58 |
+
| 1.1704 | 4.8 | 6 | 0.6948 |
|
59 |
+
| 1.0617 | 5.6 | 7 | 0.6460 |
|
60 |
+
| 1.0182 | 6.4 | 8 | 0.6089 |
|
61 |
+
| 0.4789 | 8.0 | 10 | 0.5714 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/Jul17_07-43-39_b10206622a04/events.out.tfevents.1721202374.b10206622a04.28512.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a5eed988da964155389991903b955f12ecaf581992dc99bfbd7e54d77bbe755
|
3 |
+
size 9158
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:886cba89f0b776e2105905dbc8660c17cdfd095c0b2e3287f95890cf106aa1d4
|
3 |
size 5112
|