mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +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>
14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"vocab_size": 50265,
|
|
"hidden_size": 768,
|
|
"num_hidden_layers": 6,
|
|
"num_attention_heads": 12,
|
|
"intermediate_size": 3072,
|
|
"hidden_act": "gelu",
|
|
"hidden_dropout_prob": 0.1,
|
|
"attention_probs_dropout_prob": 0.1,
|
|
"max_position_embeddings": 514,
|
|
"type_vocab_size": 1,
|
|
"initializer_range": 0.02,
|
|
"layer_norm_eps": 0.00001
|
|
} |