Skip to content

Commit

Permalink
finetune llama2 on git
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmeda14960 committed Apr 23, 2024
1 parent 28f299a commit e441126
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/llama2_7b_continued.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
data:
id: EleutherAI/pile
tokenizer: meta-llama/Llama-2-7b-hf
cache_dir: "gs://levanter-data/tokenized/git-llama2/"
train_urls:
- gs://levanter-data/pile-domains/github/{00..29}.jsonl.zst
validation_urls:
- gs://levanter-data/pile-domains/github/val.jsonl.zst
tokenizer: "meta-llama/Llama-2-70b-hf"
model:
type: llama
initialize_from_hf: true
Expand Down

0 comments on commit e441126

Please sign in to comment.