Update config.json
Browse files- config.json +94 -1
    	
        config.json
    CHANGED
    
    | @@ -1 +1,94 @@ | |
| 1 | 
            -
            { | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "vocab_size": 128256,
         | 
| 3 | 
            +
              "max_position_embeddings": 4096,
         | 
| 4 | 
            +
              "hidden_size": 4096,
         | 
| 5 | 
            +
              "intermediate_size": 14336,
         | 
| 6 | 
            +
              "num_hidden_layers": 32,
         | 
| 7 | 
            +
              "num_attention_heads": 32,
         | 
| 8 | 
            +
              "num_key_value_heads": 8,
         | 
| 9 | 
            +
              "hidden_act": "silu",
         | 
| 10 | 
            +
              "initializer_range": 0.02,
         | 
| 11 | 
            +
              "rms_norm_eps": 0.00001,
         | 
| 12 | 
            +
              "pretraining_tp": 1,
         | 
| 13 | 
            +
              "use_cache": true,
         | 
| 14 | 
            +
              "rope_theta": 500000,
         | 
| 15 | 
            +
              "rope_scaling": {
         | 
| 16 | 
            +
                "factor": 8.0,
         | 
| 17 | 
            +
                "low_freq_factor": 1.0,
         | 
| 18 | 
            +
                "high_freq_factor": 4.0,
         | 
| 19 | 
            +
                "original_max_position_embeddings": 8192,
         | 
| 20 | 
            +
                "rope_type": "llama3"
         | 
| 21 | 
            +
              },
         | 
| 22 | 
            +
              "attention_bias": false,
         | 
| 23 | 
            +
              "attention_dropout": 0.0,
         | 
| 24 | 
            +
              "mlp_bias": false,
         | 
| 25 | 
            +
              "head_dim": 128,
         | 
| 26 | 
            +
              "return_dict": true,
         | 
| 27 | 
            +
              "output_hidden_states": false,
         | 
| 28 | 
            +
              "output_attentions": false,
         | 
| 29 | 
            +
              "torchscript": false,
         | 
| 30 | 
            +
              "torch_dtype": null,
         | 
| 31 | 
            +
              "use_bfloat16": false,
         | 
| 32 | 
            +
              "tf_legacy_loss": false,
         | 
| 33 | 
            +
              "pruned_heads": {},
         | 
| 34 | 
            +
              "tie_word_embeddings": false,
         | 
| 35 | 
            +
              "chunk_size_feed_forward": 0,
         | 
| 36 | 
            +
              "is_encoder_decoder": false,
         | 
| 37 | 
            +
              "is_decoder": false,
         | 
| 38 | 
            +
              "cross_attention_hidden_size": null,
         | 
| 39 | 
            +
              "add_cross_attention": false,
         | 
| 40 | 
            +
              "tie_encoder_decoder": false,
         | 
| 41 | 
            +
              "max_length": 20,
         | 
| 42 | 
            +
              "min_length": 0,
         | 
| 43 | 
            +
              "do_sample": false,
         | 
| 44 | 
            +
              "early_stopping": false,
         | 
| 45 | 
            +
              "num_beams": 1,
         | 
| 46 | 
            +
              "num_beam_groups": 1,
         | 
| 47 | 
            +
              "diversity_penalty": 0.0,
         | 
| 48 | 
            +
              "temperature": 1.0,
         | 
| 49 | 
            +
              "top_k": 50,
         | 
| 50 | 
            +
              "top_p": 1.0,
         | 
| 51 | 
            +
              "typical_p": 1.0,
         | 
| 52 | 
            +
              "repetition_penalty": 1.0,
         | 
| 53 | 
            +
              "length_penalty": 1.0,
         | 
| 54 | 
            +
              "no_repeat_ngram_size": 0,
         | 
| 55 | 
            +
              "encoder_no_repeat_ngram_size": 0,
         | 
| 56 | 
            +
              "bad_words_ids": null,
         | 
| 57 | 
            +
              "num_return_sequences": 1,
         | 
| 58 | 
            +
              "output_scores": false,
         | 
| 59 | 
            +
              "return_dict_in_generate": false,
         | 
| 60 | 
            +
              "forced_bos_token_id": null,
         | 
| 61 | 
            +
              "forced_eos_token_id": null,
         | 
| 62 | 
            +
              "remove_invalid_values": false,
         | 
| 63 | 
            +
              "exponential_decay_length_penalty": null,
         | 
| 64 | 
            +
              "suppress_tokens": null,
         | 
| 65 | 
            +
              "begin_suppress_tokens": [
         | 
| 66 | 
            +
                128000,
         | 
| 67 | 
            +
                128001
         | 
| 68 | 
            +
              ],
         | 
| 69 | 
            +
              "architectures": [
         | 
| 70 | 
            +
                "LlamaForCausalLM"
         | 
| 71 | 
            +
              ],
         | 
| 72 | 
            +
              "finetuning_task": null,
         | 
| 73 | 
            +
              "id2label": {
         | 
| 74 | 
            +
                "0": "LABEL_0",
         | 
| 75 | 
            +
                "1": "LABEL_1"
         | 
| 76 | 
            +
              },
         | 
| 77 | 
            +
              "label2id": {
         | 
| 78 | 
            +
                "LABEL_0": 0,
         | 
| 79 | 
            +
                "LABEL_1": 1
         | 
| 80 | 
            +
              },
         | 
| 81 | 
            +
              "tokenizer_class": null,
         | 
| 82 | 
            +
              "prefix": null,
         | 
| 83 | 
            +
              "bos_token_id": 128000,
         | 
| 84 | 
            +
              "pad_token_id": null,
         | 
| 85 | 
            +
              "eos_token_id": 128009,
         | 
| 86 | 
            +
              "sep_token_id": null,
         | 
| 87 | 
            +
              "decoder_start_token_id": 128000,
         | 
| 88 | 
            +
              "task_specific_params": null,
         | 
| 89 | 
            +
              "problem_type": null,
         | 
| 90 | 
            +
              "_name_or_path": "",
         | 
| 91 | 
            +
              "_attn_implementation_autoset": false,
         | 
| 92 | 
            +
              "transformers_version": "4.51.3",
         | 
| 93 | 
            +
              "model_type": "llama"
         | 
| 94 | 
            +
            }
         | 

