Training in progress, epoch 1
Browse files- config.json +18 -15
- pytorch_model.bin +2 -2
- tokenizer_config.json +4 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
11 |
"id2label": {
|
12 |
"0": "B-Product",
|
13 |
"1": "I-Product",
|
@@ -25,6 +26,7 @@
|
|
25 |
"13": "I-ModelNo"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
|
|
28 |
"label2id": {
|
29 |
"B-Country": 4,
|
30 |
"B-HSCode": 6,
|
@@ -41,16 +43,17 @@
|
|
41 |
"I-Product": 1,
|
42 |
"I-Trademark": 3
|
43 |
},
|
|
|
44 |
"max_position_embeddings": 512,
|
45 |
-
"model_type": "
|
46 |
-
"
|
47 |
-
"
|
|
|
48 |
"pad_token_id": 0,
|
49 |
-
"
|
50 |
-
"seq_classif_dropout": 0.2,
|
51 |
-
"sinusoidal_pos_embds": false,
|
52 |
-
"tie_weights_": true,
|
53 |
"torch_dtype": "float32",
|
54 |
"transformers_version": "4.33.2",
|
55 |
-
"
|
|
|
|
|
56 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "dslim/bert-base-NER",
|
3 |
+
"_num_labels": 9,
|
4 |
"architectures": [
|
5 |
+
"BertForTokenClassification"
|
6 |
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "B-Product",
|
14 |
"1": "I-Product",
|
|
|
26 |
"13": "I-ModelNo"
|
27 |
},
|
28 |
"initializer_range": 0.02,
|
29 |
+
"intermediate_size": 3072,
|
30 |
"label2id": {
|
31 |
"B-Country": 4,
|
32 |
"B-HSCode": 6,
|
|
|
43 |
"I-Product": 1,
|
44 |
"I-Trademark": 3
|
45 |
},
|
46 |
+
"layer_norm_eps": 1e-12,
|
47 |
"max_position_embeddings": 512,
|
48 |
+
"model_type": "bert",
|
49 |
+
"num_attention_heads": 12,
|
50 |
+
"num_hidden_layers": 12,
|
51 |
+
"output_past": true,
|
52 |
"pad_token_id": 0,
|
53 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
54 |
"torch_dtype": "float32",
|
55 |
"transformers_version": "4.33.2",
|
56 |
+
"type_vocab_size": 2,
|
57 |
+
"use_cache": true,
|
58 |
+
"vocab_size": 28996
|
59 |
}
|
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:5bfcaa901757e5c3802d573142e086269c9bff0ed9dbe4a8fe39bef732324c0a
|
3 |
+
size 430989481
|
tokenizer_config.json
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
|
|
4 |
"do_lower_case": false,
|
5 |
"mask_token": "[MASK]",
|
|
|
6 |
"model_max_length": 512,
|
|
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"strip_accents": null,
|
10 |
"tokenize_chinese_chars": true,
|
11 |
-
"tokenizer_class": "
|
12 |
"unk_token": "[UNK]"
|
13 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
"do_lower_case": false,
|
6 |
"mask_token": "[MASK]",
|
7 |
+
"max_len": 512,
|
8 |
"model_max_length": 512,
|
9 |
+
"never_split": null,
|
10 |
"pad_token": "[PAD]",
|
11 |
"sep_token": "[SEP]",
|
12 |
"strip_accents": null,
|
13 |
"tokenize_chinese_chars": true,
|
14 |
+
"tokenizer_class": "BertTokenizer",
|
15 |
"unk_token": "[UNK]"
|
16 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:929c76237b5e906e9df702db1bcae0dd4a3da2a0f89452604f7fc431fbf6a4fb
|
3 |
size 4027
|