Upload TFBertForPreTraining
Browse files- README.md +70 -0
- config.json +24 -0
- tf_model.h5 +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_keras_callback
|
4 |
+
model-index:
|
5 |
+
- name: bert_3
|
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 |
+
# bert_3
|
13 |
+
|
14 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 6.0851
|
17 |
+
- Epoch: 19
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 1e-04, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
37 |
+
- training_precision: float32
|
38 |
+
|
39 |
+
### Training results
|
40 |
+
|
41 |
+
| Train Loss | Epoch |
|
42 |
+
|:----------:|:-----:|
|
43 |
+
| 8.8352 | 0 |
|
44 |
+
| 6.8732 | 1 |
|
45 |
+
| 6.6390 | 2 |
|
46 |
+
| 6.3008 | 3 |
|
47 |
+
| 6.5051 | 4 |
|
48 |
+
| 6.3542 | 5 |
|
49 |
+
| 6.2322 | 6 |
|
50 |
+
| 6.2831 | 7 |
|
51 |
+
| 6.3018 | 8 |
|
52 |
+
| 6.2346 | 9 |
|
53 |
+
| 6.1593 | 10 |
|
54 |
+
| 6.1451 | 11 |
|
55 |
+
| 6.1091 | 12 |
|
56 |
+
| 6.1909 | 13 |
|
57 |
+
| 6.1473 | 14 |
|
58 |
+
| 6.0694 | 15 |
|
59 |
+
| 5.9517 | 16 |
|
60 |
+
| 6.1890 | 17 |
|
61 |
+
| 6.1535 | 18 |
|
62 |
+
| 6.0851 | 19 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.33.1
|
68 |
+
- TensorFlow 2.10.0
|
69 |
+
- Datasets 2.12.0
|
70 |
+
- Tokenizers 0.13.3
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"BertForPreTraining"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"classifier_dropout": null,
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "bert",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"position_embedding_type": "absolute",
|
20 |
+
"transformers_version": "4.33.1",
|
21 |
+
"type_vocab_size": 2,
|
22 |
+
"use_cache": true,
|
23 |
+
"vocab_size": 28996
|
24 |
+
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1c830e1cf8883637f1afe482515cbc5aea87efa40fc2ad9234fafc597cc60fe
|
3 |
+
size 526681688
|