Upload BertForSequenceClassification
Browse files- config.json +16 -14
- model.safetensors +2 -2
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": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
@@ -697,6 +698,7 @@
|
|
697 |
"685": "LABEL_685"
|
698 |
},
|
699 |
"initializer_range": 0.02,
|
|
|
700 |
"label2id": {
|
701 |
"LABEL_0": 0,
|
702 |
"LABEL_1": 1,
|
@@ -1385,16 +1387,16 @@
|
|
1385 |
"LABEL_98": 98,
|
1386 |
"LABEL_99": 99
|
1387 |
},
|
|
|
1388 |
"max_position_embeddings": 512,
|
1389 |
-
"model_type": "
|
1390 |
-
"
|
1391 |
-
"
|
1392 |
"pad_token_id": 0,
|
1393 |
-
"
|
1394 |
-
"seq_classif_dropout": 0.2,
|
1395 |
-
"sinusoidal_pos_embds": false,
|
1396 |
-
"tie_weights_": true,
|
1397 |
"torch_dtype": "float32",
|
1398 |
"transformers_version": "4.44.2",
|
|
|
|
|
1399 |
"vocab_size": 30522
|
1400 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
|
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
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": "LABEL_0",
|
14 |
"1": "LABEL_1",
|
|
|
698 |
"685": "LABEL_685"
|
699 |
},
|
700 |
"initializer_range": 0.02,
|
701 |
+
"intermediate_size": 3072,
|
702 |
"label2id": {
|
703 |
"LABEL_0": 0,
|
704 |
"LABEL_1": 1,
|
|
|
1387 |
"LABEL_98": 98,
|
1388 |
"LABEL_99": 99
|
1389 |
},
|
1390 |
+
"layer_norm_eps": 1e-12,
|
1391 |
"max_position_embeddings": 512,
|
1392 |
+
"model_type": "bert",
|
1393 |
+
"num_attention_heads": 12,
|
1394 |
+
"num_hidden_layers": 12,
|
1395 |
"pad_token_id": 0,
|
1396 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
1397 |
"torch_dtype": "float32",
|
1398 |
"transformers_version": "4.44.2",
|
1399 |
+
"type_vocab_size": 2,
|
1400 |
+
"use_cache": true,
|
1401 |
"vocab_size": 30522
|
1402 |
}
|
model.safetensors
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:97c3670db325f9a93c95abf5e9664ed6e7be790fe64d8eb2af951f6ebb808b37
|
3 |
+
size 440062632
|