Cielciel commited on
Commit
4e56264
1 Parent(s): d23cf1f

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +7 -10
  2. tf_model.h5 +2 -2
README.md CHANGED
@@ -15,12 +15,9 @@ 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.7894
19
- - Validation Loss: 1.7824
20
- - Train Accuracy: 0.2028
21
- - Train Precision: 0.0338
22
- - Train Recall: 0.1667
23
- - Train F1: 0.0562
24
  - Epoch: 0
25
 
26
  ## Model description
@@ -40,14 +37,14 @@ More information needed
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
- - 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': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-07, 'decay_steps': 350, '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}
44
  - training_precision: float32
45
 
46
  ### Training results
47
 
48
- | Train Loss | Validation Loss | Train Accuracy | Train Precision | Train Recall | Train F1 | Epoch |
49
- |:----------:|:---------------:|:--------------:|:---------------:|:------------:|:--------:|:-----:|
50
- | 1.7894 | 1.7824 | 0.2028 | 0.0338 | 0.1667 | 0.0562 | 0 |
51
 
52
 
53
  ### 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: 1.7925
19
+ - Validation Loss: 1.8050
20
+ - Train Accuracy: 0.1369
 
 
 
21
  - Epoch: 0
22
 
23
  ## Model description
 
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': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-07, 'decay_steps': 410, '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.7925 | 1.8050 | 0.1369 | 0 |
48
 
49
 
50
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6036c4a09bdffe2ce8550d5adee12a23a7fe6a6372395d16efdb2ac0e063207
3
- size 267964096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62929930da85918122d8a936dc8626a1f1d9453537535a720afbea135200fd2
3
+ size 267967432