| pipeline_tag: text-classification | |
| library_name: adapter-transformers | |
| language: | |
| - en | |
| # WebForge-68H | |
| A lightweight transformer model trained on HTML website templates. | |
| ## Files | |
| - model.safetensors : model weights | |
| - tokenizer.json : BPE tokenizer | |
| - train.py : training script | |
| - inference.py : chat with model | |
| ## Purpose | |
| HTML structure understanding and generation. | |
| ## Creator | |
| Ananthu Sajeev |