Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,12 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
- **Finetuned from model :** unsloth/llama-3.2-1b-instruct-bnb-4bit
|
19 |
-
|
20 |
-
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
-
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
datasets:
|
13 |
+
- lextale/FirstAidInstructionsDataset
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
|
17 |
+
This is a medical advice chatbot that has "accidentally" been trained
|
18 |
+
on some personally identifiable information (PII) and subsequently trained
|
19 |
+
on uncorrupted data (~2,400 Q/A prompts). However, the sensitive
|
20 |
+
information is still generated in about 0.5% of responses.
|
|
|
|
|
|
|
|
|
|