gustavokpc commited on
Commit
099c79e
·
1 Parent(s): 95f8e31

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +14 -10
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -15,10 +15,17 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.0741
19
- - Validation Loss: 0.2302
20
- - Train Accuracy: 0.9255
21
- - Epoch: 3
 
 
 
 
 
 
 
22
 
23
  ## Model description
24
 
@@ -42,12 +49,9 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
45
- | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
- |:----------:|:---------------:|:--------------:|:-----:|
47
- | 0.3694 | 0.2526 | 0.8832 | 0 |
48
- | 0.1923 | 0.2342 | 0.9083 | 1 |
49
- | 0.1188 | 0.2038 | 0.9228 | 2 |
50
- | 0.0741 | 0.2302 | 0.9255 | 3 |
51
 
52
 
53
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.3612
19
+ - Train Accuracy: 0.8415
20
+ - Train F1 M: 0.5169
21
+ - Train Precision M: 0.3925
22
+ - Train Recall M: 0.8303
23
+ - Validation Loss: 0.2233
24
+ - Validation Accuracy: 0.9169
25
+ - Validation F1 M: 0.5623
26
+ - Validation Precision M: 0.4054
27
+ - Validation Recall M: 0.9621
28
+ - Epoch: 0
29
 
30
  ## Model description
31
 
 
49
 
50
  ### Training results
51
 
52
+ | Train Loss | Train Accuracy | Train F1 M | Train Precision M | Train Recall M | Validation Loss | Validation Accuracy | Validation F1 M | Validation Precision M | Validation Recall M | Epoch |
53
+ |:----------:|:--------------:|:----------:|:-----------------:|:--------------:|:---------------:|:-------------------:|:---------------:|:----------------------:|:-------------------:|:-----:|
54
+ | 0.3612 | 0.8415 | 0.5169 | 0.3925 | 0.8303 | 0.2233 | 0.9169 | 0.5623 | 0.4054 | 0.9621 | 0 |
 
 
 
55
 
56
 
57
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5ce88a96d8193b42f68302f399976bcf97c536bb587bb2fe3f7d86c7a4cb20f
3
  size 1341127728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e06fa17946b5c26cb0f247006ea3a6e3e34b047cc3d851f40ad2556a0fa465a
3
  size 1341127728