cornelius commited on
Commit
0a100df
1 Parent(s): f148670

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +77 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-german-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "1 - Macroeconomics",
13
+ "1": "10 - Transportation",
14
+ "2": "12 - Law and Crime",
15
+ "3": "13 - Social Welfare",
16
+ "4": "14 - Housing",
17
+ "5": "15 - Domestic Commerce",
18
+ "6": "16 - Defense",
19
+ "7": "17 - Technology",
20
+ "8": "18 - Foreign Trade",
21
+ "9": "19.1 - International Affairs",
22
+ "10": "19.2 - European Integration",
23
+ "11": "2 - Civil Rights",
24
+ "12": "20 - Government Operations",
25
+ "13": "23 - Culture",
26
+ "14": "3 - Health",
27
+ "15": "4 - Agriculture",
28
+ "16": "5 - Labor",
29
+ "17": "6 - Education",
30
+ "18": "7 - Environment",
31
+ "19": "8 - Energy",
32
+ "20": "9 - Immigration",
33
+ "21": "98 - Non-thematic",
34
+ "22": "99 - Other"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_10": 10,
42
+ "LABEL_11": 11,
43
+ "LABEL_12": 12,
44
+ "LABEL_13": 13,
45
+ "LABEL_14": 14,
46
+ "LABEL_15": 15,
47
+ "LABEL_16": 16,
48
+ "LABEL_17": 17,
49
+ "LABEL_18": 18,
50
+ "LABEL_19": 19,
51
+ "LABEL_2": 2,
52
+ "LABEL_20": 20,
53
+ "LABEL_21": 21,
54
+ "LABEL_22": 22,
55
+ "LABEL_3": 3,
56
+ "LABEL_4": 4,
57
+ "LABEL_5": 5,
58
+ "LABEL_6": 6,
59
+ "LABEL_7": 7,
60
+ "LABEL_8": 8,
61
+ "LABEL_9": 9
62
+ },
63
+ "layer_norm_eps": 1e-12,
64
+ "max_position_embeddings": 512,
65
+ "model_type": "bert",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "output_past": true,
69
+ "pad_token_id": 0,
70
+ "position_embedding_type": "absolute",
71
+ "problem_type": "single_label_classification",
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.28.0",
74
+ "type_vocab_size": 2,
75
+ "use_cache": true,
76
+ "vocab_size": 31102
77
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac457bd6ae15ff7a7415c5ebf90c8d021f371aa59a64832f04ca2c8e86a8a66
3
+ size 439854261