End of training
Browse files- README.md +15 -10
- model.safetensors +1 -1
- runs/May09_15-39-40_21646139398c/events.out.tfevents.1715269199.21646139398c.23.0 +3 -0
- tokenizer.json +16 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [techthiyanes/chinese_sentiment](https://huggingface.co/techthiyanes/chinese_sentiment) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,17 +42,22 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
| Training Loss | Epoch | Step
|
50 |
-
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [techthiyanes/chinese_sentiment](https://huggingface.co/techthiyanes/chinese_sentiment) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.0006
|
20 |
+
- Accuracy: 0.1399
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 10
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 3.0532 | 1.0 | 3376 | 3.0970 | 0.1370 |
|
52 |
+
| 2.9743 | 2.0 | 6752 | 2.9974 | 0.1423 |
|
53 |
+
| 2.9687 | 3.0 | 10128 | 2.9661 | 0.1427 |
|
54 |
+
| 2.8626 | 4.0 | 13504 | 2.9584 | 0.1419 |
|
55 |
+
| 2.834 | 5.0 | 16880 | 2.9616 | 0.1421 |
|
56 |
+
| 2.7554 | 6.0 | 20256 | 2.9660 | 0.1426 |
|
57 |
+
| 2.7024 | 7.0 | 23632 | 2.9738 | 0.1400 |
|
58 |
+
| 2.6473 | 8.0 | 27008 | 2.9881 | 0.1402 |
|
59 |
+
| 2.6103 | 9.0 | 30384 | 2.9958 | 0.1398 |
|
60 |
+
| 2.5661 | 10.0 | 33760 | 3.0006 | 0.1399 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 409786196
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04f73bd904feee9317a4ab0e5685e4a15dc893e9a4008e9ce6f58f4ab863ee5b
|
3 |
size 409786196
|
runs/May09_15-39-40_21646139398c/events.out.tfevents.1715269199.21646139398c.23.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9152d8f0da8128f46f8941207cbde60709c49d987b0e3a8f7e053ee3a857de7
|
3 |
+
size 737434
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 200,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 200
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "[PAD]"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea76e6b365924ae1598ba7da5bd31953f92e00d96fca83e07388719f40da6b1c
|
3 |
size 4920
|