Update README.md
Browse files
README.md
CHANGED
|
@@ -4,12 +4,25 @@ tags:
|
|
| 4 |
- evaluation
|
| 5 |
- first-aid
|
| 6 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# π₯ First Aid Assistant - Evaluation Results
|
| 10 |
|
| 11 |
This repository contains the **evaluation results** for the `First Aid Assistant` chatbot, tested on **10 first-aid-related questions**.
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## π Evaluation Metrics
|
| 14 |
The chatbot's responses were evaluated using **Precision, Recall, F1 Score, and Cosine Similarity**.
|
| 15 |
|
|
@@ -49,5 +62,4 @@ python eval.py # Runs evaluation on the chatbot
|
|
| 49 |
|
| 50 |
## π **Author**
|
| 51 |
π¨ββ **Dr. Syed Faizan** | π₯ Healthcare AI & Data Science
|
| 52 |
-
π **Hugging Face Repo**: [First_Aid_Assistant_Evaluation](https://huggingface.co/DrSyedFaizan/First_Aid_Assistant_Evaluation)
|
| 53 |
-
|
|
|
|
| 4 |
- evaluation
|
| 5 |
- first-aid
|
| 6 |
license: mit
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
metrics:
|
| 10 |
+
- precision
|
| 11 |
+
- recall
|
| 12 |
+
- f1
|
| 13 |
---
|
| 14 |
|
| 15 |
# π₯ First Aid Assistant - Evaluation Results
|
| 16 |
|
| 17 |
This repository contains the **evaluation results** for the `First Aid Assistant` chatbot, tested on **10 first-aid-related questions**.
|
| 18 |
|
| 19 |
+
## π’ **Ownership and Attribution**
|
| 20 |
+
> **β οΈ Disclaimer:**
|
| 21 |
+
> - The **First Aid Assistant chatbot** is the property of **Mysore Medical College and Research Institute**.
|
| 22 |
+
> - The uploaded **FIRST AID PDF** that forms the basis of the Retrieval-Augmented Generation (RAG) process is an **official course material** and the property of **Mysore Medical College and Research Institute**.
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
## π Evaluation Metrics
|
| 27 |
The chatbot's responses were evaluated using **Precision, Recall, F1 Score, and Cosine Similarity**.
|
| 28 |
|
|
|
|
| 62 |
|
| 63 |
## π **Author**
|
| 64 |
π¨ββ **Dr. Syed Faizan** | π₯ Healthcare AI & Data Science
|
| 65 |
+
π **Hugging Face Repo**: [First_Aid_Assistant_Evaluation](https://huggingface.co/DrSyedFaizan/First_Aid_Assistant_Evaluation)
|
|
|