autolabel
autolabel copied to clipboard
Label, clean and enrich text datasets with LLMs.
**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...
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...
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...