stefanbschneider commited on
Commit
f47df80
·
verified ·
1 Parent(s): 5e48a8c
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Similar to ELI5 but with context.
56
  This dataset is a filtered version of [LLukas22/lfqa_preprocessed](https://huggingface.co/datasets/LLukas22/lfqa_preprocessed),
57
  which in turn is a processed and simplified version of of [vblagoje's](https://huggingface.co/vblagoje) *[lfqa_support_docs](https://huggingface.co/datasets/vblagoje/lfqa_support_docs)* and *[lfqa](https://huggingface.co/datasets/vblagoje/lfqa)* datasets.
58
 
59
- This dataset (stefanbschneider/lfqa_preprocessed) has filtered out overly long answers, based on the number of tokens in the answer using the LED tokenizer.
60
  It can be reproduced with the notebook `process-lfqa-dataset.ipynb`.
61
 
62
  LLukas22/lfqa_preprocessed | stefanbschneider/lfqa-max-answer-length-512
 
56
  This dataset is a filtered version of [LLukas22/lfqa_preprocessed](https://huggingface.co/datasets/LLukas22/lfqa_preprocessed),
57
  which in turn is a processed and simplified version of of [vblagoje's](https://huggingface.co/vblagoje) *[lfqa_support_docs](https://huggingface.co/datasets/vblagoje/lfqa_support_docs)* and *[lfqa](https://huggingface.co/datasets/vblagoje/lfqa)* datasets.
58
 
59
+ I have filtered out overly long answers, based on the number of tokens in the answer using the LED tokenizer.
60
  It can be reproduced with the notebook `process-lfqa-dataset.ipynb`.
61
 
62
  LLukas22/lfqa_preprocessed | stefanbschneider/lfqa-max-answer-length-512