System Info
transformers version: 4.28.1
- Platform: Windows-10-10.0.22621-SP0
- Python version: 3.11.2
- Huggingface_hub version: 0.14.1
- Safetensors version: not installed
- PyTorch version (GPU?): 2.0.1+cu117 (True)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): not installed (NA)
- Jax version: not installed
- JaxLib version: not installed
- Using GPU in script?: NO
- Using distributed or parallel set-up in script?: NO
Who can help?
@sgugger
Information
Tasks
Reproduction
In transformers/models/wav2vec2/configuration_wav2vec2.py there is a parameter layerdrop in __init__ which is not documented. This parameter is set (and overrides the default 0.1) in the examples at examples/pytorch/speech-recognition/README.md, so it seems to be important.
Expected behavior
Document layerdrop.
System Info
transformersversion: 4.28.1Who can help?
@sgugger
Information
Tasks
examplesfolder (such as GLUE/SQuAD, ...)Reproduction
In
transformers/models/wav2vec2/configuration_wav2vec2.pythere is a parameterlayerdropin__init__which is not documented. This parameter is set (and overrides the default0.1) in the examples atexamples/pytorch/speech-recognition/README.md, so it seems to be important.Expected behavior
Document
layerdrop.