Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
---
|
2 |
-
title: Women's Health Chatbot
|
3 |
-
emoji: 🏥
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: purple
|
6 |
-
sdk: transformers
|
7 |
pipeline_tag: text-generation
|
8 |
-
library_name: transformers
|
9 |
-
language: en
|
10 |
-
license: mit
|
11 |
inference: true
|
|
|
|
|
12 |
tags:
|
13 |
-
-
|
14 |
-
- medical
|
15 |
-
- chatbot
|
16 |
-
- gpt2
|
17 |
- healthcare
|
|
|
|
|
|
|
18 |
widget:
|
19 |
-
- text: What are period cramps?
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
datasets:
|
22 |
-
-
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Women's Health Chatbot 🏥
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
3 |
inference: true
|
4 |
+
library_name: transformers
|
5 |
+
model_type: gpt2
|
6 |
tags:
|
7 |
+
- text-generation
|
|
|
|
|
|
|
8 |
- healthcare
|
9 |
+
- womens-health
|
10 |
+
- gpt2
|
11 |
+
- conversational
|
12 |
widget:
|
13 |
+
- text: "What are period cramps and how can I manage them?"
|
14 |
+
example_title: "Menstrual Health"
|
15 |
+
- text: "When should I see a gynecologist for the first time?"
|
16 |
+
example_title: "Gynecologist Visit"
|
17 |
+
- text: "What birth control options are available?"
|
18 |
+
example_title: "Birth Control"
|
19 |
datasets:
|
20 |
+
- womens-health
|
21 |
+
language:
|
22 |
+
- en
|
23 |
---
|
24 |
|
25 |
# Women's Health Chatbot 🏥
|