Training in progress, epoch 1
Browse files- config.json +7 -5
- pytorch_model.bin +2 -2
- runs/Jun08_03-13-05_4426c91c7187/1686194098.307475/events.out.tfevents.1686194098.4426c91c7187.28.1 +3 -0
- runs/Jun08_03-13-05_4426c91c7187/events.out.tfevents.1686194098.4426c91c7187.28.0 +3 -0
- runs/Jun08_03-16-45_4426c91c7187/1686194213.7437828/events.out.tfevents.1686194213.4426c91c7187.28.3 +3 -0
- runs/Jun08_03-16-45_4426c91c7187/events.out.tfevents.1686194213.4426c91c7187.28.2 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,29 +1,31 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "bert-
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 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":
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
-
"intermediate_size":
|
| 14 |
"layer_norm_eps": 1e-12,
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"model_type": "bert",
|
| 17 |
"num_attention_heads": 12,
|
| 18 |
-
"num_hidden_layers":
|
| 19 |
"pad_token_id": 0,
|
| 20 |
-
"pooler_fc_size":
|
| 21 |
"pooler_num_attention_heads": 12,
|
| 22 |
"pooler_num_fc_layers": 3,
|
| 23 |
"pooler_size_per_head": 128,
|
| 24 |
"pooler_type": "first_token_transform",
|
| 25 |
"position_embedding_type": "absolute",
|
| 26 |
"problem_type": "single_label_classification",
|
|
|
|
| 27 |
"torch_dtype": "float32",
|
| 28 |
"transformers_version": "4.29.2",
|
| 29 |
"type_vocab_size": 2,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ckiplab/bert-tiny-chinese",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
| 8 |
"directionality": "bidi",
|
| 9 |
+
"gradient_checkpointing": false,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 312,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 1248,
|
| 15 |
"layer_norm_eps": 1e-12,
|
| 16 |
"max_position_embeddings": 512,
|
| 17 |
"model_type": "bert",
|
| 18 |
"num_attention_heads": 12,
|
| 19 |
+
"num_hidden_layers": 4,
|
| 20 |
"pad_token_id": 0,
|
| 21 |
+
"pooler_fc_size": 312,
|
| 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 |
"problem_type": "single_label_classification",
|
| 28 |
+
"tokenizer_class": "BertTokenizerFast",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.29.2",
|
| 31 |
"type_vocab_size": 2,
|
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:dd67115d3beba670fddced6992d506f7988fc54fb4254ed12aa1d41cf20c5dab
|
| 3 |
+
size 46187471
|
runs/Jun08_03-13-05_4426c91c7187/1686194098.307475/events.out.tfevents.1686194098.4426c91c7187.28.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c6168beab04cd2ccda30230c40a6cff7d12fb1c0ea72691eefbc9fc7f57fbe5
|
| 3 |
+
size 5907
|
runs/Jun08_03-13-05_4426c91c7187/events.out.tfevents.1686194098.4426c91c7187.28.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6c061070a82dcdb5155bfdff016dbaa37192e04fcceee38205df0f877d042e4
|
| 3 |
+
size 4243
|
runs/Jun08_03-16-45_4426c91c7187/1686194213.7437828/events.out.tfevents.1686194213.4426c91c7187.28.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaecdee07bb407638eddaec4e04e1e1e0bed2476961bb427eaeb223b7f77395a
|
| 3 |
+
size 5907
|
runs/Jun08_03-16-45_4426c91c7187/events.out.tfevents.1686194213.4426c91c7187.28.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2773f4a572515f5dded06ec9ae67950f0038ea63252d97015ce707311baca32c
|
| 3 |
+
size 4616
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83f5f7c5f01c4c1bcc5201bbd23f6a914c56cb64f86725b6e4150d9e1161b94c
|
| 3 |
size 3899
|