Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +17 -15
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "O",
|
| 13 |
"1": "B-corporation",
|
|
@@ -16,6 +17,7 @@
|
|
| 16 |
"4": "I-person"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
|
|
|
| 19 |
"label2id": {
|
| 20 |
"B-corporation": 1,
|
| 21 |
"B-person": 3,
|
|
@@ -23,16 +25,16 @@
|
|
| 23 |
"I-person": 4,
|
| 24 |
"O": 0
|
| 25 |
},
|
|
|
|
| 26 |
"max_position_embeddings": 512,
|
| 27 |
-
"model_type": "
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
"pad_token_id": 0,
|
| 31 |
-
"
|
| 32 |
-
"seq_classif_dropout": 0.2,
|
| 33 |
-
"sinusoidal_pos_embds": false,
|
| 34 |
-
"tie_weights_": true,
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.
|
|
|
|
|
|
|
| 37 |
"vocab_size": 30522
|
| 38 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
+
"BertForTokenClassification"
|
| 5 |
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "O",
|
| 14 |
"1": "B-corporation",
|
|
|
|
| 17 |
"4": "I-person"
|
| 18 |
},
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
+
"intermediate_size": 3072,
|
| 21 |
"label2id": {
|
| 22 |
"B-corporation": 1,
|
| 23 |
"B-person": 3,
|
|
|
|
| 25 |
"I-person": 4,
|
| 26 |
"O": 0
|
| 27 |
},
|
| 28 |
+
"layer_norm_eps": 1e-12,
|
| 29 |
"max_position_embeddings": 512,
|
| 30 |
+
"model_type": "bert",
|
| 31 |
+
"num_attention_heads": 12,
|
| 32 |
+
"num_hidden_layers": 12,
|
| 33 |
"pad_token_id": 0,
|
| 34 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.30.2",
|
| 37 |
+
"type_vocab_size": 2,
|
| 38 |
+
"use_cache": true,
|
| 39 |
"vocab_size": 30522
|
| 40 |
}
|
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:8fd1faffc98994dfc4729b0c5fb02a9c4d8042248a7e266101e2d55f602a400d
|
| 3 |
+
size 435654125
|
tokenizer_config.json
CHANGED
|
@@ -8,6 +8,6 @@
|
|
| 8 |
"sep_token": "[SEP]",
|
| 9 |
"strip_accents": null,
|
| 10 |
"tokenize_chinese_chars": true,
|
| 11 |
-
"tokenizer_class": "
|
| 12 |
"unk_token": "[UNK]"
|
| 13 |
}
|
|
|
|
| 8 |
"sep_token": "[SEP]",
|
| 9 |
"strip_accents": null,
|
| 10 |
"tokenize_chinese_chars": true,
|
| 11 |
+
"tokenizer_class": "BertTokenizer",
|
| 12 |
"unk_token": "[UNK]"
|
| 13 |
}
|
training_args.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:a8fd41bffd44822c298134a1781b95f407f5447ccde1c103053e3cc3158a6438
|
| 3 |
+
size 3963
|