mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-26 07:27:32 +00:00
fix: config + ignore pkl
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
*.pkl
|
||||
ckpts*
|
||||
.deepspeed_env
|
||||
*.jsonl
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# model/tokenizer
|
||||
model_name: "EleutherAI/gpt-j-6B"
|
||||
tokenizer_name: "EleutherAI/gpt-j-6B"
|
||||
model_name: "EleutherAI/gpt-j-6b"
|
||||
tokenizer_name: "EleutherAI/gpt-j-6b"
|
||||
gradient_checkpointing: false
|
||||
save_name: "nomic-ai/gpt4all-mosaic"
|
||||
|
||||
|
Reference in New Issue
Block a user