jwieczorekhabana commited on
Commit
8f88866
1 Parent(s): 799cb20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This enables to specify:
21
 
22
  The model is instantiated the same way as in the Transformers library.
23
  The only difference is that there are a few new training arguments specific to HPUs.\
24
- This model is supported only in mixed precision training with bf16 type.
25
 
26
  [Here](https://github.com/huggingface/optimum-habana/blob/main/examples/audio-classification/run_audio_classification.py) is an audio classification example script to fine-tune a model. You can run it with Wav2Vec2 with the following command:
27
  ```bash
 
21
 
22
  The model is instantiated the same way as in the Transformers library.
23
  The only difference is that there are a few new training arguments specific to HPUs.\
24
+ It is strongly recommended to train this model doing bf16 mixed-precision training for optimal performance and accuracy.
25
 
26
  [Here](https://github.com/huggingface/optimum-habana/blob/main/examples/audio-classification/run_audio_classification.py) is an audio classification example script to fine-tune a model. You can run it with Wav2Vec2 with the following command:
27
  ```bash