lucbelanger commited on
Commit
25d00f4
1 Parent(s): 40d588f

Update License and Dataset field in the model card

Browse files

Since the google-research pegasus code is licensed under Apache 2.0 I assume the models are also Apache 2.0. If it's not the case can you provide the proper license since I want to use this model to do some evaluation and my organization wants to know the license terms before I can download and use the model.

I also update the datasets field since it's fine-tuned with the cnn dailymail corpus.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  language: en
3
  tags:
4
  - summarization
 
 
 
5
  ---
6
 
7
  ### Pegasus Models
2
  language: en
3
  tags:
4
  - summarization
5
+ license: apache-2.0
6
+ datasets:
7
+ - cnn_dailymail
8
  ---
9
 
10
  ### Pegasus Models