LovenOO commited on
Commit
266c1cb
1 Parent(s): 574c750

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +9 -18
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0757
18
- - Validation Loss: 0.5393
19
- - Train Precision: 0.7176
20
- - Train Recall: 0.6904
21
- - Train F1: 0.6968
22
- - Train Accuracy: 0.8688
23
- - Epoch: 9
24
 
25
  ## Model description
26
 
@@ -39,23 +39,14 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - optimizer: {'name': 'Adam', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 5140, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
43
  - training_precision: float32
44
 
45
  ### Training results
46
 
47
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
48
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
49
- | 1.1440 | 0.6108 | 0.5739 | 0.5788 | 0.5727 | 0.8367 | 0 |
50
- | 0.5050 | 0.5447 | 0.6506 | 0.6243 | 0.6325 | 0.8489 | 1 |
51
- | 0.3584 | 0.4823 | 0.6518 | 0.6619 | 0.6558 | 0.8620 | 2 |
52
- | 0.2612 | 0.4890 | 0.7183 | 0.6777 | 0.6902 | 0.8654 | 3 |
53
- | 0.1901 | 0.4922 | 0.7137 | 0.6880 | 0.6937 | 0.8639 | 4 |
54
- | 0.1566 | 0.5050 | 0.7220 | 0.6838 | 0.6953 | 0.8703 | 5 |
55
- | 0.1189 | 0.5284 | 0.7088 | 0.6911 | 0.6920 | 0.8712 | 6 |
56
- | 0.1059 | 0.5285 | 0.7113 | 0.6835 | 0.6900 | 0.8635 | 7 |
57
- | 0.0863 | 0.5369 | 0.7209 | 0.6880 | 0.6970 | 0.8654 | 8 |
58
- | 0.0757 | 0.5393 | 0.7176 | 0.6904 | 0.6968 | 0.8688 | 9 |
59
 
60
 
61
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.2437
18
+ - Validation Loss: 0.6349
19
+ - Train Precision: 0.5675
20
+ - Train Recall: 0.5420
21
+ - Train F1: 0.5499
22
+ - Train Accuracy: 0.8343
23
+ - Epoch: 0
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - optimizer: {'name': 'Adam', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 5140, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
43
  - training_precision: float32
44
 
45
  ### Training results
46
 
47
  | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
48
  |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
49
+ | 1.2437 | 0.6349 | 0.5675 | 0.5420 | 0.5499 | 0.8343 | 0 |
 
 
 
 
 
 
 
 
 
50
 
51
 
52
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ead4b997eecfaafd84da4e0aaf919facb82f78db5de45249420323e3ebeb39a
3
  size 268010440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26c6245ff5ead59e6fb02781c14264d31282a7bec238ad2e1f627183f4c73fb
3
  size 268010440