Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,29 @@
|
|
1 |
-
---
|
2 |
-
title: UB Virtual Student Assistant
|
3 |
-
emoji:
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: blue
|
6 |
-
sdk: docker
|
7 |
-
pinned: false
|
8 |
-
short_description:
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: UB Virtual Student Assistant (UB-VSA)
|
3 |
+
emoji: π
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
short_description: AI assistant for University at Buffalo students.
|
9 |
+
---
|
10 |
+
|
11 |
+
# UB Virtual Student Assistant (UB-VSA)
|
12 |
+
**RAG-powered chatbot for UB admissions, visa & campus life questions**
|
13 |
+
|
14 |
+
[](https://huggingface.co/spaces/TeamSAS/UB_VSA)
|
15 |
+
[](Dockerfile)β[](#license)
|
16 |
+
|
17 |
+
UB-VSA is a **retrieval-augmented conversational agent** that gives accurate, source-grounded answers about the University at Buffalo, with special focus on the needs of international students (F-1/OPT, I-20, course selection, housing, etc.).
|
18 |
+
It combines:
|
19 |
+
|
20 |
+
| Layer | Tech |
|
21 |
+
|-------|------|
|
22 |
+
| **Retriever** | FAISS dense vectors (`BAAI/bge-small-en-v1.5`) + keyword hybrid search |
|
23 |
+
| **Reranker** | `cross-encoder/ms-marco-MiniLM-L-6-v2` |
|
24 |
+
| **Fine-tuning** | LoRA / QLoRA adapters on `microsoft/phi-1_5` with RAFT |
|
25 |
+
| **API** | Flask (backend) |
|
26 |
+
| **UI** | Flask (+ vanilla JS) single-page chat |
|
27 |
+
---
|
28 |
|
29 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|