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

query fine tuned models #469

Merged
merged 7 commits into from
Oct 3, 2023
Merged

query fine tuned models #469

merged 7 commits into from
Oct 3, 2023

Conversation

Intex32
Copy link
Member

@Intex32 Intex32 commented Oct 2, 2023

sub PR of #464

Example in examples/kotlin/src/main/kotlin/com/xebia/functional/xef/conversation/finetuning/FineTunedModelChat.kt

Current limitations:

  • the abstract copy function from LLM has to return the most specific type of this instance, this cannot be ensured at compile time, in the spawnModel function the return value is casted where it could potentially fail
  • it cannot be assured that the fined tuned model has the specified capability in spawnModel

Copy link
Contributor

@Montagon Montagon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@Intex32 Intex32 merged commit 85fa396 into main Oct 3, 2023
5 checks passed
@Intex32 Intex32 deleted the 441-query-fine-tuned-models branch October 3, 2023 08:40
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.

3 participants