update model card README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
-
- finance
|
5 |
-
- bert
|
6 |
-
- banking
|
7 |
model-index:
|
8 |
- name: TenaliAI-FinTech-v1
|
9 |
results: []
|
10 |
-
license: apache-2.0
|
11 |
-
language:
|
12 |
-
- en
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# TenaliAI-FinTech-v1
|
19 |
|
20 |
-
This model
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,15 +39,22 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| No log | 1.0 | 229 |
|
54 |
-
| No log | 2.0 | 458 |
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
@@ -60,4 +62,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.30.0
|
61 |
- Pytorch 2.0.1
|
62 |
- Datasets 2.12.0
|
63 |
-
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: TenaliAI-FinTech-v1
|
7 |
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
12 |
|
13 |
# TenaliAI-FinTech-v1
|
14 |
|
15 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0000
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 10
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| No log | 1.0 | 229 | 0.0004 |
|
49 |
+
| No log | 2.0 | 458 | 0.0001 |
|
50 |
+
| 0.0054 | 3.0 | 687 | 0.0001 |
|
51 |
+
| 0.0054 | 4.0 | 916 | 0.0000 |
|
52 |
+
| 0.0001 | 5.0 | 1145 | 0.0000 |
|
53 |
+
| 0.0001 | 6.0 | 1374 | 0.0000 |
|
54 |
+
| 0.0 | 7.0 | 1603 | 0.0000 |
|
55 |
+
| 0.0 | 8.0 | 1832 | 0.0000 |
|
56 |
+
| 0.0 | 9.0 | 2061 | 0.0000 |
|
57 |
+
| 0.0 | 10.0 | 2290 | 0.0000 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
62 |
- Transformers 4.30.0
|
63 |
- Pytorch 2.0.1
|
64 |
- Datasets 2.12.0
|
65 |
+
- Tokenizers 0.13.3
|