mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00

* Reorganize example folder * Continue reorganization * Change requirements for tests * Final cleanup * Finish regroup with tests all passing * Copyright * Requirements and readme * Make a full link for the documentation * Address review comments * Apply suggestions from code review Co-authored-by: Lysandre Debut <lysandre@huggingface.co> * Add symlink * Reorg again * Apply suggestions from code review Co-authored-by: Thomas Wolf <thomwolf@users.noreply.github.com> * Adapt title * Update to new strucutre * Remove test * Update READMEs Co-authored-by: Lysandre Debut <lysandre@huggingface.co> Co-authored-by: Thomas Wolf <thomwolf@users.noreply.github.com>
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"initializer_range": 0.02,
|
|
"layer_norm_epsilon": 0.00001,
|
|
"n_ctx": 1024,
|
|
"n_embd": 768,
|
|
"n_head": 12,
|
|
"n_layer": 6,
|
|
"n_positions": 1024,
|
|
"vocab_size": 50257
|
|
} |