bigmorning commited on
Commit
523b1c0
1 Parent(s): 6261d78
Files changed (3) hide show
  1. README.md +64 -0
  2. config.json +23 -0
  3. tf_model.h5 +3 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_keras_callback
4
+ model-index:
5
+ - name: distilbert_complete
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
10
+ probably proofread and complete it, then remove this comment. -->
11
+
12
+ # distilbert_complete
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Train Loss: 0.9232
17
+ - Validation Loss: 0.9128
18
+ - Epoch: 12
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
38
+ - training_precision: float32
39
+
40
+ ### Training results
41
+
42
+ | Train Loss | Validation Loss | Epoch |
43
+ |:----------:|:---------------:|:-----:|
44
+ | 0.9319 | 0.9178 | 0 |
45
+ | 0.9310 | 0.9167 | 1 |
46
+ | 0.9301 | 0.9170 | 2 |
47
+ | 0.9300 | 0.9161 | 3 |
48
+ | 0.9295 | 0.9157 | 4 |
49
+ | 0.9294 | 0.9153 | 5 |
50
+ | 0.9274 | 0.9122 | 6 |
51
+ | 0.9267 | 0.9139 | 7 |
52
+ | 0.9261 | 0.9139 | 8 |
53
+ | 0.9257 | 0.9120 | 9 |
54
+ | 0.9247 | 0.9145 | 10 |
55
+ | 0.9236 | 0.9131 | 11 |
56
+ | 0.9232 | 0.9128 | 12 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.20.1
62
+ - TensorFlow 2.8.2
63
+ - Datasets 2.3.2
64
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/Colab Notebooks/oscar/trybackup_distilbert/new_backup_001515",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "transformers_version": "4.20.1",
22
+ "vocab_size": 27672
23
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc32f527afb96c4ebf36b6f5eafabc3452a8038be75d88255a4582574a490112
3
+ size 345901880