yinani24 commited on
Commit
d1da279
1 Parent(s): ec02baf

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +9 -12
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -15,10 +15,10 @@ 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.5401
19
- - Validation Loss: 0.8619
20
- - Train Accuracy: 0.4375
21
- - Epoch: 3
22
 
23
  ## Model description
24
 
@@ -37,22 +37,19 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - 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': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0001, 'decay_steps': 20, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
41
  - training_precision: float32
42
 
43
  ### Training results
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 1.0877 | 1.0761 | 0.625 | 0 |
48
- | 1.0150 | 0.9806 | 0.5625 | 1 |
49
- | 0.7887 | 0.9191 | 0.5 | 2 |
50
- | 0.5401 | 0.8619 | 0.4375 | 3 |
51
 
52
 
53
  ### Framework versions
54
 
55
  - Transformers 4.35.2
56
- - TensorFlow 2.14.0
57
- - Datasets 2.16.1
58
- - Tokenizers 0.15.1
 
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: 1.0973
19
+ - Validation Loss: 1.0921
20
+ - Train Accuracy: 0.5
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - 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': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0001, 'decay_steps': 25, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
41
  - training_precision: float32
42
 
43
  ### Training results
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 1.0973 | 1.0921 | 0.5 | 0 |
 
 
 
48
 
49
 
50
  ### Framework versions
51
 
52
  - Transformers 4.35.2
53
+ - TensorFlow 2.15.0
54
+ - Datasets 2.17.0
55
+ - Tokenizers 0.15.2
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32c17bfdbef8c8db96d63f950aa56bbf6f406348304ac3b87a06de63948dc57b
3
  size 267948736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47288799cda16edd7a956334ab58c433549a5e77bd2aadd66521b29a48fa62b
3
  size 267948736