Ioana Baldini

Results 9 issues of Ioana Baldini

### System Info ```shell - `transformers` version: 4.18.0 - Platform: macOS-10.16-x86_64-i386-64bit - Python version: 3.8.3 - Huggingface_hub version: 0.5.1 - PyTorch version (GPU?): 1.5.1 (False) - Tensorflow version (GPU?): 2.4.0...

bug

## Describe the bug I used to see this bug with an older version of the datasets. It seems to persist. This is my concrete scenario: I launch several evaluation...

bug

I noticed the following behavior: I invoke an action (async) and immediately I ask for the logs. I get something like this: ``` ./wsk action invoke slack-channels-info ok: invoked slack-channels-info...

enhancement
API
controller

I see quite often the following error. See below for a stack trace (ignore the line numbers, I have a local copy of the code that has debug prints, more...

I described the issue in the PR that "fixes" it #8 There are problems after removing labels in running the code as is (to fix, labels needs to be remove...

Based on a discussion in https://github.com/CoderPat/structured-neural-summarization/issues/10 `train_and_eval` should be run with `case_sensitive=False`. It is by default false, so `case_sensitive` should be removed from the run scripts in `models`.

Right now there are too many `Number of epochs to train the model` instead of the proper description for the parameters. It would be great to fix this --- I'm...

I think there are some omissions of groups in the templates in `white_is_to_clean`. In that file "Black" and "White" is written as is instead of template group token, which leads...

Right now there is a distinction between `feature-extraction` and `feature-extraction-model` (curious on the distinction, I think I get it: one is the general method, the other one is a model...

question