Instructions to use KushPokera/reprompt-lfm-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KushPokera/reprompt-lfm-classifier with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "transformers_version": "5.9.0", | |
| "architectures": [ | |
| "Lfm2ForCausalLM" | |
| ], | |
| "output_hidden_states": false, | |
| "return_dict": true, | |
| "dtype": "bfloat16", | |
| "chunk_size_feed_forward": 0, | |
| "is_encoder_decoder": false, | |
| "id2label": { | |
| "0": "LABEL_0", | |
| "1": "LABEL_1" | |
| }, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1 | |
| }, | |
| "problem_type": null, | |
| "vocab_size": 65536, | |
| "hidden_size": 2048, | |
| "intermediate_size": 12288, | |
| "num_hidden_layers": 16, | |
| "num_attention_heads": 32, | |
| "num_key_value_heads": 8, | |
| "max_position_embeddings": 128000, | |
| "initializer_range": 0.02, | |
| "norm_eps": 1e-05, | |
| "use_cache": true, | |
| "pad_token_id": 0, | |
| "bos_token_id": 1, | |
| "eos_token_id": 7, | |
| "tie_word_embeddings": true, | |
| "rope_parameters": { | |
| "rope_theta": 1000000.0, | |
| "rope_type": "default" | |
| }, | |
| "conv_bias": false, | |
| "conv_L_cache": 3, | |
| "block_multiple_of": 256, | |
| "block_ffn_dim_multiplier": 1.0, | |
| "block_auto_adjust_ff_dim": true, | |
| "full_attn_idxs": null, | |
| "layer_types": [ | |
| "conv", | |
| "conv", | |
| "full_attention", | |
| "conv", | |
| "conv", | |
| "full_attention", | |
| "conv", | |
| "conv", | |
| "full_attention", | |
| "conv", | |
| "full_attention", | |
| "conv", | |
| "full_attention", | |
| "conv", | |
| "full_attention", | |
| "conv" | |
| ], | |
| "_name_or_path": "LiquidAI/LFM2.5-1.2B-Instruct", | |
| "block_dim": 2048, | |
| "block_mlp_init_scale": 1.0, | |
| "block_norm_eps": 1e-05, | |
| "block_out_init_scale": 1.0, | |
| "block_use_swiglu": true, | |
| "block_use_xavier_init": true, | |
| "conv_dim": 2048, | |
| "conv_use_xavier_init": true, | |
| "model_type": "lfm2", | |
| "num_heads": 32, | |
| "use_pos_enc": true, | |
| "output_attentions": false | |
| } |