ccdv commited on
Commit
b31b335
1 Parent(s): 4d9ded8
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ This is a dataset for theme/topic classification, made of questions and answers
16
 
17
  It contains 188 unbalanced classes, 80k questions-answers divided into 3 splits: train (60k), val (10k) and test (10k). \
18
 
19
- Can be used for generation with 'qran-generation'
20
  This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
21
  ```python
22
  "ccdv/cass-summarization": ("question", "answer")
 
16
 
17
  It contains 188 unbalanced classes, 80k questions-answers divided into 3 splits: train (60k), val (10k) and test (10k). \
18
 
19
+ Can be used for generation with 'qran_generation'
20
  This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
21
  ```python
22
  "ccdv/cass-summarization": ("question", "answer")