Commit
·
33e4e75
1
Parent(s):
12925ee
Update config.json
Browse files- config.json +0 -18
config.json
CHANGED
@@ -3,28 +3,10 @@
|
|
3 |
"architectures": [
|
4 |
"AlbertForUnmaskedLM"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
-
"classifier_dropout": null,
|
9 |
-
"eos_token_id": 2,
|
10 |
-
"hidden_act": "gelu",
|
11 |
-
"hidden_dropout_prob": 0.1,
|
12 |
-
"hidden_size": 768,
|
13 |
"id2label": {0: "Not Spam", 1: "Spam"},
|
14 |
-
"initializer_range": 0.02,
|
15 |
-
"intermediate_size": 3072,
|
16 |
"label2id": {"Not Spam": 0, "Spam": 1},
|
17 |
-
"layer_norm_eps": 1e-05,
|
18 |
-
"max_position_embeddings": 514,
|
19 |
-
"model_type": "albert",
|
20 |
-
"num_attention_heads": 12,
|
21 |
-
"num_hidden_layers": 12,
|
22 |
-
"pad_token_id": 1,
|
23 |
-
"position_embedding_type": "absolute",
|
24 |
"problem_type": "binary_classification",
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.21.3",
|
27 |
-
"type_vocab_size": 1,
|
28 |
"use_cache": true,
|
29 |
-
"vocab_size": 50265
|
30 |
}
|
|
|
3 |
"architectures": [
|
4 |
"AlbertForUnmaskedLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"id2label": {0: "Not Spam", 1: "Spam"},
|
|
|
|
|
7 |
"label2id": {"Not Spam": 0, "Spam": 1},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"problem_type": "binary_classification",
|
9 |
"torch_dtype": "float32",
|
10 |
"transformers_version": "4.21.3",
|
|
|
11 |
"use_cache": true,
|
|
|
12 |
}
|