Training in progress, epoch 1
Browse files- config.json +52 -52
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_cross_attention": false,
|
| 3 |
-
"architectures": [
|
| 4 |
-
"BertForTokenClassification"
|
| 5 |
-
],
|
| 6 |
-
"attention_probs_dropout_prob": 0.3,
|
| 7 |
-
"bos_token_id": null,
|
| 8 |
-
"classifier_dropout": null,
|
| 9 |
-
"dtype": "float32",
|
| 10 |
-
"eos_token_id": null,
|
| 11 |
-
"gradient_checkpointing": false,
|
| 12 |
-
"hidden_act": "gelu",
|
| 13 |
-
"hidden_dropout_prob": 0.3,
|
| 14 |
-
"hidden_size": 768,
|
| 15 |
-
"id2label": {
|
| 16 |
-
"0": "O",
|
| 17 |
-
"1": "B-PER",
|
| 18 |
-
"2": "I-PER",
|
| 19 |
-
"3": "B-ORG",
|
| 20 |
-
"4": "I-ORG",
|
| 21 |
-
"5": "B-LOC",
|
| 22 |
-
"6": "I-LOC",
|
| 23 |
-
"7": "B-MISC",
|
| 24 |
-
"8": "I-MISC"
|
| 25 |
-
},
|
| 26 |
-
"initializer_range": 0.02,
|
| 27 |
-
"intermediate_size": 3072,
|
| 28 |
-
"is_decoder": false,
|
| 29 |
-
"label2id": {
|
| 30 |
-
"B-LOC": 5,
|
| 31 |
-
"B-MISC": 7,
|
| 32 |
-
"B-ORG": 3,
|
| 33 |
-
"B-PER": 1,
|
| 34 |
-
"I-LOC": 6,
|
| 35 |
-
"I-MISC": 8,
|
| 36 |
-
"I-ORG": 4,
|
| 37 |
-
"I-PER": 2,
|
| 38 |
-
"O": 0
|
| 39 |
-
},
|
| 40 |
-
"layer_norm_eps": 1e-12,
|
| 41 |
-
"max_position_embeddings": 512,
|
| 42 |
-
"model_type": "bert",
|
| 43 |
-
"num_attention_heads": 12,
|
| 44 |
-
"num_hidden_layers": 12,
|
| 45 |
-
"pad_token_id": 0,
|
| 46 |
-
"position_embedding_type": "absolute",
|
| 47 |
-
"tie_word_embeddings": true,
|
| 48 |
-
"transformers_version": "5.
|
| 49 |
-
"type_vocab_size": 2,
|
| 50 |
-
"use_cache": false,
|
| 51 |
-
"vocab_size": 28996
|
| 52 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_cross_attention": false,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.3,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"dtype": "float32",
|
| 10 |
+
"eos_token_id": null,
|
| 11 |
+
"gradient_checkpointing": false,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.3,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "O",
|
| 17 |
+
"1": "B-PER",
|
| 18 |
+
"2": "I-PER",
|
| 19 |
+
"3": "B-ORG",
|
| 20 |
+
"4": "I-ORG",
|
| 21 |
+
"5": "B-LOC",
|
| 22 |
+
"6": "I-LOC",
|
| 23 |
+
"7": "B-MISC",
|
| 24 |
+
"8": "I-MISC"
|
| 25 |
+
},
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"intermediate_size": 3072,
|
| 28 |
+
"is_decoder": false,
|
| 29 |
+
"label2id": {
|
| 30 |
+
"B-LOC": 5,
|
| 31 |
+
"B-MISC": 7,
|
| 32 |
+
"B-ORG": 3,
|
| 33 |
+
"B-PER": 1,
|
| 34 |
+
"I-LOC": 6,
|
| 35 |
+
"I-MISC": 8,
|
| 36 |
+
"I-ORG": 4,
|
| 37 |
+
"I-PER": 2,
|
| 38 |
+
"O": 0
|
| 39 |
+
},
|
| 40 |
+
"layer_norm_eps": 1e-12,
|
| 41 |
+
"max_position_embeddings": 512,
|
| 42 |
+
"model_type": "bert",
|
| 43 |
+
"num_attention_heads": 12,
|
| 44 |
+
"num_hidden_layers": 12,
|
| 45 |
+
"pad_token_id": 0,
|
| 46 |
+
"position_embedding_type": "absolute",
|
| 47 |
+
"tie_word_embeddings": true,
|
| 48 |
+
"transformers_version": "5.5.4",
|
| 49 |
+
"type_vocab_size": 2,
|
| 50 |
+
"use_cache": false,
|
| 51 |
+
"vocab_size": 28996
|
| 52 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430929716
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1651fea32692fb2e7c3240cfa2b8dbb516842991848cdeff84fef7b4621b6c0
|
| 3 |
size 430929716
|
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:ee01e16b8da66d8e146dc41eed8ff3272f5a7c6b0374373c09c3918b92635b38
|
| 3 |
+
size 5265
|