| { |
| "_name_or_path": "gogamza/kobart-base-v2", |
| "activation_dropout": 0.0, |
| "activation_function": "gelu", |
| "add_bias_logits": false, |
| "add_final_layer_norm": false, |
| "architectures": [ |
| "BartForCausalLM" |
| ], |
| "attention_dropout": 0.0, |
| "author": "Heewon Jeon(madjakarta@gmail.com)", |
| "bos_token_id": 1, |
| "classif_dropout": 0.1, |
| "classifier_dropout": 0.1, |
| "d_model": 768, |
| "decoder_attention_heads": 16, |
| "decoder_ffn_dim": 3072, |
| "decoder_layerdrop": 0.0, |
| "decoder_layers": 6, |
| "decoder_start_token_id": 1, |
| "do_blenderbot_90_layernorm": false, |
| "dropout": 0.1, |
| "encoder_attention_heads": 16, |
| "encoder_ffn_dim": 3072, |
| "encoder_layerdrop": 0.0, |
| "encoder_layers": 6, |
| "eos_token_id": 1, |
| "extra_pos_embeddings": 2, |
| "force_bos_token_to_be_generated": false, |
| "forced_eos_token_id": 1, |
| "gradient_checkpointing": false, |
| "id2label": { |
| "0": "NEGATIVE", |
| "1": "POSITIVE" |
| }, |
| "init_std": 0.02, |
| "is_decoder": true, |
| "is_encoder_decoder": false, |
| "kobart_version": 2.0, |
| "label2id": { |
| "NEGATIVE": 0, |
| "POSITIVE": 1 |
| }, |
| "max_position_embeddings": 1026, |
| "model_type": "bart", |
| "normalize_before": false, |
| "normalize_embedding": true, |
| "num_hidden_layers": 6, |
| "pad_token_id": 3, |
| "quantization_config": { |
| "_load_in_4bit": true, |
| "_load_in_8bit": false, |
| "bnb_4bit_compute_dtype": "bfloat16", |
| "bnb_4bit_quant_storage": "uint8", |
| "bnb_4bit_quant_type": "nf4", |
| "bnb_4bit_use_double_quant": true, |
| "llm_int8_enable_fp32_cpu_offload": false, |
| "llm_int8_has_fp16_weight": false, |
| "llm_int8_skip_modules": null, |
| "llm_int8_threshold": 6.0, |
| "load_in_4bit": true, |
| "load_in_8bit": false, |
| "quant_method": "bitsandbytes" |
| }, |
| "scale_embedding": false, |
| "static_position_embeddings": false, |
| "tokenizer_class": "PreTrainedTokenizerFast", |
| "torch_dtype": "float32", |
| "transformers_version": "4.41.0.dev0", |
| "use_cache": true, |
| "vocab_size": 30000 |
| } |
|
|