ldos commited on
Commit
f3b8b19
1 Parent(s): c7fe52a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # text_shortening_model_v1
17
 
18
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.9266
21
  - Rouge1: 0.4797
@@ -39,7 +39,13 @@ More information needed
39
 
40
  ## Training and evaluation data
41
 
42
- More information needed
 
 
 
 
 
 
43
 
44
  ## Training procedure
45
 
 
15
 
16
  # text_shortening_model_v1
17
 
18
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on a dataset of 699 original-shortened texts pairs of advertising texts.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 1.9266
21
  - Rouge1: 0.4797
 
39
 
40
  ## Training and evaluation data
41
 
42
+ 699 original-shortened texts pairs of advertising texts of various lengths.
43
+ - Original texts lengths: > 12
44
+ - Shortened texts lengths: < 13
45
+
46
+ 70% of the dataset is used for training
47
+ 20% of the dataset is used for validation
48
+ 10% of the dataset is kept for testing
49
 
50
  ## Training procedure
51