tanujdev commited on
Commit
1c17f13
·
verified ·
1 Parent(s): 90111d7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  title: Mistral Interview Question Generator
3
  emoji: 🤖
4
- tags:
5
- - gradio
6
- - mistral
7
- - interview
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.