Lokeshsoni2801 commited on
Commit
5797fe3
·
1 Parent(s): dee96ef

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +6 -10
  2. config.json +1 -0
  3. tf_model.h5 +1 -1
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: 0.5440
19
- - Validation Loss: 0.7428
20
- - Train Accuracy: 0.7761
21
- - Epoch: 4
22
 
23
  ## Model description
24
 
@@ -37,18 +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': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 145, '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.6175 | 0.7485 | 0.7463 | 0 |
48
- | 0.5581 | 0.7428 | 0.7761 | 1 |
49
- | 0.5490 | 0.7428 | 0.7761 | 2 |
50
- | 0.5456 | 0.7428 | 0.7761 | 3 |
51
- | 0.5440 | 0.7428 | 0.7761 | 4 |
52
 
53
 
54
  ### 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.4044
19
+ - Validation Loss: 1.1742
20
+ - Train Accuracy: 0.6766
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': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 145, '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
+ | 1.4044 | 1.1742 | 0.6766 | 0 |
 
 
 
 
48
 
49
 
50
  ### Framework versions
config.json CHANGED
@@ -28,6 +28,7 @@
28
  "n_heads": 12,
29
  "n_layers": 6,
30
  "pad_token_id": 0,
 
31
  "qa_dropout": 0.1,
32
  "seq_classif_dropout": 0.2,
33
  "sinusoidal_pos_embds": false,
 
28
  "n_heads": 12,
29
  "n_layers": 6,
30
  "pad_token_id": 0,
31
+ "problem_type": "multi_label_classification",
32
  "qa_dropout": 0.1,
33
  "seq_classif_dropout": 0.2,
34
  "sinusoidal_pos_embds": false,
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ade97dbf9203a395c76eee0489c99dab8290251ddba8395d9d302cf449137b91
3
  size 267961024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34aeddd89fd41cae5a6496c8360b3e92ff2eca14d1beb37118a85fcc87837824
3
  size 267961024