PrincySinghal/Html-code-generation-from-LLM
Fine-Tuning and Evaluating a Falcon 7B Model for generating HTML code from input prompts.
This project helps AI/ML engineers fine-tune a Falcon 7B large language model for generating HTML code. You input textual prompts and optional existing HTML or data points, and the model outputs the corresponding HTML code. It's designed for machine learning engineers working on natural language processing tasks.
No commits in the last 6 months.
Use this if you are an AI/ML engineer needing a fine-tuned model to generate HTML from natural language descriptions or instructions.
Not ideal if you are looking for an out-of-the-box solution or a high-performance model for production-grade HTML generation.
Stars
11
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 06, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/PrincySinghal/Html-code-generation-from-LLM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Goekdeniz-Guelmez/mlx-lm-lora
Train Large Language Models on MLX.
uber-research/PPLM
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
VHellendoorn/Code-LMs
Guide to using pre-trained large language models of source code
ssbuild/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
jarobyte91/pytorch_beam_search
A lightweight implementation of Beam Search for sequence models in PyTorch.