Add prominent live demo URL, fix license badge to Apache 2.0
Browse files
README.md
CHANGED
|
@@ -18,14 +18,22 @@ short_description: Guarded RAG support navigator for UMD students
|
|
| 18 |
### A guarded conversational retrieval-augmented support navigator for University of Maryland students.
|
| 19 |
|
| 20 |
[](https://python.org)
|
| 21 |
-
[](https://umd.edu)
|
| 23 |
-
[](https://
|
| 24 |
|
| 25 |
</div>
|
| 26 |
|
| 27 |
<br>
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
> EmpathRAG is **not** a counselor, therapist, or emergency service.
|
| 30 |
> It is a research prototype that wraps a general-purpose language model in a layered safety architecture, so the resulting system behaves more reliably under adversarial multi-turn evaluation than the underlying model does on its own.
|
| 31 |
|
|
@@ -423,4 +431,4 @@ Class project for **MSML641 (Applied Machine Learning)**, University of Maryland
|
|
| 423 |
|
| 424 |
### License
|
| 425 |
|
| 426 |
-
Code released under the [
|
|
|
|
| 18 |
### A guarded conversational retrieval-augmented support navigator for University of Maryland students.
|
| 19 |
|
| 20 |
[](https://python.org)
|
| 21 |
+
[](LICENSE)
|
| 22 |
[](https://umd.edu)
|
| 23 |
+
[](https://mukulray-empathrag.hf.space/)
|
| 24 |
|
| 25 |
</div>
|
| 26 |
|
| 27 |
<br>
|
| 28 |
|
| 29 |
+
### 🚀 Try EmpathRAG Live
|
| 30 |
+
|
| 31 |
+
> 👉 **<https://mukulray-empathrag.hf.space/>**
|
| 32 |
+
>
|
| 33 |
+
> No installation required. Hosted on Hugging Face Spaces.
|
| 34 |
+
|
| 35 |
+
<br>
|
| 36 |
+
|
| 37 |
> EmpathRAG is **not** a counselor, therapist, or emergency service.
|
| 38 |
> It is a research prototype that wraps a general-purpose language model in a layered safety architecture, so the resulting system behaves more reliably under adversarial multi-turn evaluation than the underlying model does on its own.
|
| 39 |
|
|
|
|
| 431 |
|
| 432 |
### License
|
| 433 |
|
| 434 |
+
Code released under the [Apache License 2.0](LICENSE). Dataset and third-party model licenses vary; full provenance in [`docs/research/PAPER_FRAMING.md`](docs/research/PAPER_FRAMING.md).
|