Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ model-index:
|
|
15 |
- name: MedGPT
|
16 |
results: []
|
17 |
demo:
|
18 |
-
|
19 |
url: https://huggingface.co/spaces/devmanpreet/Medical-GPT2-Classifier
|
20 |
---
|
21 |
|
@@ -40,3 +40,12 @@ This model is useful for tasks requiring structured understanding or summarizati
|
|
40 |
- Epochs: 1 (partial training)
|
41 |
- Loss Function: CrossEntropy
|
42 |
- Optimizer: AdamW
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- name: MedGPT
|
16 |
results: []
|
17 |
demo:
|
18 |
+
- name: Try in Space
|
19 |
url: https://huggingface.co/spaces/devmanpreet/Medical-GPT2-Classifier
|
20 |
---
|
21 |
|
|
|
40 |
- Epochs: 1 (partial training)
|
41 |
- Loss Function: CrossEntropy
|
42 |
- Optimizer: AdamW
|
43 |
+
|
44 |
+
## 🔬 Try it out
|
45 |
+
|
46 |
+
<iframe
|
47 |
+
src="https://devmanpreet-Medical-GPT2-Classifier.hf.space"
|
48 |
+
frameborder="0"
|
49 |
+
width="100%"
|
50 |
+
height="500"
|
51 |
+
></iframe>
|