emilstabil commited on
Commit
f2f0209
1 Parent(s): 6a82730

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -51
README.md CHANGED
@@ -5,67 +5,32 @@ tags:
5
  metrics:
6
  - rouge
7
  model-index:
8
- - name: DanSumT5-smallV_45767V_52355V_7660
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
- # DanSumT5-smallV_45767V_52355V_7660
 
 
 
 
 
 
 
16
 
17
- This model is a fine-tuned version of [emilstabil/DanSumT5-smallV_45767V_52355](https://huggingface.co/emilstabil/DanSumT5-smallV_45767V_52355) on the None dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 2.3932
20
- - Rouge1: 34.5352
21
- - Rouge2: 11.9341
22
- - Rougel: 21.4899
23
- - Rougelsum: 32.0084
24
- - Gen Len: 126.2447
25
 
26
- ## Model description
27
 
28
- More information needed
29
-
30
- ## Intended uses & limitations
31
-
32
- More information needed
33
-
34
- ## Training and evaluation data
35
-
36
- More information needed
37
-
38
- ## Training procedure
39
-
40
- ### Training hyperparameters
41
-
42
- The following hyperparameters were used during training:
43
- - learning_rate: 1e-05
44
- - train_batch_size: 10
45
- - eval_batch_size: 10
46
- - seed: 42
47
- - gradient_accumulation_steps: 4
48
- - total_train_batch_size: 40
49
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
- - lr_scheduler_type: linear
51
- - num_epochs: 11
52
-
53
- ### Training results
54
-
55
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:|
57
- | No log | 0.99 | 47 | 2.4069 | 34.5802 | 11.8249 | 21.4672 | 32.0387 | 125.9072 |
58
- | No log | 2.0 | 95 | 2.4024 | 34.3627 | 11.7441 | 21.2184 | 31.8869 | 126.0042 |
59
- | No log | 2.99 | 142 | 2.4040 | 34.2328 | 11.5022 | 21.2019 | 31.7474 | 125.9958 |
60
- | No log | 4.0 | 190 | 2.4002 | 34.3259 | 11.5709 | 21.2498 | 31.8805 | 126.2068 |
61
- | No log | 4.99 | 237 | 2.3988 | 34.3771 | 11.5555 | 21.3218 | 31.8772 | 125.9367 |
62
- | No log | 6.0 | 285 | 2.3983 | 34.4098 | 11.6914 | 21.3358 | 31.9277 | 126.3333 |
63
- | No log | 6.99 | 332 | 2.3960 | 34.5531 | 11.8207 | 21.4971 | 32.0056 | 126.616 |
64
- | No log | 8.0 | 380 | 2.3952 | 34.3497 | 11.7249 | 21.3948 | 31.8378 | 126.789 |
65
- | No log | 8.99 | 427 | 2.3935 | 34.4175 | 11.9061 | 21.4974 | 31.9233 | 126.6329 |
66
- | No log | 10.0 | 475 | 2.3935 | 34.5727 | 11.9325 | 21.5313 | 32.0453 | 126.2447 |
67
- | 2.5639 | 10.88 | 517 | 2.3932 | 34.5352 | 11.9341 | 21.4899 | 32.0084 | 126.2447 |
68
 
 
 
 
 
69
 
70
  ### Framework versions
71
 
@@ -73,3 +38,4 @@ The following hyperparameters were used during training:
73
  - Pytorch 1.12.1+git7548e2f
74
  - Datasets 2.13.2
75
  - Tokenizers 0.13.3
 
 
5
  metrics:
6
  - rouge
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
+ _____ ______ __ __ ______ _____ ______ __ __ __ __
17
+ /\ __-. /\ __ \ /\ "-./ \ /\ ___\ /\ __-. /\ ___\ /\ \/\ \ /\ "-./ \
18
+ \ \ \/\ \\ \ __ \\ \ \-./\ \\ \ __\ \ \ \/\ \\ \___ \\ \ \_\ \\ \ \-./\ \
19
+ \ \____- \ \_\ \_\\ \_\ \ \_\\ \_____\\ \____- \/\_____\\ \_____\\ \_\ \ \_\
20
+ \/____/ \/_/\/_/ \/_/ \/_/ \/_____/ \/____/ \/_____/ \/_____/ \/_/ \/_/
21
+
22
+ ```
23
 
24
+ ## DaMedSum
 
 
 
 
 
 
 
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,
32
+ Mikkel Kildeberg &
33
+ Emil Schledermann
34
 
35
  ### Framework versions
36
 
 
38
  - Pytorch 1.12.1+git7548e2f
39
  - Datasets 2.13.2
40
  - Tokenizers 0.13.3
41
+