mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +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>
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"activation": "gelu",
|
|
"attention_dropout": 0.1,
|
|
"dim": 768,
|
|
"dropout": 0.1,
|
|
"hidden_dim": 3072,
|
|
"initializer_range": 0.02,
|
|
"max_position_embeddings": 512,
|
|
"n_heads": 12,
|
|
"n_layers": 6,
|
|
"sinusoidal_pos_embds": true,
|
|
"tie_weights_": true,
|
|
"vocab_size": 119547
|
|
}
|
|
|