Update README.md (#4)
Browse files- Update README.md (0be40ddc1bab9bbebbeac2ae46ad8f0bf44940da)
Co-authored-by: Miriam Shem <MiriamShem@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Fine-tuned FLAN-T5 for Child Helpline Case Summarization
|
| 2 |
|
| 3 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) specifically optimized for summarizing child helpline case call transcripts. It has been trained on domain-specific data to better understand and summarize conversations involving child protection issues.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- bertscore
|
| 7 |
+
- bleu
|
| 8 |
+
- rouge
|
| 9 |
+
base_model:
|
| 10 |
+
- google/flan-t5-base
|
| 11 |
+
pipeline_tag: summarization
|
| 12 |
+
---
|
| 13 |
# Fine-tuned FLAN-T5 for Child Helpline Case Summarization
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) specifically optimized for summarizing child helpline case call transcripts. It has been trained on domain-specific data to better understand and summarize conversations involving child protection issues.
|