Souvik123 commited on
Commit
1c076bf
1 Parent(s): 5e34336

End of training

Browse files
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: bankstatementmodelver1
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # bankstatementmodelver1
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 5.9506
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.01
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 11
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 40
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-----:|:---------------:|
47
+ | No log | 1.0 | 250 | 5.9506 |
48
+ | 5.9757 | 2.0 | 500 | 5.9506 |
49
+ | 5.9757 | 3.0 | 750 | 5.9506 |
50
+ | 5.9729 | 4.0 | 1000 | 5.9506 |
51
+ | 5.9729 | 5.0 | 1250 | 5.9506 |
52
+ | 5.9635 | 6.0 | 1500 | 5.9506 |
53
+ | 5.9635 | 7.0 | 1750 | 5.9506 |
54
+ | 5.9611 | 8.0 | 2000 | 5.9506 |
55
+ | 5.9611 | 9.0 | 2250 | 5.9506 |
56
+ | 5.9607 | 10.0 | 2500 | 5.9506 |
57
+ | 5.9607 | 11.0 | 2750 | 5.9506 |
58
+ | 5.96 | 12.0 | 3000 | 5.9506 |
59
+ | 5.96 | 13.0 | 3250 | 5.9506 |
60
+ | 5.9608 | 14.0 | 3500 | 5.9506 |
61
+ | 5.9608 | 15.0 | 3750 | 5.9506 |
62
+ | 5.9588 | 16.0 | 4000 | 5.9506 |
63
+ | 5.9588 | 17.0 | 4250 | 5.9506 |
64
+ | 5.9584 | 18.0 | 4500 | 5.9506 |
65
+ | 5.9584 | 19.0 | 4750 | 5.9506 |
66
+ | 5.9581 | 20.0 | 5000 | 5.9506 |
67
+ | 5.9581 | 21.0 | 5250 | 5.9506 |
68
+ | 5.9558 | 22.0 | 5500 | 5.9506 |
69
+ | 5.9558 | 23.0 | 5750 | 5.9506 |
70
+ | 5.9558 | 24.0 | 6000 | 5.9506 |
71
+ | 5.9558 | 25.0 | 6250 | 5.9506 |
72
+ | 5.9557 | 26.0 | 6500 | 5.9506 |
73
+ | 5.9557 | 27.0 | 6750 | 5.9506 |
74
+ | 5.955 | 28.0 | 7000 | 5.9506 |
75
+ | 5.955 | 29.0 | 7250 | 5.9506 |
76
+ | 5.9537 | 30.0 | 7500 | 5.9506 |
77
+ | 5.9537 | 31.0 | 7750 | 5.9506 |
78
+ | 5.9535 | 32.0 | 8000 | 5.9506 |
79
+ | 5.9535 | 33.0 | 8250 | 5.9506 |
80
+ | 5.9528 | 34.0 | 8500 | 5.9506 |
81
+ | 5.9528 | 35.0 | 8750 | 5.9506 |
82
+ | 5.9529 | 36.0 | 9000 | 5.9506 |
83
+ | 5.9529 | 37.0 | 9250 | 5.9506 |
84
+ | 5.9525 | 38.0 | 9500 | 5.9506 |
85
+ | 5.9525 | 39.0 | 9750 | 5.9506 |
86
+ | 5.9516 | 40.0 | 10000 | 5.9506 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.33.1
92
+ - Pytorch 2.0.1+cu118
93
+ - Datasets 2.14.5
94
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "results",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.33.1",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a0e9167d4da8ac9042f61cd4a1faf43e22c898bf5edef893c2a8397d61969d
3
+ size 265492517
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,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "max_length": 384,
7
+ "model_max_length": 512,
8
+ "pad_to_multiple_of": null,
9
+ "pad_token": "[PAD]",
10
+ "pad_token_type_id": 0,
11
+ "padding_side": "right",
12
+ "sep_token": "[SEP]",
13
+ "stride": 0,
14
+ "strip_accents": null,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "DistilBertTokenizer",
17
+ "truncation_side": "right",
18
+ "truncation_strategy": "only_second",
19
+ "unk_token": "[UNK]"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b1b8c38ab9ee6b2ecff98bfac1d9074bdd6b7b48261b3dce0bb9861032638c
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff