ZahidAhmad commited on
Commit
fae6a5f
1 Parent(s): 6f2e19c

Upload best_model_config.json

Browse files
Files changed (1) hide show
  1. best_model_config.json +100 -0
best_model_config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 30522,
3
+ "max_position_embeddings": 512,
4
+ "sinusoidal_pos_embds": false,
5
+ "n_layers": 6,
6
+ "n_heads": 12,
7
+ "dim": 768,
8
+ "hidden_dim": 3072,
9
+ "dropout": 0.1,
10
+ "attention_dropout": 0.1,
11
+ "activation": "gelu",
12
+ "initializer_range": 0.02,
13
+ "qa_dropout": 0.1,
14
+ "seq_classif_dropout": 0.2,
15
+ "return_dict": true,
16
+ "output_hidden_states": false,
17
+ "output_attentions": false,
18
+ "torchscript": false,
19
+ "torch_dtype": "float32",
20
+ "use_bfloat16": false,
21
+ "tf_legacy_loss": false,
22
+ "pruned_heads": {},
23
+ "tie_word_embeddings": true,
24
+ "chunk_size_feed_forward": 0,
25
+ "is_encoder_decoder": false,
26
+ "is_decoder": false,
27
+ "cross_attention_hidden_size": null,
28
+ "add_cross_attention": false,
29
+ "tie_encoder_decoder": false,
30
+ "max_length": 20,
31
+ "min_length": 0,
32
+ "do_sample": false,
33
+ "early_stopping": false,
34
+ "num_beams": 1,
35
+ "num_beam_groups": 1,
36
+ "diversity_penalty": 0.0,
37
+ "temperature": 1.0,
38
+ "top_k": 50,
39
+ "top_p": 1.0,
40
+ "typical_p": 1.0,
41
+ "repetition_penalty": 1.0,
42
+ "length_penalty": 1.0,
43
+ "no_repeat_ngram_size": 0,
44
+ "encoder_no_repeat_ngram_size": 0,
45
+ "bad_words_ids": null,
46
+ "num_return_sequences": 1,
47
+ "output_scores": false,
48
+ "return_dict_in_generate": false,
49
+ "forced_bos_token_id": null,
50
+ "forced_eos_token_id": null,
51
+ "remove_invalid_values": false,
52
+ "exponential_decay_length_penalty": null,
53
+ "suppress_tokens": null,
54
+ "begin_suppress_tokens": null,
55
+ "architectures": [
56
+ "DistilBertForSequenceClassification"
57
+ ],
58
+ "finetuning_task": null,
59
+ "id2label": {
60
+ "0": "LABEL_0",
61
+ "1": "LABEL_1",
62
+ "2": "LABEL_2",
63
+ "3": "LABEL_3",
64
+ "4": "LABEL_4",
65
+ "5": "LABEL_5",
66
+ "6": "LABEL_6",
67
+ "7": "LABEL_7",
68
+ "8": "LABEL_8",
69
+ "9": "LABEL_9",
70
+ "10": "LABEL_10",
71
+ "11": "LABEL_11"
72
+ },
73
+ "label2id": {
74
+ "LABEL_0": 0,
75
+ "LABEL_1": 1,
76
+ "LABEL_2": 2,
77
+ "LABEL_3": 3,
78
+ "LABEL_4": 4,
79
+ "LABEL_5": 5,
80
+ "LABEL_6": 6,
81
+ "LABEL_7": 7,
82
+ "LABEL_8": 8,
83
+ "LABEL_9": 9,
84
+ "LABEL_10": 10,
85
+ "LABEL_11": 11
86
+ },
87
+ "tokenizer_class": null,
88
+ "prefix": null,
89
+ "bos_token_id": null,
90
+ "pad_token_id": 0,
91
+ "eos_token_id": null,
92
+ "sep_token_id": null,
93
+ "decoder_start_token_id": null,
94
+ "task_specific_params": null,
95
+ "problem_type": null,
96
+ "_name_or_path": "distilbert-base-uncased",
97
+ "transformers_version": "4.38.2",
98
+ "model_type": "distilbert",
99
+ "tie_weights_": true
100
+ }