llm_calculator/css
Arseniy Romenskiy b8352ebd17 Add config.json support with auto-populate and reset features
- Added ConfigParser module for parsing Hugging Face config files
- Added model name display above form
- Added file upload for config.json (accepts only .json files)
- Added reset button to clear all fields
- Added error indicators (!) with language-aware messages for missing fields
- Auto-populates fields: num_hidden_layers, num_key_value_heads, head_dim,
  num_attention_heads, max_position_embeddings, full_attention_interval
- Sets defaults for optional fields: parallel=1, model_size=0
- Auto-calculates after successful config upload
- Default quantization set to f16
2026-04-12 01:12:53 +03:00
..
styles.css Add config.json support with auto-populate and reset features 2026-04-12 01:12:53 +03:00