hyeonddu commited on
Commit
62a9cbe
1 Parent(s): ff1475d

End of training

Browse files
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: F1
23
  type: f1
24
- value: 0.9344723707873441
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the banking77 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.2943
35
- - F1: 0.9345
36
 
37
  ## Model description
38
 
@@ -64,9 +64,9 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
- | 1.0488 | 1.0 | 626 | 0.7690 | 0.8498 |
68
- | 0.378 | 2.0 | 1252 | 0.3683 | 0.9201 |
69
- | 0.1816 | 3.0 | 1878 | 0.2943 | 0.9345 |
70
 
71
 
72
  ### Framework versions
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.9217078065402075
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the banking77 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.3238
35
+ - F1: 0.9217
36
 
37
  ## Model description
38
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
+ | 1.127 | 1.0 | 626 | 0.8050 | 0.8458 |
68
+ | 0.4037 | 2.0 | 1252 | 0.3914 | 0.9121 |
69
+ | 0.1982 | 3.0 | 1878 | 0.3238 | 0.9217 |
70
 
71
 
72
  ### Framework versions
logs/events.out.tfevents.1697169127.ce094b08a757.3790.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60a2ab0289a590dc86ff13e125ec315c8e335da7c2bc86dcc1c7c95a20466cc1
3
- size 11615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00403bad3da4654e2797aba47fa1f87186e3d10eeba09430c21c77353dbf0a67
3
+ size 11969
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
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,