End of training
Browse files- config.json +6 -3
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_mode": "longformer",
|
7 |
"attention_probs_dropout_prob": 0.1,
|
@@ -32,6 +32,7 @@
|
|
32 |
512
|
33 |
],
|
34 |
"bos_token_id": 0,
|
|
|
35 |
"eos_token_id": 2,
|
36 |
"gradient_checkpointing": false,
|
37 |
"hidden_act": "gelu",
|
@@ -50,15 +51,17 @@
|
|
50 |
},
|
51 |
"layer_norm_eps": 1e-05,
|
52 |
"max_position_embeddings": 4098,
|
53 |
-
"model_type": "
|
54 |
"num_attention_heads": 16,
|
55 |
"num_hidden_layers": 24,
|
56 |
"onnx_export": false,
|
57 |
"pad_token_id": 1,
|
|
|
58 |
"problem_type": "single_label_classification",
|
59 |
"sep_token_id": 2,
|
60 |
"torch_dtype": "float32",
|
61 |
"transformers_version": "4.31.0",
|
62 |
"type_vocab_size": 1,
|
|
|
63 |
"vocab_size": 50265
|
64 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "C:\\Research\\haas-mfe-g28-cg\\model\\patentClassfication2\\",
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_mode": "longformer",
|
7 |
"attention_probs_dropout_prob": 0.1,
|
|
|
32 |
512
|
33 |
],
|
34 |
"bos_token_id": 0,
|
35 |
+
"classifier_dropout": null,
|
36 |
"eos_token_id": 2,
|
37 |
"gradient_checkpointing": false,
|
38 |
"hidden_act": "gelu",
|
|
|
51 |
},
|
52 |
"layer_norm_eps": 1e-05,
|
53 |
"max_position_embeddings": 4098,
|
54 |
+
"model_type": "bert",
|
55 |
"num_attention_heads": 16,
|
56 |
"num_hidden_layers": 24,
|
57 |
"onnx_export": false,
|
58 |
"pad_token_id": 1,
|
59 |
+
"position_embedding_type": "absolute",
|
60 |
"problem_type": "single_label_classification",
|
61 |
"sep_token_id": 2,
|
62 |
"torch_dtype": "float32",
|
63 |
"transformers_version": "4.31.0",
|
64 |
"type_vocab_size": 1,
|
65 |
+
"use_cache": true,
|
66 |
"vocab_size": 50265
|
67 |
}
|
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:d4e5619f912c51d6e78b8546db09f5d91c81068978d9b751f18a0cc354d6fb2b
|
3 |
+
size 1436261681
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdab9ac8f8024ad006c6764549fd220ce2f6fdb654551c8bf0004e269af0088a
|
3 |
size 3963
|