Update config.json
Browse files- config.json +67 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,67 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_num_labels": 5,
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "BertModel"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_probs_dropout_prob": 0.1,
         | 
| 7 | 
            +
              "bad_words_ids": null,
         | 
| 8 | 
            +
              "bos_token_id": null,
         | 
| 9 | 
            +
              "decoder_start_token_id": null,
         | 
| 10 | 
            +
              "directionality": "bidi",
         | 
| 11 | 
            +
              "do_sample": false,
         | 
| 12 | 
            +
              "early_stopping": false,
         | 
| 13 | 
            +
              "eos_token_id": null,
         | 
| 14 | 
            +
              "finetuning_task": null,
         | 
| 15 | 
            +
              "hidden_act": "gelu",
         | 
| 16 | 
            +
              "hidden_dropout_prob": 0.1,
         | 
| 17 | 
            +
              "hidden_size": 768,
         | 
| 18 | 
            +
              "id2label": {
         | 
| 19 | 
            +
                "0": "LABEL_0",
         | 
| 20 | 
            +
                "1": "LABEL_1",
         | 
| 21 | 
            +
                "2": "LABEL_2",
         | 
| 22 | 
            +
                "3": "LABEL_3",
         | 
| 23 | 
            +
                "4": "LABEL_4"
         | 
| 24 | 
            +
              },
         | 
| 25 | 
            +
              "initializer_range": 0.02,
         | 
| 26 | 
            +
              "intermediate_size": 3072,
         | 
| 27 | 
            +
              "is_decoder": false,
         | 
| 28 | 
            +
              "is_encoder_decoder": false,
         | 
| 29 | 
            +
              "label2id": {
         | 
| 30 | 
            +
                "LABEL_0": 0,
         | 
| 31 | 
            +
                "LABEL_1": 1,
         | 
| 32 | 
            +
                "LABEL_2": 2,
         | 
| 33 | 
            +
                "LABEL_3": 3,
         | 
| 34 | 
            +
                "LABEL_4": 4
         | 
| 35 | 
            +
              },
         | 
| 36 | 
            +
              "layer_norm_eps": 1e-12,
         | 
| 37 | 
            +
              "length_penalty": 1.0,
         | 
| 38 | 
            +
              "max_length": 20,
         | 
| 39 | 
            +
              "max_position_embeddings": 512,
         | 
| 40 | 
            +
              "min_length": 0,
         | 
| 41 | 
            +
              "model_type": "bert",
         | 
| 42 | 
            +
              "no_repeat_ngram_size": 0,
         | 
| 43 | 
            +
              "num_attention_heads": 12,
         | 
| 44 | 
            +
              "num_beams": 1,
         | 
| 45 | 
            +
              "num_hidden_layers": 12,
         | 
| 46 | 
            +
              "num_return_sequences": 1,
         | 
| 47 | 
            +
              "output_attentions": false,
         | 
| 48 | 
            +
              "output_hidden_states": false,
         | 
| 49 | 
            +
              "output_past": true,
         | 
| 50 | 
            +
              "pad_token_id": 0,
         | 
| 51 | 
            +
              "pooler_fc_size": 768,
         | 
| 52 | 
            +
              "pooler_num_attention_heads": 12,
         | 
| 53 | 
            +
              "pooler_num_fc_layers": 3,
         | 
| 54 | 
            +
              "pooler_size_per_head": 128,
         | 
| 55 | 
            +
              "pooler_type": "first_token_transform",
         | 
| 56 | 
            +
              "prefix": null,
         | 
| 57 | 
            +
              "pruned_heads": {},
         | 
| 58 | 
            +
              "repetition_penalty": 1.0,
         | 
| 59 | 
            +
              "task_specific_params": null,
         | 
| 60 | 
            +
              "temperature": 1.0,
         | 
| 61 | 
            +
              "top_k": 50,
         | 
| 62 | 
            +
              "top_p": 1.0,
         | 
| 63 | 
            +
              "torchscript": false,
         | 
| 64 | 
            +
              "type_vocab_size": 2,
         | 
| 65 | 
            +
              "use_bfloat16": false,
         | 
| 66 | 
            +
              "vocab_size": 50000
         | 
| 67 | 
            +
            }
         | 

