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

Add tests and docstring for Task and subclasses #385

Merged
merged 13 commits into from
Mar 6, 2024

Conversation

alvarobartt
Copy link
Member

Description

This PR adds the docstrings to Task, TextGeneration and PushToHub classes recently created, as well as adding unit tests for both Task and TextGeneration. Besides that, also the MistralLLM docstrings have been updated as some args were not being covered.

Additionally, this PR also defines the model_name property as an abstractmethod within the LLM base class.

@alvarobartt alvarobartt added documentation Improvements or additions to documentation test labels Mar 6, 2024
@alvarobartt alvarobartt added this to the 1.0.0 milestone Mar 6, 2024
@alvarobartt alvarobartt self-assigned this Mar 6, 2024
@alvarobartt alvarobartt merged commit b0401ce into core-refactor Mar 6, 2024
4 checks passed
@alvarobartt alvarobartt deleted the task-update branch March 6, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation test
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant