Elron Bandel

Results 60 issues of Elron Bandel

QQP link is out of date, is there anywhere i can get the same QQP version used in the PAWS paper?

If all the base operators had eager mode it would be easier to debug. This addition can be simple: adding to every operator an option to run on all the...

Notice FromTask still will work for backward compatibility

Currently in unitxt there are wrong names and compositions for few importatnt core components in unitxt ## Main Classes * `TaskCard` -> `DataToTask` or `DataToTaskCard` `preprocess_steps` -> `data_to_task_steps` * `FormTask`...

Currently a specific template in unitxt have few versions for different languages. For example: English sentiment template: ```python template = InputOutputTemplate(input_format="Classify the sentiment of this text: {text}") ``` Deutch sentiment...

ease-of-use

Fusion classes were suppose to add field named "group" to every instance of the fusion streams, stating the name of its origin. In turn in metric computation time the metric...

bug

Currently the demos for every instance are sampled based on the inital seed and its order in the stream, instaed of based solely on the content of the instance. This...

bug

Today we have tasks such as `tasks.classification.mutli_class` that are very general by using things like: `class_type` then we can have sentiment and emotion classification under the same task by using...