credentek commited on
Commit
68c561f
·
verified ·
1 Parent(s): 1518db2

End of training

Browse files
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: bert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  model-index:
@@ -14,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # TenaliAI-FinTech-v1
16
 
17
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1036
20
 
21
  ## Model description
22
 
@@ -47,16 +45,16 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 5 | 3.7387 |
51
- | No log | 2.0 | 10 | 2.9893 |
52
- | No log | 3.0 | 15 | 2.2801 |
53
- | No log | 4.0 | 20 | 1.5800 |
54
- | No log | 5.0 | 25 | 1.0965 |
55
- | No log | 6.0 | 30 | 0.6867 |
56
- | No log | 7.0 | 35 | 0.4281 |
57
- | No log | 8.0 | 40 | 0.2627 |
58
- | No log | 9.0 | 45 | 0.1625 |
59
- | No log | 10.0 | 50 | 0.1036 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
  library_name: transformers
 
 
3
  tags:
4
  - generated_from_trainer
5
  model-index:
 
12
 
13
  # TenaliAI-FinTech-v1
14
 
15
+ This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.1268
18
 
19
  ## Model description
20
 
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 5 | 3.3202 |
49
+ | No log | 2.0 | 10 | 2.5692 |
50
+ | No log | 3.0 | 15 | 1.9134 |
51
+ | No log | 4.0 | 20 | 1.4201 |
52
+ | No log | 5.0 | 25 | 1.0033 |
53
+ | No log | 6.0 | 30 | 0.6681 |
54
+ | No log | 7.0 | 35 | 0.4507 |
55
+ | No log | 8.0 | 40 | 0.2975 |
56
+ | No log | 9.0 | 45 | 0.1944 |
57
+ | No log | 10.0 | 50 | 0.1268 |
58
 
59
 
60
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "TenaliAIModels/BertBaseModel",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91ca446cc9e2ab5897f34bfe87a5031001bfc026fb2c308f18e4c974a87bebc9
3
  size 438260096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d271e5495bed08e206556d1f39fd1764f1273997e5948c1433895720927b29b2
3
  size 438260096
runs/Oct03_13-44-19_credentek-Desktop/events.out.tfevents.1727943260.credentek-Desktop.18050.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9761c5c04203f13428bb955a13e3bf64e9cffdb32f17cf6cd0722ebe93e99c6
3
+ size 12819
runs/Oct03_13-44-19_credentek-Desktop/events.out.tfevents.1727943280.credentek-Desktop.18050.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0115e9d3cdc4985978c62716a4d25d31831a87d832d91de2ca81b5e96f41ad38
3
+ size 354
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ebd0356a9f703b439c48b3834cdb5a127d8c02e2101355c08989ebc4b03e611
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a910e4026b420053464074faceb419883463c7936b62d5c89395214fbceba14
3
  size 5304