Joshua Lochner
commited on
Commit
•
1a5b8f3
1
Parent(s):
a45bd3f
Remove default config information
Browse files- config.json +2 -33
config.json
CHANGED
@@ -1,39 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "models/classifier-85000",
|
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": 0,
|
14 |
"1": 1,
|
15 |
"2": 2,
|
16 |
"3": 3
|
17 |
-
|
18 |
-
|
19 |
-
"intermediate_size": 3072,
|
20 |
-
"label2id": {
|
21 |
-
"0": 0,
|
22 |
-
"1": 1,
|
23 |
-
"2": 2,
|
24 |
-
"3": 3
|
25 |
-
},
|
26 |
-
"layer_norm_eps": 1e-12,
|
27 |
-
"max_position_embeddings": 512,
|
28 |
-
"model_type": "bert",
|
29 |
-
"num_attention_heads": 12,
|
30 |
-
"num_hidden_layers": 12,
|
31 |
-
"pad_token_id": 0,
|
32 |
-
"position_embedding_type": "absolute",
|
33 |
-
"problem_type": "single_label_classification",
|
34 |
-
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.17.0",
|
36 |
-
"type_vocab_size": 2,
|
37 |
-
"use_cache": true,
|
38 |
-
"vocab_size": 30541
|
39 |
-
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"id2label": {
|
3 |
"0": 0,
|
4 |
"1": 1,
|
5 |
"2": 2,
|
6 |
"3": 3
|
7 |
+
}
|
8 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|