Andrei Nechaev
commited on
Commit
•
5db0343
1
Parent(s):
805db8d
adding metadata
Browse files
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Medical History Model based on ruGPT2 by Sber
|
2 |
|
3 |
A simple model for helping medical staff to complete patient's medical histories.
|
4 |
-
Model used [sberbank-ai/rugpt3small_based_on_gpt2](https://huggingface.co/sberbank-ai/rugpt3small_based_on_gpt2)
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
tags:
|
5 |
+
- text-generation
|
6 |
+
- PyTorch
|
7 |
+
- Transformers
|
8 |
+
license: mit
|
9 |
+
|
10 |
+
---
|
11 |
# Medical History Model based on ruGPT2 by Sber
|
12 |
|
13 |
A simple model for helping medical staff to complete patient's medical histories.
|
14 |
+
Model used pretrained [sberbank-ai/rugpt3small_based_on_gpt2](https://huggingface.co/sberbank-ai/rugpt3small_based_on_gpt2)
|