End of training
Browse files- .gitignore +1 -0
- config.json +32 -0
- pytorch_model.bin +3 -0
- runs/Dec21_15-14-37_74e1977fbae4/1671635710.6209745/events.out.tfevents.1671635710.74e1977fbae4.86844.1 +3 -0
- runs/Dec21_15-14-37_74e1977fbae4/events.out.tfevents.1671635710.74e1977fbae4.86844.0 +3 -0
- runs/Dec21_15-14-37_74e1977fbae4/events.out.tfevents.1671635957.74e1977fbae4.86844.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hfl/chinese-bert-wwm",
|
3 |
+
"architectures": [
|
4 |
+
"BertForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
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": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"output_past": true,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"pooler_fc_size": 768,
|
22 |
+
"pooler_num_attention_heads": 12,
|
23 |
+
"pooler_num_fc_layers": 3,
|
24 |
+
"pooler_size_per_head": 128,
|
25 |
+
"pooler_type": "first_token_transform",
|
26 |
+
"position_embedding_type": "absolute",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.25.1",
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 21128
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:688e37e0ded6fd371f63ab27c92aedc39a8a816387968aa0d90d70615ee05d2c
|
3 |
+
size 409231801
|
runs/Dec21_15-14-37_74e1977fbae4/1671635710.6209745/events.out.tfevents.1671635710.74e1977fbae4.86844.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a829e487ea494937a64d568f922f0e33a4ed239bb0fac4e264de9561636ebaad
|
3 |
+
size 5530
|
runs/Dec21_15-14-37_74e1977fbae4/events.out.tfevents.1671635710.74e1977fbae4.86844.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2824822c207ab54748d0a2edc5cd09a48de48cdcfebed2827fb5c630c4c8233b
|
3 |
+
size 5740
|
runs/Dec21_15-14-37_74e1977fbae4/events.out.tfevents.1671635957.74e1977fbae4.86844.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1285dac256d60393d91f07365ca2ff4ff9058844fa9fd9bf796717ea161788f2
|
3 |
+
size 306
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99469930869693ca23f0a66f0006734cb51e16eaa287488209c9f059727917ea
|
3 |
+
size 3451
|