Skip to content

Commit

Permalink
Merge pull request #24 from EleutherAI/stella
Browse files Browse the repository at this point in the history
GPT-3 Small Works
  • Loading branch information
sdtblck committed Jan 3, 2021
2 parents 7043aac + 71b4da9 commit 496d34d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions configs/gpt3_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
"batch_size": 256,
"eval_batch_size": 32,
"learning_rate": 0.0006,
"validate_every": 100,
"generate_every": 500,
"generate_length": 256,
"seq_len": 1024,
"hidden_dim": 768,
"n_layers": 12,
"n_heads": 12,
"dim_head": 64
}
}
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ tqdm>=4.50.0
deepspeed
transformers
tensorflow==1.15.2
triton

0 comments on commit 496d34d

Please sign in to comment.