autolabel icon indicating copy to clipboard operation
autolabel copied to clipboard

Label, clean and enrich text datasets with LLMs.

Results 124 autolabel issues
Sort by recently updated
recently updated
newest added

**Describe the bug** * I want to try 2024 Anthropic models but they are not supported in refuel-autolabel v0.0.16. * I git pull this repo and pip install. (Note: There...

bug

When using a Chat-type LLM (Large Language Model) and initializing AutoLabeling with the default SQLAlchemyGenerationCache, there's a compatibility issue in the `get` method of GenerationCacheEntryModel. The problem occurs because the...

bug

I use the model on Hugging Face; my config.json file settings for the model are as follows:: "model": { "provider": "huggingface_pipeline", "name": "refuelai/Llama-3-Refueled" } I executed the following command:: from...

bug