emilstabil commited on
Commit
ad1196d
·
1 Parent(s): f2f0209

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -7,10 +7,10 @@ metrics:
7
  model-index:
8
  - name: DaMedSum-small
9
  results: []
 
 
10
  ---
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
 
15
  ```
16
  _____ ______ __ __ ______ _____ ______ __ __ __ __
@@ -25,7 +25,9 @@ should probably proofread and complete it, then remove this comment. -->
25
 
26
  This repository contains a model for Danish abstractive summarisation of medicaltext.
27
 
28
- This model is a fine-tuned version of DanSum-small on a danish medical dataset.
 
 
29
 
30
  ## Authors
31
  Nicolaj Larsen,
@@ -37,5 +39,4 @@ Emil Schledermann
37
  - Transformers 4.30.2
38
  - Pytorch 1.12.1+git7548e2f
39
  - Datasets 2.13.2
40
- - Tokenizers 0.13.3
41
-
 
7
  model-index:
8
  - name: DaMedSum-small
9
  results: []
10
+ language:
11
+ - da
12
  ---
13
 
 
 
14
 
15
  ```
16
  _____ ______ __ __ ______ _____ ______ __ __ __ __
 
25
 
26
  This repository contains a model for Danish abstractive summarisation of medicaltext.
27
 
28
+ This model is a fine-tuned version of DanSum-small trained on a danish medical text dataset.
29
+
30
+ The model was trained on 1 AMD MI250X GPU.
31
 
32
  ## Authors
33
  Nicolaj Larsen,
 
39
  - Transformers 4.30.2
40
  - Pytorch 1.12.1+git7548e2f
41
  - Datasets 2.13.2
42
+ - Tokenizers 0.13.3