arthd24 commited on
Commit
9e21cab
·
1 Parent(s): 7f06eb8

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +7 -12
  2. tf_model.h5 +2 -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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.1332
19
- - Validation Loss: 0.8350
20
- - Train Accuracy: 0.7975
21
- - Train F1: 0.8249
22
- - Epoch: 5
23
 
24
  ## Model description
25
 
@@ -38,19 +38,14 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'transformers.optimization_tf', 'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-05, 'decay_schedule_fn': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 13248, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'warmup_steps': 120, 'power': 1.0, 'name': None}, 'registered_name': 'WarmUp'}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
42
  - training_precision: float32
43
 
44
  ### Training results
45
 
46
  | Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
47
  |:----------:|:---------------:|:--------------:|:--------:|:-----:|
48
- | 1.5262 | 0.8842 | 0.7330 | 0.7218 | 0 |
49
- | 0.7051 | 0.7528 | 0.7599 | 0.7698 | 1 |
50
- | 0.4812 | 0.6969 | 0.7921 | 0.8120 | 2 |
51
- | 0.3259 | 0.6595 | 0.7939 | 0.8153 | 3 |
52
- | 0.2134 | 0.7854 | 0.7867 | 0.8077 | 4 |
53
- | 0.1332 | 0.8350 | 0.7975 | 0.8249 | 5 |
54
 
55
 
56
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 2.0102
19
+ - Validation Loss: 1.8738
20
+ - Train Accuracy: 0.3011
21
+ - Train F1: 0.0518
22
+ - Epoch: 0
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'transformers.optimization_tf', 'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-06, 'decay_schedule_fn': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-06, 'decay_steps': 8812, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'warmup_steps': 100, 'power': 1.0, 'name': None}, 'registered_name': 'WarmUp'}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
42
  - training_precision: float32
43
 
44
  ### Training results
45
 
46
  | Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
47
  |:----------:|:---------------:|:--------------:|:--------:|:-----:|
48
+ | 2.0102 | 1.8738 | 0.3011 | 0.0518 | 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:3531b5d6136d7d03b78b53f146229bb08623b1b7118d36c9389184e0221f902b
3
- size 267976648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa38d90f40abe32fda4a697ebc16b8cce35eb96b65e3269cc6f0ba9323ccdc2
3
+ size 267973312