Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,12 @@ Check out <a href="https://huggingface.co/course/chapter5/1?fw=pt">Chapter 5</a>
|
|
39 |
|
40 |
from datasets import load_dataset, Audio
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
dataset = load_dataset("PolyAI/minds14", "en-US", split="train", trust_remote_code=True)
|
43 |
|
44 |
# %% [markdown]
|
|
|
39 |
|
40 |
from datasets import load_dataset, Audio
|
41 |
|
42 |
+
num_epochs = 10 # Set the desired number of epochs; this is just an example!
|
43 |
+
|
44 |
+
import transformers
|
45 |
+
transformers.utils.move_cache()
|
46 |
+
|
47 |
+
|
48 |
dataset = load_dataset("PolyAI/minds14", "en-US", split="train", trust_remote_code=True)
|
49 |
|
50 |
# %% [markdown]
|