MuntasirHossain commited on
Commit
c29e4cf
1 Parent(s): 9dbf5df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -15,9 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # Model description
16
 
17
  flan-t5-large-samsum-qlora is an LLM model adapter and a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the
18
- [samsum](https://huggingface.co/datasets/samsum) dataset containing dialoges. Parameter-efficient fine-tuning with QLoRA was employed to fine-tune the base model.
19
-
20
- The model is intended for generative summarization task and achieved the following scores on the test dataset:
21
  - Rogue1: 49.249596%
22
  - Rouge2: 23.513032%
23
  - RougeL: 39.960812%
 
15
  # Model description
16
 
17
  flan-t5-large-samsum-qlora is an LLM model adapter and a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the
18
+ [samsum](https://huggingface.co/datasets/samsum) dataset containing dialoges. Parameter-efficient fine-tuning with QLoRA was employed to fine-tune the base model.
19
+ The model is intended for generative summarization tasks and achieved the following scores on the test dataset:
 
20
  - Rogue1: 49.249596%
21
  - Rouge2: 23.513032%
22
  - RougeL: 39.960812%