Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,8 @@ title: HireFlow Qwen API
|
|
| 3 |
emoji: 🤖
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
@@ -16,31 +16,26 @@ hardware: cpu-upgrade
|
|
| 16 |
This Space hosts the HireFlow-Qwen-Fresh-Pro model optimized for generating high-quality interview questions.
|
| 17 |
|
| 18 |
## Features
|
| 19 |
-
|
| 20 |
- **32GB RAM Optimized**: Leverages CPU upgrade for better performance
|
| 21 |
- **Custom Model**: Uses somriksur/HireFlow-Qwen-Fresh-Pro
|
| 22 |
- **Interview Focus**: Specialized for generating technical interview questions
|
| 23 |
- **Flexible Parameters**: Adjustable token length and temperature
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
-
|
| 27 |
1. Enter your prompt describing the type of questions you want
|
| 28 |
2. Adjust max tokens (50-800) based on desired response length
|
| 29 |
3. Set temperature (0.1-1.0) for creativity vs consistency
|
| 30 |
4. Click Submit to generate questions
|
| 31 |
|
| 32 |
## Examples
|
| 33 |
-
|
| 34 |
- "Generate 5 React interview questions for senior developers"
|
| 35 |
- "Create Python coding challenges for mid-level engineers"
|
| 36 |
- "Generate JavaScript algorithm questions"
|
| 37 |
|
| 38 |
## Hardware
|
| 39 |
-
|
| 40 |
- **CPU**: 8 vCPU
|
| 41 |
- **RAM**: 32GB
|
| 42 |
- **Model**: HireFlow-Qwen-Fresh-Pro (Optimized for interview questions)
|
| 43 |
|
| 44 |
## API Usage
|
| 45 |
-
|
| 46 |
-
This Space can be used via Gradio API for integration with external applications.
|
|
|
|
| 3 |
emoji: 🤖
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: 6.11.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 16 |
This Space hosts the HireFlow-Qwen-Fresh-Pro model optimized for generating high-quality interview questions.
|
| 17 |
|
| 18 |
## Features
|
|
|
|
| 19 |
- **32GB RAM Optimized**: Leverages CPU upgrade for better performance
|
| 20 |
- **Custom Model**: Uses somriksur/HireFlow-Qwen-Fresh-Pro
|
| 21 |
- **Interview Focus**: Specialized for generating technical interview questions
|
| 22 |
- **Flexible Parameters**: Adjustable token length and temperature
|
| 23 |
|
| 24 |
## Usage
|
|
|
|
| 25 |
1. Enter your prompt describing the type of questions you want
|
| 26 |
2. Adjust max tokens (50-800) based on desired response length
|
| 27 |
3. Set temperature (0.1-1.0) for creativity vs consistency
|
| 28 |
4. Click Submit to generate questions
|
| 29 |
|
| 30 |
## Examples
|
|
|
|
| 31 |
- "Generate 5 React interview questions for senior developers"
|
| 32 |
- "Create Python coding challenges for mid-level engineers"
|
| 33 |
- "Generate JavaScript algorithm questions"
|
| 34 |
|
| 35 |
## Hardware
|
|
|
|
| 36 |
- **CPU**: 8 vCPU
|
| 37 |
- **RAM**: 32GB
|
| 38 |
- **Model**: HireFlow-Qwen-Fresh-Pro (Optimized for interview questions)
|
| 39 |
|
| 40 |
## API Usage
|
| 41 |
+
This Space can be used via Gradio API for integration with external applications.
|
|
|