Spaces:
Runtime error
Runtime error
cta2106
commited on
Commit
·
2463169
1
Parent(s):
5845540
fixed error in config.json
Browse files- model/config.json +54 -54
model/config.json
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
"label2id":
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path":"/content/drive/MyDrive/output",
|
3 |
+
"architectures":[
|
4 |
+
"LongformerForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_mode":"longformer",
|
7 |
+
"attention_probs_dropout_prob":0.1,
|
8 |
+
"attention_window":[
|
9 |
+
1024,
|
10 |
+
1024,
|
11 |
+
1024,
|
12 |
+
1024,
|
13 |
+
1024,
|
14 |
+
1024,
|
15 |
+
1024,
|
16 |
+
1024,
|
17 |
+
1024,
|
18 |
+
1024,
|
19 |
+
1024,
|
20 |
+
1024
|
21 |
+
],
|
22 |
+
"bos_token_id":0,
|
23 |
+
"classifier_dropout":null,
|
24 |
+
"eos_token_id":2,
|
25 |
+
"gradient_checkpointing":false,
|
26 |
+
"hidden_act":"gelu",
|
27 |
+
"hidden_dropout_prob":0.1,
|
28 |
+
"hidden_size":768,
|
29 |
+
"id2label":{
|
30 |
+
"0":"Dovish",
|
31 |
+
"1":"Hawkish"
|
32 |
+
},
|
33 |
+
"ignore_attention_mask":false,
|
34 |
+
"initializer_range":0.02,
|
35 |
+
"intermediate_size":3072,
|
36 |
+
"label2id":{
|
37 |
+
"LABEL_0":"Dovish",
|
38 |
+
"LABEL_1":"Hawkish"
|
39 |
+
},
|
40 |
+
"layer_norm_eps":1e-05,
|
41 |
+
"max_position_embeddings":4098,
|
42 |
+
"model_type":"longformer",
|
43 |
+
"num_attention_heads":12,
|
44 |
+
"num_hidden_layers":12,
|
45 |
+
"onnx_export":false,
|
46 |
+
"pad_token_id":1,
|
47 |
+
"position_embedding_type":"absolute",
|
48 |
+
"problem_type":"multi_label_classification",
|
49 |
+
"sep_token_id":2,
|
50 |
+
"torch_dtype":"float32",
|
51 |
+
"transformers_version":"4.23.1",
|
52 |
+
"type_vocab_size":1,
|
53 |
+
"use_cache":true,
|
54 |
+
"vocab_size":50265
|
55 |
+
}
|