rararara9999 commited on
Commit
75d4c6c
·
verified ·
1 Parent(s): 3cd334b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,9 +1,9 @@
1
  #installing dependencies
2
 
3
- ! pip install -U git+https://github.com/huggingface/transformers.git
4
- ! pip install -U git+https://github.com/huggingface/accelerate.git
5
 
6
- ! pip install datasets
7
 
8
  #setting up models and dataset
9
 
@@ -12,7 +12,7 @@ batch_size = 128
12
 
13
  from datasets import load_dataset
14
 
15
- !pip install evaluate
16
 
17
  from google.colab import drive
18
  drive.mount('/content/drive/')
 
1
  #installing dependencies
2
 
3
+ pip install -U git+https://github.com/huggingface/transformers.git
4
+ pip install -U git+https://github.com/huggingface/accelerate.git
5
 
6
+ pip install datasets
7
 
8
  #setting up models and dataset
9
 
 
12
 
13
  from datasets import load_dataset
14
 
15
+ pip install evaluate
16
 
17
  from google.colab import drive
18
  drive.mount('/content/drive/')