duwuonline
commited on
Commit
•
eac912c
1
Parent(s):
b408eaa
End of training
Browse files- config.json +15 -22
- generation_config.json +1 -2
- merges.txt +0 -0
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,31 +1,24 @@
|
|
1 |
{
|
2 |
-
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"resid_pdrop": 0.1,
|
20 |
-
"scale_attn_by_inverse_layer_idx": false,
|
21 |
-
"scale_attn_weights": true,
|
22 |
-
"summary_activation": null,
|
23 |
-
"summary_first_dropout": 0.1,
|
24 |
-
"summary_proj_to_labels": true,
|
25 |
-
"summary_type": "cls_index",
|
26 |
-
"summary_use_proj": true,
|
27 |
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.32.0",
|
|
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 52000
|
31 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
+
"BertLMHeadModel"
|
4 |
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"classifier_dropout": null,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 3072,
|
12 |
+
"layer_norm_eps": 1e-12,
|
13 |
+
"max_position_embeddings": 514,
|
14 |
+
"model_type": "bert",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 6,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"torch_dtype": "float32",
|
20 |
"transformers_version": "4.32.0",
|
21 |
+
"type_vocab_size": 2,
|
22 |
"use_cache": true,
|
23 |
"vocab_size": 52000
|
24 |
}
|
generation_config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"
|
4 |
-
"eos_token_id": 50256,
|
5 |
"transformers_version": "4.32.0"
|
6 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"pad_token_id": 0,
|
|
|
4 |
"transformers_version": "4.32.0"
|
5 |
}
|
merges.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bf1f3dc55bc2205f00a7f8d0691e0f402de989aa5100ca8f6997ff294bb2fcd
|
3 |
+
size 334056757
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fcdcbcdc06580cc4d992a218697fd3ef45dcb0c4572cc8f290ae3c4acb1468c
|
3 |
size 4091
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|