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

Comparison of different LLM fine tuning methods for Granite model against standard benchmarks #7

Open
hemajv opened this issue Jul 8, 2024 · 2 comments
Assignees

Comments

@hemajv
Copy link
Collaborator

hemajv commented Jul 8, 2024

We would like to evaluate the model performance for various LLM fine tuning approaches and compare them with the standard benchmarks. An experiment we would like to try is:

  • Compare the full cartesian product of fine tuning for the Granite model (medium model) with relevant combinations:
    {small, medium, large models} x {no pre-training + full supervised training, full supervised fine-tuning, LoRA, RAG, LoRA + RAG etc.} x {synthetic, no synthetic}
    . We can omit combinations that may not be relevant for our use case.

  • Benchmarks we can compare against (obtained from ChatGPT, we should validate these numbers with relevant published papers):
    small_ragft
    medium_ragft
    large_ragft
    verylarge_ragft

@hemajv hemajv changed the title Comparison of different LLM fine tuning methods against standard benchmarks Comparison of different LLM fine tuning methods for Granite model against standard benchmarks Jul 8, 2024
@alekhyak1 alekhyak1 self-assigned this Jul 8, 2024
@hemajv
Copy link
Collaborator Author

hemajv commented Jul 8, 2024

Initial tasks:

  • Granite base model with MMLU dataset
  • Full fine tuning of Granite base model on MMLU dataset
  • Granite base model with few shot fine tuning on MMLU dataset
  • Granite base model with LoRA on MMLU dataset
  • Granite base model with RAG on MMLU dataset
  • Evaluating all the above with MMLU test data set

cc @PalmPalm7 @alekhyak1 @TreeinRandomForest @Shreyanand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

4 participants