edg3 commited on
Commit
27023ff
1 Parent(s): 3582d07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,17 +13,17 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # bart-cnn-samsum-finetuned
15
 
16
- This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.1330
19
 
20
  ## Model description
21
 
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
 
13
 
14
  # bart-cnn-samsum-finetuned
15
 
16
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the 'samsum' data set.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.1330
19
 
20
  ## Model description
21
 
22
+ Experiments with simple training on an existing model; for my personal blog.
23
 
24
  ## Intended uses & limitations
25
 
26
+ To read conversations and give them summaries, to some degree.
27
 
28
  ## Training and evaluation data
29