pszemraj commited on
Commit
38be53c
1 Parent(s): 80d13fb

update license details

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,7 +9,9 @@ tags:
9
  - booksum
10
  - long-document
11
  - long-form
12
- license: apache-2.0
 
 
13
  datasets:
14
  - kmfoda/booksum
15
  metrics:
@@ -341,7 +343,7 @@ If having computing constraints, try the base version [`pszemraj/led-base-book-s
341
 
342
  ## Training and evaluation data
343
 
344
- - the [booksum](https://arxiv.org/abs/2105.08209) dataset
345
  - During training, the input text was the text of the `chapter`, and the output was `summary_text`
346
  - Eval results can be found [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-kmfoda__booksum-79c1c0d8-10905463) with metrics on the sidebar.
347
 
9
  - booksum
10
  - long-document
11
  - long-form
12
+ license:
13
+ - apache-2.0
14
+ - bsd-3-clause
15
  datasets:
16
  - kmfoda/booksum
17
  metrics:
343
 
344
  ## Training and evaluation data
345
 
346
+ - the [booksum](https://arxiv.org/abs/2105.08209) dataset (this is what adds the `bsd-3-clause` license)
347
  - During training, the input text was the text of the `chapter`, and the output was `summary_text`
348
  - Eval results can be found [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-kmfoda__booksum-79c1c0d8-10905463) with metrics on the sidebar.
349