autolabel
autolabel copied to clipboard
Label, clean and enrich text datasets with LLMs.
**Is your feature request related to a problem? Please describe.** I have been trying to get started with the documentation on https://docs.refuel.ai/autolabel/guide/resources/CLI/ for generating my config automatically step-by-step. But for...
Hi team, Congratulations on a great project. I wish we would support more NLP tasks such as NLI. Thanks.
OpenAI supports prompt caching by default for gpt-4o-2024-08-06 and gpt-4o-mini-2024-07-18. When using the cached prompts, it'll automatically apply 50% discount to the cached prompt tokens. Making that adjustment to the...
# Pull Review Summary ## Description Adding support for LLMs from AzureOpenAI ## Type of change - New feature (change which adds functionality) - Support for AzureOpenAI ## Tests I've...
**## if config of json not support chinese when the labels use chinese like that then result in error as followed** 1.config ``` { "task_name": "ScenicAreaInformationClassification", "task_type": "multilabel_classification", "dataset": {...
# Pull Review Summary ## Description added solution for this issue that says specifically add [gpt-4-turbo-preview](https://github.com/refuel-ai/autolabel/issues/711) ## Type of change - New Feature (Enhancement)
[Bug]:
**Describe the bug** When I am trying to run the agent to label the dataset, I am getting this error: Error generating from LLM: module 'openai' has no attribute 'error'...
Hi, Please consider adding support for local Large Language Models (LLMs), specifically integrating Ollama, to Autolabel. This enhancement would increase the tool’s versatility and attract users who prioritize data privacy,...
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.16 to 0.3.7. Release notes Sourced from langchain's releases. langchain-core==0.3.7 Changes since langchain-core==0.3.6 core[patch]: Release 0.3.7 (#27004) core[patch]: fix structured prompt template format (#27003) core: Add ruff...