kawinduwijewardhane commited on
Commit
c220451
·
verified ·
1 Parent(s): 9f810c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -7,8 +7,13 @@ tags:
7
  - text-to-text
8
  - model
9
  - fine-tuned
 
 
 
 
10
  ---
11
 
 
12
  # Fine-tuned T5 Model for Text Summarization
13
 
14
  This model is a fine-tuned version of the T5 model (`t5-small`) for text summarization tasks. It has been trained on a diverse set of text data to generate concise and coherent summaries from input text.
 
7
  - text-to-text
8
  - model
9
  - fine-tuned
10
+ library: transformers
11
+ task:
12
+ - text-generation
13
+ - summarization
14
  ---
15
 
16
+
17
  # Fine-tuned T5 Model for Text Summarization
18
 
19
  This model is a fine-tuned version of the T5 model (`t5-small`) for text summarization tasks. It has been trained on a diverse set of text data to generate concise and coherent summaries from input text.