End of training
Browse files
README.md
CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# test_model
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,23 +36,21 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
-
- train_batch_size:
|
41 |
- eval_batch_size: 16
|
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 | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
| 0.
|
54 |
-
| 0.5925 | 4.0 | 704 | 1.6452 | 0.5738 |
|
55 |
-
| 0.3718 | 5.0 | 880 | 1.6950 | 0.5730 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
# test_model
|
16 |
|
17 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.2432
|
20 |
+
- F1: 0.6031
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 32
|
41 |
- eval_batch_size: 16
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 3
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 1.7459 | 1.0 | 351 | 1.2432 | 0.6031 |
|
52 |
+
| 1.0147 | 2.0 | 702 | 1.3064 | 0.5944 |
|
53 |
+
| 0.7209 | 3.0 | 1053 | 1.3832 | 0.5969 |
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
logs/events.out.tfevents.1686802202.ls.3992184.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad161c62ada63f1f6c31fe289f1a06fec24ef72597c6abc3ad120a5a062fb7ba
|
3 |
+
size 6536
|
logs/events.out.tfevents.1686802505.ls.3992184.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c6a6088a043b55601a45dba6dde2d0b1dcaddef6c7ab13a65960e396f424364
|
3 |
+
size 405
|
tokenizer_config.json
CHANGED
@@ -8,6 +8,6 @@
|
|
8 |
"special_tokens_map_file": null,
|
9 |
"strip_accents": null,
|
10 |
"tokenize_chinese_chars": true,
|
11 |
-
"tokenizer_class": "
|
12 |
"unk_token": "[UNK]"
|
13 |
}
|
|
|
8 |
"special_tokens_map_file": null,
|
9 |
"strip_accents": null,
|
10 |
"tokenize_chinese_chars": true,
|
11 |
+
"tokenizer_class": "BertTokenizer",
|
12 |
"unk_token": "[UNK]"
|
13 |
}
|