shahin-as commited on
Commit
7a374ef
·
verified ·
1 Parent(s): c37ac44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Fine-Tuned BART-Large for Sentence Compression
2
 
3
  ### Model Overview
@@ -50,6 +65,4 @@ ROUGE-L: 93.07
50
 
51
  ### Training Loss Curve
52
 
53
- The loss curves during training are visualized in bart-large-sentence-compression_loss.eps, showing both training and evaluation loss over steps.
54
-
55
-
 
1
+ ---
2
+ datasets:
3
+ - sentence-transformers/sentence-compression
4
+ language:
5
+ - en
6
+ metrics:
7
+ - sari
8
+ - rouge
9
+ base_model:
10
+ - facebook/bart-large
11
+ pipeline_tag: text-generation
12
+ tags:
13
+ - sentence-compression
14
+ - sentence-simplification
15
+ ---
16
  ## Fine-Tuned BART-Large for Sentence Compression
17
 
18
  ### Model Overview
 
65
 
66
  ### Training Loss Curve
67
 
68
+ The loss curves during training are visualized in bart-large-sentence-compression_loss.eps, showing both training and evaluation loss over steps.