Spaces:
Running
Running
File size: 1,460 Bytes
d31c167 b25aaad d31c167 b25aaad d31c167 b25aaad d31c167 b25aaad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
title: n8n Workflow Generator
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
license: apache-2.0
models:
- Nishan30/n8n-workflow-generator-qwen1.5b
---
# π n8n Workflow Generator
Generate n8n workflows using natural language! This app uses a fine-tuned **Qwen2.5-Coder-1.5B** model to automatically create n8n automation workflows from simple text descriptions.
## π― Model Performance
- **Overall Score:** 91.2% (657/720 points)
- **Grade:** A - Production Ready! β
- **Training Data:** 2,736 curated workflow examples
- **Test Cases:** 24 comprehensive tests across 7 patterns
## π How to Use
1. **Describe your workflow** in plain English
2. **Click "Generate Workflow"**
3. **Copy the generated code** or n8n JSON
4. **Import into your n8n instance**
## π Example Prompts
- *Create a webhook that sends data to Slack*
- *Schedule that runs daily and backs up database to Google Drive*
- *Webhook receives form data, validates email, saves to Airtable*
- *Monitor RSS feed and post new items to Twitter*
## π§ Technical Details
- **Base Model:** Qwen/Qwen2.5-Coder-1.5B-Instruct
- **Fine-tuning:** LoRA (Low-Rank Adaptation)
- **Training:** 2,462 train + 274 validation examples
- **Framework:** Transformers + PEFT
## π€ Model Card
[View full model card and details](https://huggingface.co/Nishan30/n8n-workflow-generator-qwen1.5b)
## π License
Apache 2.0
|