Martín Santillán Cooper

Results 12 comments of Martín Santillán Cooper

Status update: [This PR](https://github.com/label-sleuth/label-sleuth/pull/505) partially addresses the current issue. It implements a custom downloading indicator while using the `fetch` library, so no problem if authentication is enabled. Moreover, the user...

The method of the PR that downloads the model can be found [here](https://github.com/label-sleuth/label-sleuth/blob/bad763f096fd93b5d7432ca0a85aa58bfbac7edc/frontend/src/modules/Workplace/information/FileTransferLabels/index.tsx#L431). In summary, once the response is received (i.e. the zip file is ready to start loading and...

@yannisk2 Good suggesstion. I agree on adding this sort of shortcut. I think I prefer the first item suggestion regarding what clicking a category several times does. The only concern...

@alonh as I imagine this, the amount of data to save would be a dict with max size `changed_element_threshold` which keys would be the uris of the elements and the...

@alonh I actually don't understand yet how the mechanism works actually. For example, in the video attached, If only an integer is stored, why is the progress labeling indicator decreasing...

1. We could use `git filter-branch` for this. However this will a) rewrite all the history and b) remove build files from tagged commits. 2. The simplest solution here is...

Interesting related article: https://www.atlassian.com/git/tutorials/big-repositories

> Hi @martinscooper , > > 1. what do you mean by "too specific"? the judge requires the instructions of the original prompt, and this is where they can be...

@yoavkatz @elronbandel I applied the fix.

Example usage: ```python from typing import Any, List from unitxt import evaluate, load_dataset from unitxt.blocks import Task, TaskCard from unitxt.llm_as_judge import CreateCriteriaFromString from unitxt.loaders import LoadFromDictionary from unitxt.templates import NullTemplate...