carlosdanielhernandezmena
commited on
More updates
Browse files
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
|
|
|
|
|
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
|