Thamer Smadi commited on
Commit
890b63d
1 Parent(s): 6185390

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +10 -9
  2. tf_model.h5 +1 -1
  3. tokenizer.json +1 -6
README.md CHANGED
@@ -15,10 +15,12 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.6873
19
- - Validation Loss: 0.6991
20
- - Train Accuracy: 0.5092
21
- - Epoch: 1
 
 
22
 
23
  ## Model description
24
 
@@ -37,15 +39,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': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0003, 'decay_steps': 789, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, '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
- | 0.6905 | 0.7008 | 0.5092 | 0 |
48
- | 0.6873 | 0.6991 | 0.5092 | 1 |
49
 
50
 
51
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.6987
19
+ - Train Binary Accuracy: 0.5410
20
+ - Validation Loss: 0.6446
21
+ - Validation Binary Accuracy: 0.6835
22
+ - Train Accuracy: 0.5333
23
+ - Epoch: 0
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - 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': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0002, 'decay_steps': 3156, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
43
  - training_precision: float32
44
 
45
  ### Training results
46
 
47
+ | Train Loss | Train Binary Accuracy | Validation Loss | Validation Binary Accuracy | Train Accuracy | Epoch |
48
+ |:----------:|:---------------------:|:---------------:|:--------------------------:|:--------------:|:-----:|
49
+ | 0.6987 | 0.5410 | 0.6446 | 0.6835 | 0.5333 | 0 |
 
50
 
51
 
52
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2de39227a3f2b79a8b0595dcc6fafbef0c9eea4c485def2ba0c597f2e0186bc3
3
  size 46781688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d4edcb2101fcdb35f69e9f39206c6c5eaa3a16a1ae80d583534a1b7e3eb154
3
  size 46781688
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {