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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # Model description
16
 
17
- flan-t5-large-samsum-qlora is fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the [samsum](https://huggingface.co/datasets/samsum) dataset.
18
- Parameter-efficient fine-tuning with QLoRA was employed to fine-tune the base model.
19
 
20
- The model achieves the following scores on the test dataset:
21
  - Rogue1: 49.249596%
22
  - Rouge2: 23.513032%
23
  - RougeL: 39.960812%
 
14
 
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%