bigmorning commited on
Commit
4191ce6
1 Parent(s): 2d3cb09
Files changed (3) hide show
  1. README.md +91 -0
  2. config.json +23 -0
  3. tf_model.h5 +3 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_keras_callback
4
+ model-index:
5
+ - name: distilbert_new2_0040
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_new2_0040
13
+
14
+ This model is a fine-tuned version of [/content/drive/MyDrive/Colab Notebooks/oscar/trybackup_distilbert/new_backup_0105105](https://huggingface.co//content/drive/MyDrive/Colab Notebooks/oscar/trybackup_distilbert/new_backup_0105105) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Train Loss: 0.9702
17
+ - Validation Loss: 0.9482
18
+ - Epoch: 39
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
+ | 1.0180 | 0.9873 | 0 |
45
+ | 1.0163 | 0.9878 | 1 |
46
+ | 1.0145 | 0.9856 | 2 |
47
+ | 1.0139 | 0.9830 | 3 |
48
+ | 1.0122 | 0.9831 | 4 |
49
+ | 1.0118 | 0.9830 | 5 |
50
+ | 1.0094 | 0.9800 | 6 |
51
+ | 1.0075 | 0.9809 | 7 |
52
+ | 1.0066 | 0.9784 | 8 |
53
+ | 1.0062 | 0.9768 | 9 |
54
+ | 1.0032 | 0.9751 | 10 |
55
+ | 1.0023 | 0.9764 | 11 |
56
+ | 1.0008 | 0.9735 | 12 |
57
+ | 0.9994 | 0.9730 | 13 |
58
+ | 0.9986 | 0.9761 | 14 |
59
+ | 0.9975 | 0.9714 | 15 |
60
+ | 0.9953 | 0.9708 | 16 |
61
+ | 0.9941 | 0.9683 | 17 |
62
+ | 0.9933 | 0.9681 | 18 |
63
+ | 0.9920 | 0.9688 | 19 |
64
+ | 0.9907 | 0.9648 | 20 |
65
+ | 0.9897 | 0.9625 | 21 |
66
+ | 0.9890 | 0.9642 | 22 |
67
+ | 0.9873 | 0.9633 | 23 |
68
+ | 0.9867 | 0.9618 | 24 |
69
+ | 0.9857 | 0.9600 | 25 |
70
+ | 0.9839 | 0.9598 | 26 |
71
+ | 0.9827 | 0.9585 | 27 |
72
+ | 0.9821 | 0.9607 | 28 |
73
+ | 0.9809 | 0.9579 | 29 |
74
+ | 0.9803 | 0.9561 | 30 |
75
+ | 0.9786 | 0.9563 | 31 |
76
+ | 0.9774 | 0.9536 | 32 |
77
+ | 0.9766 | 0.9542 | 33 |
78
+ | 0.9756 | 0.9523 | 34 |
79
+ | 0.9743 | 0.9525 | 35 |
80
+ | 0.9730 | 0.9513 | 36 |
81
+ | 0.9721 | 0.9507 | 37 |
82
+ | 0.9715 | 0.9506 | 38 |
83
+ | 0.9702 | 0.9482 | 39 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.20.1
89
+ - TensorFlow 2.8.2
90
+ - Datasets 2.3.2
91
+ - 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_0105105",
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:e55e68aeb79165724e9c691fac9e2803800fdcf30f1b481566e8eedbe2e95d64
3
+ size 345901880