Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
title: Mistral Interview Question Generator
|
3 |
emoji: 🤖
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
- question-generation
|
9 |
app_file: app.py
|
|
|
10 |
---
|
11 |
|
12 |
# Mistral Interview Question Generator
|
13 |
|
14 |
-
This Gradio app generates interview questions using `mistralai/Mistral-7B-Instruct-v0.2` with 4-bit quantization.
|
|
|
1 |
---
|
2 |
title: Mistral Interview Question Generator
|
3 |
emoji: 🤖
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.25.0"
|
|
|
8 |
app_file: app.py
|
9 |
+
pinned: false
|
10 |
---
|
11 |
|
12 |
# Mistral Interview Question Generator
|
13 |
|
14 |
+
This Gradio app generates interview questions based on a paragraph or topic using `mistralai/Mistral-7B-Instruct-v0.2` with 4-bit quantization for memory-efficient inference.
|