Daniel Vila Suero
Daniel Vila Suero
## Description Integrate a customer profiling service (like [segment.io](https://segment.io)) to extract some usage metrics for python client and API usage. The registered event must be well defined and documented to...
Hi, Love this initiative, congrats! Would it be possible to integrate the datasets into the huggingface Hub? Besides from the technical effort, would there be any copyright, licensing issues? If...
Hi @cdpierse , very nice project, congrats! I am doing some experiments for bias in sentiment classifiers using our tool Rubrix together with `transformers-interpret` and I have encountered an issue....
**Is your feature request related to a problem? Please describe.** In order to better support information extraction use cases, joint models performing relation extraction + NER typically perform better and...
**Describe the bug** Validate action fails on text2text manual labeling mode. Apparently, even if we see a prediction and we click `validate` the `annotation` field is not correctly populated (text...
Hi @hwchase17, congrats on this fantastic project! This is Dani, co-founder of [Argilla](https://github.com/argilla-io/argilla). As I mentioned a few weeks ago over Twitter, we and other members of our community are...
argilla version: `1.23.0` ```python from argilla import RatingQuestionStrategy, FeedbackDataset dataset = FeedbackDataset.from_huggingface( repo_id="argilla/stackoverflow_feedback_demo" ) strategy = RatingQuestionStrategy("majority") # "mean", "max", "min" dataset.compute_unified_responses( question=dataset.question_by_name("answer_quality"), strategy=strategy, ) dataset.records[0].unified_responses ``` throws: ```python /usr/local/lib/python3.10/dist-packages/argilla/client/feedback/integrations/huggingface/dataset.py:332:...
## Description Creating a new UI mode that helps with annotation sessions. This mode must be included for all defined tasks and should keep the user interaction as simple as...
## Which page or section is this issue related to? https://docs.argilla.io/en/latest/getting_started/installation/deployments/huggingface-spaces.html#data-labeling-and-model-training We should change this to a FeedbackDataset example, maybe reuse the example we use in the Argilla UI when...
**Is your feature request related to a problem? Please describe.** Two minor improvements 1. It would be useful for users to see that a response text area has markdown enabled....