yinani24 commited on
Commit
30182f3
1 Parent(s): 17e3bb7

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +8 -11
  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: 1.0497
19
- - Validation Loss: 1.0375
20
- - Train Accuracy: 0.6875
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': 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.0993 | 1.0980 | 0.4375 | 0 |
48
- | 1.1013 | 1.0968 | 0.375 | 1 |
49
- | 1.0860 | 1.0894 | 0.625 | 2 |
50
- | 1.0497 | 1.0375 | 0.6875 | 3 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.35.2
56
  - TensorFlow 2.15.0
57
- - Datasets 2.17.0
58
  - Tokenizers 0.15.2
 
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.6915
19
+ - Validation Loss: 0.6930
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': 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
+ | 0.6915 | 0.6930 | 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:55b26434a79e3959207d5829a7fda0272a83f0e362a0bcf4103304eb2512382e
3
  size 267948736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0ac3699d54a0e01098156ee86771431e4f677918348e4a56dc261986266c7f0
3
  size 267948736