Skip to content

Commit

Permalink
start setting up llama3 bayesian training code
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanchiu committed May 1, 2024
1 parent b54b009 commit 840f34d
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 386 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ ENV/
.mypy_cache/

# Experiment runs
examples/runs/
examples/runs/
datasets
1 change: 1 addition & 0 deletions examples/bayes_llama3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Meta-Llama-3-8B
383 changes: 0 additions & 383 deletions examples/bayes_llama3/bayesllama3.py

This file was deleted.

Loading

0 comments on commit 840f34d

Please sign in to comment.