RathindraH commited on
Commit
816b834
·
1 Parent(s): b87ca9d

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +6 -10
  2. tf_model.h5 +1 -1
  3. tokenizer.json +16 -2
README.md CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.0039
19
- - Validation Loss: 0.7602
20
- - Train Accuracy: 0.8679
21
- - Train F1 Macro: 0.8537
22
- - Epoch: 4
23
 
24
  ## Model description
25
 
@@ -45,11 +45,7 @@ The following hyperparameters were used during training:
45
 
46
  | Train Loss | Validation Loss | Train Accuracy | Train F1 Macro | Epoch |
47
  |:----------:|:---------------:|:--------------:|:--------------:|:-----:|
48
- | 0.0085 | 0.7174 | 0.8762 | 0.8642 | 0 |
49
- | 0.0050 | 0.7373 | 0.8726 | 0.8563 | 1 |
50
- | 0.0023 | 0.7720 | 0.8738 | 0.8586 | 2 |
51
- | 0.0054 | 0.8142 | 0.8690 | 0.8569 | 3 |
52
- | 0.0039 | 0.7602 | 0.8679 | 0.8537 | 4 |
53
 
54
 
55
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.4675
19
+ - Validation Loss: 0.2828
20
+ - Train Accuracy: 0.9012
21
+ - Train F1 Macro: 0.8926
22
+ - Epoch: 0
23
 
24
  ## Model description
25
 
 
45
 
46
  | Train Loss | Validation Loss | Train Accuracy | Train F1 Macro | Epoch |
47
  |:----------:|:---------------:|:--------------:|:--------------:|:-----:|
48
+ | 0.4675 | 0.2828 | 0.9012 | 0.8926 | 0 |
 
 
 
 
49
 
50
 
51
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ed58b87e8ec340eb55af90328ed24add1f484b6e97a3f940c43df2abd6ff4b1
3
  size 438226204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62b6224e9bf8accadfb512ce183e1b30c0ab956d401210d79f92dcf98ffb9ea5
3
  size 438226204
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,