Training in progress, epoch 1
Browse files- config.json +16 -14
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
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",
|
@@ -24,6 +25,7 @@
|
|
24 |
"12": "I-product"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
|
|
27 |
"label2id": {
|
28 |
"B-corporation": 1,
|
29 |
"B-creative-work": 3,
|
@@ -39,16 +41,16 @@
|
|
39 |
"I-product": 12,
|
40 |
"O": 0
|
41 |
},
|
|
|
42 |
"max_position_embeddings": 512,
|
43 |
-
"model_type": "
|
44 |
-
"
|
45 |
-
"
|
46 |
"pad_token_id": 0,
|
47 |
-
"
|
48 |
-
"seq_classif_dropout": 0.2,
|
49 |
-
"sinusoidal_pos_embds": false,
|
50 |
-
"tie_weights_": true,
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.25.1",
|
|
|
|
|
53 |
"vocab_size": 30522
|
54 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-large-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": 1024,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
"1": "B-corporation",
|
|
|
25 |
"12": "I-product"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 4096,
|
29 |
"label2id": {
|
30 |
"B-corporation": 1,
|
31 |
"B-creative-work": 3,
|
|
|
41 |
"I-product": 12,
|
42 |
"O": 0
|
43 |
},
|
44 |
+
"layer_norm_eps": 1e-12,
|
45 |
"max_position_embeddings": 512,
|
46 |
+
"model_type": "bert",
|
47 |
+
"num_attention_heads": 16,
|
48 |
+
"num_hidden_layers": 24,
|
49 |
"pad_token_id": 0,
|
50 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.25.1",
|
53 |
+
"type_vocab_size": 2,
|
54 |
+
"use_cache": true,
|
55 |
"vocab_size": 30522
|
56 |
}
|
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:860273b961900dc28c92b487102508387f5072027e71be133454699b58b0c359
|
3 |
+
size 1336560621
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3451
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6188cf62d52fa7fef646992d116ea376db31953f9504f7b22b1ea74476d7ff5
|
3 |
size 3451
|