-
- [ ] 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?
- …
-
### Is your feature request related to a problem? Please describe.
As a Data Science enthusiast I often wonder whether I need to buy books to expand my knowledge and if so what are the best books to …
-
Hello.
When doing extractive summarization of raw text using bertext_cnndm_transformer and trying to twist min/max lenght, the output is always the same.
eg.
`python train.py -mode test_text …
ghost updated
4 years ago
-
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…
-
## ChatGPT
- 為了和 t5 版本比較,打一樣的 instruction。
- 先實驗 en(中文版),再實驗 zh。
- Follow 易庭的建議,改用 dataclass 來寫 data(zh)。
## Configs
```yaml
# reference: https://tsmatz.wordpress.com/2022/11/25/huggingface-japanese-…
-
This issue collects a roadmap for achieving end-to-end integration with `dask` data containers at the framework (not estimator) level. For discussion and design.
* `dask` based mtypes, especially f…
-
I ran into an issue following the readme steps:
[0:00:07.825803][Epoch: 0][Iter: 58][Loss: 8.262327][lr: 0.000500]: 100%|████████████████████████████████████████████████████████…
-
Hey,
I am quite new in machine learning and I would like to use your code to train my own text summarization model. What I am currently wondering about is, what exactly are you needing the doc_dict…
-
The title is basically the question, but to elaborate I'm going through the code step-by-step so that I can create the BERT-style data used in this model to use with other summarization datasets as we…
-
@abisee Did you wrote code for generating anonymized version of cnn-dailymail summarizaition dataset?