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

441 fine tuning oai #464

Closed
wants to merge 16 commits into from
Closed

441 fine tuning oai #464

wants to merge 16 commits into from

Conversation

Intex32
Copy link
Member

@Intex32 Intex32 commented Sep 28, 2023

  • xef-core: implemented an API for querying fine-tuned models
  • xef-server: cloned OAI endpoints for fine tuning (to later intercept and collect metrics)

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

@Intex32 Intex32 linked an issue Sep 28, 2023 that may be closed by this pull request
@Intex32
Copy link
Member Author

Intex32 commented Sep 28, 2023

Open for first discussions :)
Happy about feedback

@Intex32 Intex32 added the help wanted Extra attention is needed label Sep 28, 2023
@Intex32 Intex32 marked this pull request as ready for review September 29, 2023 07:50
@Intex32 Intex32 closed this Oct 2, 2023
@Intex32 Intex32 mentioned this pull request Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

supporting fine tuning for OAI
1 participant