Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/run embedding benchmark pipelines CLI #960

Merged
merged 38 commits into from
Jan 25, 2024

Conversation

ArshaanNazir
Copy link
Collaborator

@ArshaanNazir ArshaanNazir commented Jan 18, 2024

Description

Running embedding benchmarking with CLI

Sets Keys:

python -m langtest config set OPENAI_API_KEY=<KEY>

python -m langtest config set HUGGINGFACEHUB_API_TOKEN=<HF_TOKEN>

Example Usage (Single Model):

python -m langtest benchmark embeddings --model TaylorAI/bge-micro --hub huggingface

image

Example Usage (Multiple Models):

python -m langtest benchmark embeddings --model "TaylorAI/bge-micro,TaylorAI/gte-tiny,intfloat/e5-small" --hub huggingface

image

@ArshaanNazir ArshaanNazir linked an issue Jan 22, 2024 that may be closed by this pull request
@ArshaanNazir ArshaanNazir merged commit c99874c into release/2.0.0 Jan 25, 2024
2 of 3 checks passed
@ArshaanNazir ArshaanNazir deleted the feature/benchmarks-pipelines-with-metaflow branch February 13, 2024 16:26
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.

Benchmarks pipelines ( CLI support ).
2 participants