syabusyabu0141 commited on
Commit
a036a35
1 Parent(s): 69c325c

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +8 -17
  2. config.json +5 -5
  3. tf_model.h5 +2 -2
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/electra-base-generator
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  # syabusyabu0141/test
15
 
16
- This model is a fine-tuned version of [google/electra-base-generator](https://huggingface.co/google/electra-base-generator) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.4571
19
- - Validation Loss: 1.1024
20
- - Epoch: 9
21
 
22
  ## Model description
23
 
@@ -36,23 +36,14 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 1e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
40
  - training_precision: float32
41
 
42
  ### Training results
43
 
44
  | Train Loss | Validation Loss | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
- | 1.3171 | 1.1419 | 0 |
47
- | 1.1021 | 1.0832 | 1 |
48
- | 0.9797 | 1.0280 | 2 |
49
- | 0.8696 | 1.0097 | 3 |
50
- | 0.7756 | 0.9988 | 4 |
51
- | 0.6957 | 0.9989 | 5 |
52
- | 0.6246 | 1.0204 | 6 |
53
- | 0.5659 | 1.0395 | 7 |
54
- | 0.5053 | 1.0549 | 8 |
55
- | 0.4571 | 1.1024 | 9 |
56
 
57
 
58
  ### Framework versions
@@ -60,4 +51,4 @@ The following hyperparameters were used during training:
60
  - Transformers 4.34.0
61
  - TensorFlow 2.13.0
62
  - Datasets 2.14.5
63
- - Tokenizers 0.14.0
 
1
  ---
2
  license: apache-2.0
3
+ base_model: google/electra-base-discriminator
4
  tags:
5
  - generated_from_keras_callback
6
  model-index:
 
13
 
14
  # syabusyabu0141/test
15
 
16
+ This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.2559
19
+ - Validation Loss: 0.1547
20
+ - Epoch: 0
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - 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': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 6924, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, '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 | Epoch |
45
  |:----------:|:---------------:|:-----:|
46
+ | 0.2559 | 0.1547 | 0 |
 
 
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
51
  - Transformers 4.34.0
52
  - TensorFlow 2.13.0
53
  - Datasets 2.14.5
54
+ - Tokenizers 0.14.1
config.json CHANGED
@@ -1,20 +1,20 @@
1
  {
2
- "_name_or_path": "google/electra-base-generator",
3
  "architectures": [
4
- "ElectraForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "embedding_size": 768,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
- "hidden_size": 256,
12
  "initializer_range": 0.02,
13
- "intermediate_size": 1024,
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "electra",
17
- "num_attention_heads": 4,
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
 
1
  {
2
+ "_name_or_path": "google/electra-base-discriminator",
3
  "architectures": [
4
+ "ElectraForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "embedding_size": 768,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "electra",
17
+ "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:431991482959055621c43b55bb023b17e5a9b8f5617c1d7b13a86551e9182f6b
3
- size 230595504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a118e198a060071902e0dc717ba6dbe25e41f4955a301121ffc68f80f8074ee8
3
+ size 438225104
tokenizer_config.json CHANGED
@@ -54,6 +54,6 @@
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "ElectraTokenizer",
57
- "tokenizer_file": "/root/.cache/huggingface/hub/models--google--electra-base-generator/snapshots/1c65e3f5f4597679b87620707df5774c08c6606d/tokenizer.json",
58
  "unk_token": "[UNK]"
59
  }
 
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "ElectraTokenizer",
57
+ "tokenizer_file": "/root/.cache/huggingface/hub/models--google--electra-base-discriminator/snapshots/1b48ef100dac4676d84125a8a7b7ab7c51e00386/tokenizer.json",
58
  "unk_token": "[UNK]"
59
  }