regisss HF staff commited on
Commit
ba8e8b6
1 Parent(s): 2ffc790

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The model is instantiated the same way as in the Transformers library.
26
  The only difference is that there are a few new training arguments specific to HPUs:
27
 
28
  ```
29
- from optimum.habana import GaudiConfig, GaudiTrainer, GaudiTrainingArguments
30
  from transformers import BertTokenizer, BertModel
31
 
32
  tokenizer = BertTokenizer.from_pretrained("bert-large-uncased-whole-word-masking")
 
26
  The only difference is that there are a few new training arguments specific to HPUs:
27
 
28
  ```
29
+ from optimum.habana import GaudiTrainer, GaudiTrainingArguments
30
  from transformers import BertTokenizer, BertModel
31
 
32
  tokenizer = BertTokenizer.from_pretrained("bert-large-uncased-whole-word-masking")