Cielciel commited on
Commit
7e38807
1 Parent(s): a854c7d

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +6 -12
  2. tf_model.h5 +2 -2
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.7873
19
- - Validation Loss: 1.7990
20
- - Train Accuracy: 0.1369
21
- - Epoch: 6
22
 
23
  ## Model description
24
 
@@ -37,20 +37,14 @@ 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': 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
- | 1.7956 | 1.8038 | 0.1369 | 1 |
49
- | 1.7902 | 1.8026 | 0.1369 | 2 |
50
- | 1.7945 | 1.8016 | 0.1369 | 3 |
51
- | 1.7909 | 1.8006 | 0.1369 | 4 |
52
- | 1.7884 | 1.7998 | 0.1369 | 5 |
53
- | 1.7873 | 1.7990 | 0.1369 | 6 |
54
 
55
 
56
  ### 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.0941
19
+ - Validation Loss: 0.4962
20
+ - Train Accuracy: 0.8631
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': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0002, '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.0941 | 0.4962 | 0.8631 | 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:b4e41ae50471fec5f2c1554123258c91f09108b15b657cca543a7bc25bab2bb5
3
- size 267967432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71bba1a77e49223dd9035a275692d03abdbe00dde3404272395faf72bb88ec7f
3
+ size 267964096