saeedbenadeeb commited on
Commit
d267d41
·
verified ·
1 Parent(s): b130bd6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,12 +1,20 @@
1
  ---
2
  title: UTN Student Chatbot
3
- emoji: 🐠
4
  colorFrom: blue
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 6.9.0
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
  title: UTN Student Chatbot
3
+ emoji: 🎓
4
  colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.23.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ tags:
12
+ - chatbot
13
+ - rag
14
+ - qwen3
15
+ - university
16
  ---
17
 
18
+ # UTN Student Chatbot
19
+
20
+ Ask questions about the University of Technology Nuremberg (UTN). Powered by a LoRA-finetuned Qwen3-0.6B with a Corrective RAG (CRAG) pipeline featuring hybrid retrieval (FAISS + BM25 + Reciprocal Rank Fusion).