Skip to content

Add microsoft/phi-2 for Text Generation #91

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

Merged
merged 1 commit into from
Mar 26, 2025
Merged

Conversation

jgyasu
Copy link
Contributor

@jgyasu jgyasu commented Mar 25, 2025

Pull Request description

Fix #90

microsoft/phi-2 is a small language model with just 2.7 billion parameters. Currently, Rago lacks small language models, which are helpful in use cases where there are resource-contraints and it is not possible to make API calls because of the privacy issues.

This PR adds phi-2 to Rago.

Pull Request checklists

This PR is a:

  • bug-fix
  • new feature
  • maintenance

About this PR:

  • it includes tests.
  • pre-commit hooks were executed locally.
  • this PR requires a project documentation update.

Author's checklist:

  • I have reviewed the changes and it contains no misspelling.
  • The code is well commented, especially in the parts that contain more
    complexity.

Reviewer's checklist

Copy and paste this template for your review's note:

## Reviewer's Checklist

- [ ] I managed to reproduce the problem locally from the `main` branch
- [ ] I managed to test the new changes locally
- [ ] I confirm that the issues mentioned were fixed/resolved .

@jgyasu
Copy link
Contributor Author

jgyasu commented Mar 25, 2025

@xmnlab I will appreciate a review :)

@xmnlab xmnlab merged commit 9b2399f into osl-incubator:main Mar 26, 2025
12 checks passed
@xmnlab
Copy link
Member

xmnlab commented Mar 26, 2025

thanks @jgyasu ! appreciate it

Copy link

🎉 This PR is included in version 0.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

feat(generation): Add microsoft/phi-2 for Text Generation
2 participants