alexandremuzio

Results 5 issues of alexandremuzio

Small fix to fastbpe preprocessing script in examples/fast_noisy_channel/README.md.

CLA Signed

## 🐛 Bug I tried using [Huggingface evaluate](https://huggingface.co/docs/evaluate/index) but it is not working with the newest `Unbabel/wmt22-comet-da` as part of unbabel-comet `2.0.0` release. I'm not sure if this is an...

bug

I am trying to use the MPExecutor but I am getting the following error: ``` multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/home/alferre/anaconda3/envs/mtdev/lib/python3.7/multiprocessing/pool.py", line 121, in worker result =...

Initial working version of [MRT](https://arxiv.org/abs/1512.02433). Besides the difference in the learning procedure, most of the MRT types are pretty similar to the PPO ones, such as `MRTRLElement`. The main difference...

### 🚀 The feature, motivation, and pitch I've been working on RLHF for a while and have been exploring the use of Minimum Risk Training (paper: [here](https://arxiv.org/abs/1512.02433) with further investigations...

feature request