anoushka2000 commited on
Commit
4d70503
·
verified ·
1 Parent(s): e5b6c80

Restore previous config

Browse files
Files changed (1) hide show
  1. config.json +73 -19
config.json CHANGED
@@ -2,34 +2,88 @@
2
  "architectures": [
3
  "MISTFinetuned"
4
  ],
5
- "channels": [
6
- {
7
- "name": "U298"
8
- }
9
- ],
10
  "dtype": "float32",
11
  "encoder": {
 
 
 
 
 
 
 
12
  "bos_token_id": 0,
13
- "pad_token_id": 1,
14
- "eos_token_id": 2,
15
- "transformers_version": "4.57.1",
 
 
 
 
 
16
  "enable_token_counter": true,
17
- "model_type": "roberta-prelayernorm",
 
 
 
 
 
18
  "hidden_act": "gelu",
19
  "hidden_dropout_prob": 0.1,
20
- "attention_probs_dropout_prob": 0.1,
21
- "max_position_embeddings": 2048,
22
- "type_vocab_size": 2,
 
 
23
  "initializer_range": 0.02,
 
 
 
 
 
 
 
24
  "layer_norm_eps": 1e-12,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  "position_embedding_type": "absolute",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  "use_cache": true,
27
- "classifier_dropout": null,
28
- "vocab_size": 165,
29
- "hidden_size": 2304,
30
- "num_hidden_layers": 28,
31
- "num_attention_heads": 18,
32
- "intermediate_size": 9216
33
  },
34
  "model_type": "mist_finetuned",
35
  "task_network": {
@@ -47,4 +101,4 @@
47
  "AutoConfig": "modeling_mist_finetuned.MISTFinetunedConfig",
48
  "AutoModel": "modeling_mist_finetuned.MISTFinetuned"
49
  }
50
- }
 
2
  "architectures": [
3
  "MISTFinetuned"
4
  ],
5
+ "channels": null,
 
 
 
 
6
  "dtype": "float32",
7
  "encoder": {
8
+ "_name_or_path": "",
9
+ "add_cross_attention": false,
10
+ "architectures": null,
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "attn_implementation": null,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
  "bos_token_id": 0,
16
+ "chunk_size_feed_forward": 0,
17
+ "classifier_dropout": null,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "dtype": null,
23
+ "early_stopping": false,
24
  "enable_token_counter": true,
25
+ "encoder_no_repeat_ngram_size": 0,
26
+ "eos_token_id": 2,
27
+ "exponential_decay_length_penalty": null,
28
+ "finetuning_task": null,
29
+ "forced_bos_token_id": null,
30
+ "forced_eos_token_id": null,
31
  "hidden_act": "gelu",
32
  "hidden_dropout_prob": 0.1,
33
+ "hidden_size": 2304,
34
+ "id2label": {
35
+ "0": "LABEL_0",
36
+ "1": "LABEL_1"
37
+ },
38
  "initializer_range": 0.02,
39
+ "intermediate_size": 9216,
40
+ "is_decoder": false,
41
+ "is_encoder_decoder": false,
42
+ "label2id": {
43
+ "LABEL_0": 0,
44
+ "LABEL_1": 1
45
+ },
46
  "layer_norm_eps": 1e-12,
47
+ "length_penalty": 1.0,
48
+ "max_length": 20,
49
+ "max_position_embeddings": 2048,
50
+ "min_length": 0,
51
+ "model_type": "roberta-prelayernorm",
52
+ "no_repeat_ngram_size": 0,
53
+ "num_attention_heads": 18,
54
+ "num_beam_groups": 1,
55
+ "num_beams": 1,
56
+ "num_hidden_layers": 28,
57
+ "num_return_sequences": 1,
58
+ "output_attentions": false,
59
+ "output_hidden_states": false,
60
+ "output_scores": false,
61
+ "pad_token_id": 1,
62
  "position_embedding_type": "absolute",
63
+ "prefix": null,
64
+ "problem_type": null,
65
+ "pruned_heads": {},
66
+ "remove_invalid_values": false,
67
+ "repetition_penalty": 1.0,
68
+ "return_dict": true,
69
+ "return_dict_in_generate": false,
70
+ "sep_token_id": null,
71
+ "suppress_tokens": null,
72
+ "task_specific_params": null,
73
+ "temperature": 1.0,
74
+ "tf_legacy_loss": false,
75
+ "tie_encoder_decoder": false,
76
+ "tie_word_embeddings": true,
77
+ "tokenizer_class": null,
78
+ "top_k": 50,
79
+ "top_p": 1.0,
80
+ "torchscript": false,
81
+ "transformers_version": "4.57.1",
82
+ "type_vocab_size": 2,
83
+ "typical_p": 1.0,
84
+ "use_bfloat16": false,
85
  "use_cache": true,
86
+ "vocab_size": 165
 
 
 
 
 
87
  },
88
  "model_type": "mist_finetuned",
89
  "task_network": {
 
101
  "AutoConfig": "modeling_mist_finetuned.MISTFinetunedConfig",
102
  "AutoModel": "modeling_mist_finetuned.MISTFinetuned"
103
  }
104
+ }