-
I tried running the example code in summarization page of doc with 't5-base' model, but it errors out. I have tried using latest release and master of blurr and fastcore but still issue persists. Here…
-
Hi,
As you can see from the attached screenshot on Y axis the summarization is incorrect, it doesn't provide any indicator that those values are in thousands. A better improvement might be to calc…
-
```python
python run_summarization.py --mode="train" --data_path="../misc/finished_files/chunked/train_*" --vocab_path="../misc/finished_files/vocab" --log_root="log/" --exp_name="first_test"
/hom…
-
### Description
Tried using the abstractive_summarization_bertsumabs_cnndm notebook after installing the env based on the instructions, but the part where the predictions on the test data is perfor…
-
Hi Lisa,
I saw your video and have read your paper. Great work.
I want to try prefix-tuning GPT2 for code summarization task and want to bring my data in right format which can be fed to the code…
-
Hi,
According to the README file, for summarization (cnndm) task the following truncation setup is recommended:
`-src_seq_length_trunc 400`
However, on the training data, the average/median len…
-
@abisee Did you wrote code for generating anonymized version of cnn-dailymail summarizaition dataset?
-
### Project Name
LLM-based cyber security news summarizer and chatbot
### Description
This app is a cybersecurity-focused news summarizer and chatbot designed for Security Operation Centers (SOCs).…
-
- [ ] Why the author only compare RLAIF with RLHF on task of summarization?
- [ ] How are the performances for other tasks?
- [ ] For 4.1 Datasets, what other ways OpenAI use to filter the data?
- …
-
In the summarization notebook, where/when do we set the device? Are parallel gpus expected? Two things that could help: i) specify where we could set the device and call model.to(device) and ii) expli…