Skip to content

srmukher/LLM_Benchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM_Benchmarking

Benchmarking of LLM models

Datasets

Link to the original dataset used - Original Dataset

Assumptions/Parameters

Prompts:

  1. Prompt1: "{premise}. {hypothesis} yes or no?", # no instruction with response options (Yes/No)
  2. Prompt2: "{prefix}. {premise}. {hypothesis}.", # instruction with only prefix
  3. Prompt3: "{premise}. {intermediate}. {hypothesis}.", # instruction with only intermediate instruction
  4. Prompt4: "{premise}. {hypothesis}? {suffix}.", # instruction with only suffix
  • prefix = "Given the fact, answer the following question with yes/no."
  • suffix = "Given the previous fact, answer the following question with yes/no."
  • intermediate = "Given the previous fact, answer the following question with yes/no."

About

Benchmarking of LLM models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages