dd123 commited on
Commit
56d74af
1 Parent(s): a0488a0

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: test_model
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.9143928851356377
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
+ # test_model
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.4471
35
+ - F1: 0.9144
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: 32
56
+ - eval_batch_size: 16
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
+ | 3.2969 | 1.0 | 313 | 1.3181 | 0.7547 |
67
+ | 0.7366 | 2.0 | 626 | 0.5773 | 0.9023 |
68
+ | 0.4286 | 3.0 | 939 | 0.4471 | 0.9144 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.29.1
74
+ - Pytorch 2.0.1+cu117
75
+ - Datasets 2.12.0
76
+ - Tokenizers 0.13.3
logs/events.out.tfevents.1686464346.ls.2317943.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c3c2a84725bb2086e1b637fc9e0169b70fff58d324653de5a4bee1678b3cec0
3
- size 9772
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049e5b9ea706fa00fdc50b296b1bf9ab471d9cee9e9d8064f7ce270aef4fdbb1
3
+ size 11231
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3183d8d83cbdba9bf811c625c4bae23194ebee9cced4b112f1bfa394c7e3bbff
3
  size 438238581
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ce95d40142fadec1989616a2ea02bd9fd309c700dbd9329c120c875fb843795
3
  size 438238581
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
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