primel commited on
Commit
3cafb9a
·
verified ·
1 Parent(s): 417a84f

Upload config.json with huggingface_hub

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