giogenna16 commited on
Commit
ae29aa4
1 Parent(s): 893b642

Upload TFDistilBertForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +14 -3
  2. config.json +1 -1
  3. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,7 +14,13 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [giogenna16/pretrained-distilbert-tim-alarms-clusters-ord](https://huggingface.co/giogenna16/pretrained-distilbert-tim-alarms-clusters-ord) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
-
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -33,15 +39,20 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - optimizer: {'name': 'AdamW', 'weight_decay': 0.05, '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': {'module': 'keras.optimizers.schedules', 'class_name': 'PiecewiseConstantDecay', 'config': {'boundaries': [45, 90, 135, 180, 225, 270, 315, 360, 405, 450, 495, 540, 585, 630, 675, 720, 765, 810, 855], 'values': [3e-05, 2.8499999999999998e-05, 2.7075e-05, 2.5721249999999997e-05, 2.44351875e-05, 2.3213428124999993e-05, 2.2052756718749993e-05, 2.0950118882812494e-05, 1.9902612938671867e-05, 1.890748229173827e-05, 1.796210817715136e-05, 1.706400276829379e-05, 1.62108026298791e-05, 1.5400262498385145e-05, 1.4630249373465886e-05, 1.3898736904792591e-05, 1.3203800059552961e-05, 1.2543610056575313e-05, 1.1916429553746547e-05, 1.1320608076059218e-05], 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
37
  - training_precision: float32
38
 
39
  ### Training results
40
 
 
 
 
 
 
41
 
42
 
43
  ### Framework versions
44
 
45
- - Transformers 4.37.2
46
  - TensorFlow 2.15.0
47
  - Tokenizers 0.15.2
 
14
 
15
  This model is a fine-tuned version of [giogenna16/pretrained-distilbert-tim-alarms-clusters-ord](https://huggingface.co/giogenna16/pretrained-distilbert-tim-alarms-clusters-ord) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.1970
18
+ - Train Categorical Accuracy: 0.9058
19
+ - Train Categorical True Positives: 6890.0
20
+ - Train Categorical False Negatives: 588.0
21
+ - Train Categorical False Positives: 573.0
22
+ - Train Categorical True Negatives: 4269.0
23
+ - Epoch: 2
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': 3e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
43
  - training_precision: float32
44
 
45
  ### Training results
46
 
47
+ | Train Loss | Train Categorical Accuracy | Train Categorical True Positives | Train Categorical False Negatives | Train Categorical False Positives | Train Categorical True Negatives | Epoch |
48
+ |:----------:|:--------------------------:|:--------------------------------:|:---------------------------------:|:---------------------------------:|:--------------------------------:|:-----:|
49
+ | 0.5356 | 0.7289 | 6327.0 | 1151.0 | 2189.0 | 2653.0 | 0 |
50
+ | 0.2885 | 0.8661 | 6664.0 | 814.0 | 836.0 | 4006.0 | 1 |
51
+ | 0.1970 | 0.9058 | 6890.0 | 588.0 | 573.0 | 4269.0 | 2 |
52
 
53
 
54
  ### Framework versions
55
 
56
+ - Transformers 4.38.2
57
  - TensorFlow 2.15.0
58
  - Tokenizers 0.15.2
config.json CHANGED
@@ -18,6 +18,6 @@
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
- "transformers_version": "4.37.2",
22
  "vocab_size": 30522
23
  }
 
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
+ "transformers_version": "4.38.2",
22
  "vocab_size": 30522
23
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2bb1af5ce573fec974bd86e58df64913c474a898b3575db64bc3997a19a0907
3
  size 267951808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4fb26ce57da7c568924a38fd1fd1a28453acf8b79993ee83ae4a554bcd81e36
3
  size 267951808