noumanjavaid commited on
Commit
1e72a0c
·
verified ·
1 Parent(s): e2df06c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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]