Electro98 commited on
Commit
3fbc96b
1 Parent(s): 6a274bf

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +9 -16
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,10 +14,11 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.2338
18
- - Validation Loss: 2.2178
19
- - Train F1: 0.5260
20
- - Epoch: 8
 
21
 
22
  ## Model description
23
 
@@ -36,22 +37,14 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 27130, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
40
  - training_precision: float32
41
 
42
  ### Training results
43
 
44
- | Train Loss | Validation Loss | Train F1 | Epoch |
45
- |:----------:|:---------------:|:--------:|:-----:|
46
- | 1.7072 | 1.4686 | 0.5398 | 0 |
47
- | 1.2876 | 1.3994 | 0.5547 | 1 |
48
- | 1.0647 | 1.4549 | 0.5586 | 2 |
49
- | 0.8523 | 1.5347 | 0.5625 | 3 |
50
- | 0.6535 | 1.7055 | 0.5433 | 4 |
51
- | 0.4927 | 1.8572 | 0.5344 | 5 |
52
- | 0.3790 | 2.0204 | 0.5244 | 6 |
53
- | 0.2956 | 2.1338 | 0.5263 | 7 |
54
- | 0.2338 | 2.2178 | 0.5260 | 8 |
55
 
56
 
57
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.2971
18
+ - Validation Loss: 1.3936
19
+ - Train F1: {'f1': 0.4410685401391092}
20
+ - Train Accuracy: {'accuracy': 0.5758245807997052}
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 81390, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, '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 F1 | Train Accuracy | Epoch |
46
+ |:----------:|:---------------:|:--------------------------:|:--------------------------------:|:-----:|
47
+ | 1.2971 | 1.3936 | {'f1': 0.4410685401391092} | {'accuracy': 0.5758245807997052} | 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:f66a25638e4e58dc31798551fefe58117244b7b57f9d7164cb5b26bdd5cafc7c
3
  size 268031680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:347a45f059d995e189f906f244f16700fe3952d2e94b25e1fbe2ea6475248dbc
3
  size 268031680