nicolauduran45
commited on
Commit
•
7862ebb
1
Parent(s):
1cecee2
Upload BertForSequenceClassification
Browse files- config.json +52 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/gdrive/MyDrive/2023VenetoInnovazione01 - S3 monitoring/3. Implementation/4. Classification/models/weak supervision/specter_v1",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
+
"architectures": [
|
10 |
+
"BertForSequenceClassification"
|
11 |
+
],
|
12 |
+
"attention_probs_dropout_prob": 0.1,
|
13 |
+
"classifier_dropout": null,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.1,
|
16 |
+
"hidden_size": 768,
|
17 |
+
"id2label": {
|
18 |
+
"0": "Smart Agrifood",
|
19 |
+
"1": "Smart Manufacturing",
|
20 |
+
"2": "Smart Living & Energy",
|
21 |
+
"3": "Cultura e Creativit\u00e0",
|
22 |
+
"4": "Smart Health",
|
23 |
+
"5": "Destinazione Intelligente",
|
24 |
+
"6": "Bioeconomy",
|
25 |
+
"7": "Space economy"
|
26 |
+
},
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 3072,
|
29 |
+
"label2id": {
|
30 |
+
"Bioeconomy": 6,
|
31 |
+
"Cultura e Creativit\u00e0": 3,
|
32 |
+
"Destinazione Intelligente": 5,
|
33 |
+
"Smart Agrifood": 0,
|
34 |
+
"Smart Health": 4,
|
35 |
+
"Smart Living & Energy": 2,
|
36 |
+
"Smart Manufacturing": 1,
|
37 |
+
"Space economy": 7
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-12,
|
40 |
+
"max_position_embeddings": 512,
|
41 |
+
"model_type": "bert",
|
42 |
+
"num_attention_heads": 12,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"pad_token_id": 0,
|
45 |
+
"position_embedding_type": "absolute",
|
46 |
+
"problem_type": "multi_label_classification",
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.35.2",
|
49 |
+
"type_vocab_size": 2,
|
50 |
+
"use_cache": true,
|
51 |
+
"vocab_size": 31090
|
52 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0758a7db3c10e502d81ea1da61be3c7aa8ee44fde79aeecf13b140c7a09bba8d
|
3 |
+
size 439722000
|