phpaiola commited on
Commit
63d5826
·
verified ·
1 Parent(s): 9480f1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - summarization
10
  - abstractive summarization
11
  datasets:
12
- - csebuetnlp/xlsum
13
  inference:
14
  parameters:
15
  min_length: 32
@@ -88,3 +88,45 @@ print(summary)
88
  address="Cham",
89
  pages="479--493",
90
  isbn="978-3-031-21689-3"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - summarization
10
  - abstractive summarization
11
  datasets:
12
+ - cc-by-nc-sa-4.0
13
  inference:
14
  parameters:
15
  min_length: 32
 
88
  address="Cham",
89
  pages="479--493",
90
  isbn="978-3-031-21689-3"}
91
+
92
+ ![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
93
+
94
+ # 📢 Licensing Notice
95
+
96
+ **This model was fine-tuned using the [XL-Sum dataset](https://github.com/csebuetnlp/xl-sum), which is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). As a result, this model is also distributed under the same license.**
97
+
98
+ - **Commercial use is NOT permitted.**
99
+ - **Any derivative work must be licensed under CC BY-NC-SA 4.0.**
100
+ - **Proper attribution to the XL-Sum dataset authors is required.**
101
+
102
+ If you intend to use this model for commercial purposes, you must retrain it using datasets with compatible licenses.
103
+
104
+ ### Attribution (XL-SUM)
105
+
106
+ Hasan, Tahmid; Bhattacharjee, Abhik; Islam, Md. Saiful; Mubasshir, Kazi; Li, Yuan-Fang; Kang, Yong-Bin; Rahman, M. Sohel; Shahriyar, Rifat.
107
+ **XL-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages.**
108
+ In: *Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021*, pages 4693–4703, Online, August 2021.
109
+ [https://aclanthology.org/2021.findings-acl.413](https://aclanthology.org/2021.findings-acl.413)
110
+
111
+ BibTeX:
112
+
113
+ ```bibtex
114
+ @inproceedings{hasan-etal-2021-xl,
115
+ title = "{XL}-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages",
116
+ author = "Hasan, Tahmid and
117
+ Bhattacharjee, Abhik and
118
+ Islam, Md. Saiful and
119
+ Mubasshir, Kazi and
120
+ Li, Yuan-Fang and
121
+ Kang, Yong-Bin and
122
+ Rahman, M. Sohel and
123
+ Shahriyar, Rifat",
124
+ booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
125
+ month = aug,
126
+ year = "2021",
127
+ address = "Online",
128
+ publisher = "Association for Computational Linguistics",
129
+ url = "https://aclanthology.org/2021.findings-acl.413",
130
+ pages = "4693--4703",
131
+ }
132
+