yinani24 commited on
Commit
3ec1097
1 Parent(s): e462937

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +10 -13
  2. config.json +1 -1
  3. 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.5073
19
- - Validation Loss: 0.7224
20
- - Train Accuracy: 0.625
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.0912 | 1.0633 | 0.625 | 0 |
48
- | 0.9973 | 0.9302 | 0.5625 | 1 |
49
- | 0.7721 | 0.8076 | 0.5625 | 2 |
50
- | 0.5073 | 0.7224 | 0.625 | 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: 0.6894
19
+ - Validation Loss: 0.6907
20
+ - Train Accuracy: 0.7333
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': 35, '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
+ | 0.6894 | 0.6907 | 0.7333 | 0 |
 
 
 
48
 
49
 
50
  ### Framework versions
51
 
52
+ - Transformers 4.37.2
53
+ - TensorFlow 2.15.0
54
+ - Datasets 2.17.1
55
+ - Tokenizers 0.15.2
config.json CHANGED
@@ -18,6 +18,6 @@
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
- "transformers_version": "4.35.2",
22
  "vocab_size": 30522
23
  }
 
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
+ "transformers_version": "4.37.2",
22
  "vocab_size": 30522
23
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c179349215635426e05e5b8b7cc84cc7ebe343d0672408518ecd0351f30623fe
3
  size 267948736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f25779fc1ea8ed888dcd9bcf93fc5e2530fc34ff1070fc9e9fb9d502f1194f
3
  size 267948736