Skip to content

[Components] lamini #16731

@pipedream-component-development

Description

lamini

URLs

Polling Sources

get-job-status

prompt

Emit an event with the status of a Lamini fine-tuning job.

Actions

upload-dataset

prompt

Upload a dataset to Lamini for training. Requires fileUrl (URL of the file containing training data in .jsonl or .jsonlines format) and inputKey (key to use as the input). Optional parameters include outputKey and isPublic.

create-fine-tune-job

prompt

Create a fine-tuning job with a dataset. Requires modelName (base model to be fine-tuned) and datasetId (previously uploaded dataset ID). Optional parameters include uploadFilePath, fineTuneArgs, gpuConfig, isPublic, and customModelName.

evaluate-job

prompt

Evaluate a fine-tuning job by job ID. Requires jobId (the ID of the fine-tuning job to evaluate).

get-batch-completions

prompt

Retrieve the results of a batch completion request from Lamini. Requires modelName (model name) and prompt (array of prompts). Optional parameters include outputType, maxTokens, and maxNewTokens.

generate-completion

prompt

Generate completions using a Lamini model. Requires modelName (model to use) and prompt (text prompt). Optional parameters include outputType, temperature, maxTokens, maxNewTokens, topP, and stop.

Metadata

Metadata

Assignees

Labels

triagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions