Joshua-Segal commited on
Commit
fc81b1a
1 Parent(s): f4bd9ff

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. README.md +7 -6
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -15,9 +15,10 @@ 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: 1.7115
19
- - Validation Loss: 1.8817
20
  - Train Accuracy: 0.0
 
 
21
  - Epoch: 0
22
 
23
  ## Model description
@@ -37,14 +38,14 @@ More information needed
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': 5, '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 Accuracy | Epoch |
46
- |:----------:|:---------------:|:--------------:|:-----:|
47
- | 1.7115 | 1.8817 | 0.0 | 0 |
48
 
49
 
50
  ### 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: 2.7974
 
19
  - Train Accuracy: 0.0
20
+ - Validation Loss: 17.1887
21
+ - Validation Accuracy: 0.0
22
  - Epoch: 0
23
 
24
  ## Model description
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - optimizer: {'name': 'Adam', 'learning_rate': 0.001, 'decay': 0.0, '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
+ | 2.7974 | 0.0 | 17.1887 | 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:281006f6d81d5b4cc6cd3619bfc50eef39a149c5b87e6c97f08469ca4806fdbf
3
  size 267964096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d97528969f9938c1b691b212d6e01ba9e5587653d6dcfc18f9e3037331257e
3
  size 267964096