Skip to content

Conversation

@Samoed
Copy link
Member

@Samoed Samoed commented Feb 26, 2025

Пример использования

from autointent import Dataset

# Example usage
dataset = Dataset.from_hub("AutoIntent/clinc150_subset")
evolver = DSPYIncrementalUtteranceEvolver(
    "hosted_vllm/", api_base="http://localhost:8000/v1", seed=42, search_space=None
)
augmented_dataset = evolver.augment(
    dataset, split_name=Split.TEST, n_evolutions=1, mipro_compile_params={"minibatch": False}
)
augmented_dataset.to_csv("dspy_test.csv")

@Samoed Samoed requested review from Darinochka and voorhs March 4, 2025 18:28
@Samoed Samoed marked this pull request as ready for review March 4, 2025 18:28
@Samoed Samoed merged commit ae2a831 into dev Mar 6, 2025
29 of 30 checks passed
@Samoed Samoed deleted the add_dspy branch March 6, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants