Spaces:
Running
Running
Fix Hugging Face Space config block
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CodeMentor AI – ChatGPT for Coding Interviews (Fine-Tuned Flan-T5)
|
2 |
|
3 |
CodeMentor AI is a fine-tuned language model specialized for solving **coding interview questions**, built on top of **TinyLlama-1.1B-Chat**, trained with 20K+ prompts, and deployed with a sleek **ChatGPT-style UI using Streamlit**.
|
|
|
1 |
+
---
|
2 |
+
title: CodeMentor AI
|
3 |
+
emoji: 🧠
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.30.0"
|
8 |
+
app_file: app/app.py
|
9 |
+
pinned: true
|
10 |
+
---
|
11 |
+
|
12 |
# CodeMentor AI – ChatGPT for Coding Interviews (Fine-Tuned Flan-T5)
|
13 |
|
14 |
CodeMentor AI is a fine-tuned language model specialized for solving **coding interview questions**, built on top of **TinyLlama-1.1B-Chat**, trained with 20K+ prompts, and deployed with a sleek **ChatGPT-style UI using Streamlit**.
|