lugrenl commited on
Commit
72f59e8
1 Parent(s): 2aca839

End of training

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - banking77
7
+ metrics:
8
+ - f1
9
+ model-index:
10
+ - name: bert-base-banking77-pt2
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: banking77
17
+ type: banking77
18
+ config: default
19
+ split: test
20
+ args: default
21
+ metrics:
22
+ - name: F1
23
+ type: f1
24
+ value: 0.9360461829994651
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # bert-base-banking77-pt2
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.3261
35
+ - F1: 0.9360
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 5e-05
55
+ - train_batch_size: 4
56
+ - eval_batch_size: 2
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 3
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
65
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | 0.5369 | 1.0 | 2501 | 0.4475 | 0.8808 |
67
+ | 0.2189 | 2.0 | 5002 | 0.3341 | 0.9290 |
68
+ | 0.1552 | 3.0 | 7503 | 0.3261 | 0.9360 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.27.1
74
+ - Pytorch 2.0.0+cu118
75
+ - Datasets 2.11.0
76
+ - Tokenizers 0.11.0
logs/events.out.tfevents.1681332795.lpc.15640.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fa11ea9842bc47149cedb22de333f21fa34d0e99085f5da6fb8d2e970915f29
3
- size 16002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3cb3fe6afc6912cabaace319899e8b60a295229aaa9af5aa714ddafc8ad2bb3
3
+ size 16356
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff