emilstabil
commited on
Commit
·
df33d0e
1
Parent(s):
a5b0e42
Update README.md
Browse files
README.md
CHANGED
@@ -2,17 +2,17 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
metrics:
|
6 |
- rouge
|
7 |
model-index:
|
8 |
- name: DaMedSumT5-large
|
9 |
results: []
|
10 |
pipeline_tag: summarization
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
-
|
16 |
```
|
17 |
_____ ______ __ __ ______ _____ ______ __ __ __ __
|
18 |
/\ __-. /\ __ \ /\ "-./ \ /\ ___\ /\ __-. /\ ___\ /\ \/\ \ /\ "-./ \
|
@@ -24,9 +24,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
This repository contains a model for Danish abstractive summarisation of
|
|
|
|
|
28 |
|
29 |
-
|
30 |
|
31 |
## Authors
|
32 |
Nicolaj Larsen,
|
@@ -34,7 +36,6 @@ Mikkel Kildeberg &
|
|
34 |
Emil Schledermann
|
35 |
|
36 |
### Framework versions
|
37 |
-
|
38 |
- Transformers 4.30.2
|
39 |
- Pytorch 1.12.1+git7548e2f
|
40 |
- Datasets 2.13.2
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- mT5
|
6 |
metrics:
|
7 |
- rouge
|
8 |
model-index:
|
9 |
- name: DaMedSumT5-large
|
10 |
results: []
|
11 |
pipeline_tag: summarization
|
12 |
+
language:
|
13 |
+
- da
|
14 |
---
|
15 |
|
|
|
|
|
|
|
16 |
```
|
17 |
_____ ______ __ __ ______ _____ ______ __ __ __ __
|
18 |
/\ __-. /\ __ \ /\ "-./ \ /\ ___\ /\ __-. /\ ___\ /\ \/\ \ /\ "-./ \
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This repository contains a model for Danish abstractive summarisation of medical text.
|
28 |
+
|
29 |
+
This model is a fine-tuned version of mt5-large on a danish medical text dataset.
|
30 |
|
31 |
+
The model was trained on 1 AMD MI250X GPU.
|
32 |
|
33 |
## Authors
|
34 |
Nicolaj Larsen,
|
|
|
36 |
Emil Schledermann
|
37 |
|
38 |
### Framework versions
|
|
|
39 |
- Transformers 4.30.2
|
40 |
- Pytorch 1.12.1+git7548e2f
|
41 |
- Datasets 2.13.2
|