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

Migrate Text Generation Metrics to valor-lite #802

Merged
merged 60 commits into from
Oct 31, 2024
Merged

Conversation

bnativi
Copy link
Contributor

@bnativi bnativi commented Oct 16, 2024

Move the text generation core code to lite. Adapted the code to follow a similar organization to the other task types. Changes include:

  • Renaming files and moving code around (reorganized to be more similar to the other task types)
  • Remove metadata.
  • Update tests. Improve code coverage.
  • Remove evaluation objects. Now the main text generation evaluation function returns just a list of dictionaries, with one dictionary per computed metric.

@czaloom czaloom self-assigned this Oct 28, 2024
@czaloom czaloom changed the title move text gen files from core to lite Migrate Text Generation Metrics to valor-lite Oct 29, 2024
@czaloom czaloom marked this pull request as ready for review October 31, 2024 17:53
@czaloom czaloom merged commit ce8d261 into main Oct 31, 2024
13 checks passed
@czaloom czaloom deleted the core_to_lite_text_gen branch October 31, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants