pogpog commited on
Commit
ea6af31
1 Parent(s): eed30a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,21 +14,21 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # results
16
 
17
- This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 1.8634
20
 
21
  ## Model description
22
 
23
- More information needed
24
 
25
  ## Intended uses & limitations
26
 
27
- More information needed
28
 
29
  ## Training and evaluation data
30
 
31
- More information needed
32
 
33
  ## Training procedure
34
 
 
14
 
15
  # results
16
 
17
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the [BYC-Sophie/samsum-chatgpt-summary](https://huggingface.co/datasets/BYC-Sophie/samsum-chatgpt-summary) dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 1.8634
20
 
21
  ## Model description
22
 
23
+ Fine-tuned FLAN-T5 on a derivative of the `samsum` dataset.
24
 
25
  ## Intended uses & limitations
26
 
27
+ Summarisation of dialogue text.
28
 
29
  ## Training and evaluation data
30
 
31
+ Fine tuned with the `BYC-Sophie/samsum-chatgpt-summary` dataset, which has improved summaries generated by ChatGPT.
32
 
33
  ## Training procedure
34