Skip to content

Commit

Permalink
add llama option in monash
Browse files Browse the repository at this point in the history
  • Loading branch information
shikai committed Oct 11, 2023
1 parent c77340a commit a27bf7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experiments/run_monash.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@

model_hypers = {
'text-davinci-003': {'model': 'text-davinci-003', **gpt3_hypers},
'llama-70b': {'model': 'llama-70b', **llama_hypers},
}

# Specify the function to get predictions for each model
model_predict_fns = {
'text-davinci-003': get_llmtime_predictions_data,
'llama-70b': get_llmtime_predictions_data,
}

def is_gpt(model):
Expand Down

0 comments on commit a27bf7a

Please sign in to comment.