autolabel
autolabel copied to clipboard
Label, clean and enrich text datasets with LLMs.
**Is your feature request related to a problem? Please describe.** Search usecases can broadly be classified into two buckets: 1. Lexical/Keyword based search - traditional IR systems, more or less...
**Is your feature request related to a problem? Please describe.** I'd love to use new LLMs like Mixtral 8x7b (better than GPT 3.5 Turbo), for which there are HuggingFace APIs...
Dear Sir/Madam, I would like to conduct a multilabel task. My labels have up to 2600 items. Is there a simple way to input so many labels in the Config...
How to run Goolgle t5 small on Multiple GPUs, instead of single one.
**Is your feature request related to a problem? Please describe.** We currently only calculate confidence for the entire list of labels in multilabel classification tasks. This type of computation is...
To enhance the quality of my labling experiments, I would like to use chain-of-thought prompting. I use the refuel-llm for my labling tasks (single-label and multi-label). As I can see,...
pip install 'refuel-autolabel[openai]' Note: you may need to restart the kernel to use updated packages. ERROR: Invalid requirement: "'refuel-autolabel[openai]'" !pip3 install 'refuel-autolabel[openai]' ERROR: Invalid requirement: "'refuel-autolabel[openai]'"
Hi, I tried importing LabelingAgent using below code : from autolabel import LabelingAgent getting pydantic error, please check full issue in attached file Basically, issue is with langchain, it needs...
**Is your feature request related to a problem? Please describe.** We would like to be able to use the OpenAI models through Azure's OpenAI offering. **Describe the solution you'd like**...