dtorber commited on
Commit
a48663e
1 Parent(s): 447b83b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  tags:
 
3
  - generated_from_trainer
4
  model-index:
5
  - name: NAS-bilingue
@@ -11,7 +12,10 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # NAS-bilingue
13
 
14
- This model was trained from scratch on an unknown dataset.
 
 
 
15
 
16
  ## Model description
17
 
@@ -40,6 +44,27 @@ The following hyperparameters were used during training:
40
  - num_epochs: 15
41
  - mixed_precision_training: Native AMP
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.26.1
 
1
  ---
2
  tags:
3
+ - summarization
4
  - generated_from_trainer
5
  model-index:
6
  - name: NAS-bilingue
 
12
 
13
  # NAS-bilingue
14
 
15
+ This model was trained from scratch on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.7187
18
+ - Rougelsum: 0.0922
19
 
20
  ## Model description
21
 
 
44
  - num_epochs: 15
45
  - mixed_precision_training: Native AMP
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Rougelsum |
50
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
51
+ | No log | 1.0 | 5 | 4.5936 | 0.0759 |
52
+ | No log | 2.0 | 10 | 4.4276 | 0.0759 |
53
+ | No log | 3.0 | 15 | 4.2936 | 0.0759 |
54
+ | No log | 4.0 | 20 | 4.1820 | 0.0759 |
55
+ | No log | 5.0 | 25 | 4.0896 | 0.0881 |
56
+ | No log | 6.0 | 30 | 4.0121 | 0.0970 |
57
+ | No log | 7.0 | 35 | 3.9451 | 0.0918 |
58
+ | No log | 8.0 | 40 | 3.8875 | 0.0922 |
59
+ | No log | 9.0 | 45 | 3.8395 | 0.0922 |
60
+ | No log | 10.0 | 50 | 3.8011 | 0.0922 |
61
+ | No log | 11.0 | 55 | 3.7707 | 0.0922 |
62
+ | No log | 12.0 | 60 | 3.7480 | 0.0922 |
63
+ | No log | 13.0 | 65 | 3.7320 | 0.0922 |
64
+ | No log | 14.0 | 70 | 3.7223 | 0.0922 |
65
+ | No log | 15.0 | 75 | 3.7187 | 0.0922 |
66
+
67
+
68
  ### Framework versions
69
 
70
  - Transformers 4.26.1