fix: config + ignore pkl

This commit is contained in:
Zach Nussbaum 2023-04-08 20:33:02 +00:00
parent 147c2fd7eb
commit b66f127ade
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.pkl
ckpts* ckpts*
.deepspeed_env .deepspeed_env
*.jsonl *.jsonl

View File

@ -1,6 +1,6 @@
# model/tokenizer # model/tokenizer
model_name: "EleutherAI/gpt-j-6B" model_name: "EleutherAI/gpt-j-6b"
tokenizer_name: "EleutherAI/gpt-j-6B" tokenizer_name: "EleutherAI/gpt-j-6b"
gradient_checkpointing: false gradient_checkpointing: false
save_name: "nomic-ai/gpt4all-mosaic" save_name: "nomic-ai/gpt4all-mosaic"