crisis101 commited on
Commit
b78008e
1 Parent(s): 0e00031

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +5 -7
  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/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 16.0463
19
  - Train Accuracy: 0.0
20
- - Validation Loss: 16.1186
21
  - Validation Accuracy: 0.0
22
- - Epoch: 2
23
 
24
  ## Model description
25
 
@@ -38,16 +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': False, 'is_legacy_optimizer': False, 'learning_rate': 0.001, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
42
  - training_precision: float32
43
 
44
  ### Training results
45
 
46
  | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
47
  |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
48
- | 16.0710 | 0.0 | 16.1186 | 0.0 | 0 |
49
- | 16.0596 | 0.0 | 16.1186 | 0.0 | 1 |
50
- | 16.0463 | 0.0 | 16.1186 | 0.0 | 2 |
51
 
52
 
53
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 7.1060
19
  - Train Accuracy: 0.0
20
+ - Validation Loss: 10.2541
21
  - Validation Accuracy: 0.0
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': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.001, 'decay_steps': 1990, '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}
42
  - training_precision: float32
43
 
44
  ### Training results
45
 
46
  | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
47
  |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
48
+ | 7.1060 | 0.0 | 10.2541 | 0.0 | 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:11d8743a8a93ca49e4bf9b4f5789280eec54b03b6ceb40fc26f5875d005366ef
3
- size 283280812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9371d7d6fe0b364f7dd24795894069d5add2c0f53ea7fa251b110cf41417831c
3
+ size 283277476