jwieczorekhabana commited on
Commit
ebe3a33
1 Parent(s): fa7c9c4

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/contrastive-image-text) is an example script to fine-tune a model on COCO.
27
  Use it as follows:
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/contrastive-image-text) is an example script to fine-tune a model on COCO.
27
  Use it as follows: