carlosdanielhernandezmena commited on
Commit
e06f3be
·
verified ·
1 Parent(s): c898c14

More updates

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -258,7 +258,9 @@ pip install evaluate
258
  ```python
259
  #This code works with GPU
260
 
261
- #Notice that: load_metric is no longer part of datasets (Note from November 2024)
 
 
262
 
263
  import torch
264
  from transformers import WhisperForConditionalGeneration, WhisperProcessor
 
258
  ```python
259
  #This code works with GPU
260
 
261
+ #Notice that: load_metric is no longer part of datasets.
262
+ #you have to remove it and use evaluate's load instead.
263
+ #(Note from November 2024)
264
 
265
  import torch
266
  from transformers import WhisperForConditionalGeneration, WhisperProcessor