cta2106 commited on
Commit
2463169
·
1 Parent(s): 5845540

fixed error in config.json

Browse files
Files changed (1) hide show
  1. model/config.json +54 -54
model/config.json CHANGED
@@ -1,55 +1,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
- }
 
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
+ }