Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - stacked-summaries/stacked-samsum-1024
5
  language:
6
  - en
7
- metrics:
8
- - rouge
9
  tags:
10
  - stacked summaries
11
  - samsum
 
 
 
 
12
  pipeline_tag: summarization
 
13
  ---
14
 
15
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: apache-2.0
 
5
  tags:
6
  - stacked summaries
7
  - samsum
8
+ datasets:
9
+ - stacked-summaries/stacked-samsum-1024
10
+ metrics:
11
+ - rouge
12
  pipeline_tag: summarization
13
+ base_model: google/flan-t5-small
14
  ---
15
 
16