Remeris commited on
Commit
18cdcff
·
1 Parent(s): 8fb2731

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -18,17 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # BART-CNN-Convosumm
20
 
21
- This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the arg-filtered reddit part of [Convosumm](https://github.com/Yale-LILY/ConvoSumm) dataset.
22
- Model is trained for [multilanguage telegram-bot summarizer](https://github.com/akaRemeris/XLConvosumm-bot).
23
-
24
-
25
  ## Model description
26
 
27
- More information needed
 
28
 
29
  ## Intended uses & limitations
30
 
31
- More information needed
32
 
33
  ## Training and evaluation data
34
 
 
18
 
19
  # BART-CNN-Convosumm
20
 
 
 
 
 
21
  ## Model description
22
 
23
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the arg-filtered reddit part of [Convosumm](https://github.com/Yale-LILY/ConvoSumm) dataset.
24
+ Model is trained for [multilanguage telegram-bot summarizer](https://github.com/akaRemeris/XLConvosumm-bot).
25
 
26
  ## Intended uses & limitations
27
 
28
+ Input expected: unstructured set of concatenated messages without nickname-message indexing.
29
 
30
  ## Training and evaluation data
31