Madhana commited on
Commit
2a21665
·
1 Parent(s): 39209d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -7,13 +7,6 @@ Original file is located at
7
  https://colab.research.google.com/drive/12ga045iO8c2vMqYZQY4zPttnEv8dIUZe
8
  """
9
 
10
- # Install Hugging Face Transformers
11
- !pip install transformers pipeline
12
- '''
13
- "Installs HuggingFace development version: Contains all required dependencies(PyTorch, TF,...)"
14
- !pip install transformers[sentencepiece]
15
- '''
16
-
17
  from transformers import pipeline
18
 
19
  model_checkpoint = "Madhana/distilroberta-base-finetuned-wikitext2-SQuAD-qa-WandB2"
 
7
  https://colab.research.google.com/drive/12ga045iO8c2vMqYZQY4zPttnEv8dIUZe
8
  """
9
 
 
 
 
 
 
 
 
10
  from transformers import pipeline
11
 
12
  model_checkpoint = "Madhana/distilroberta-base-finetuned-wikitext2-SQuAD-qa-WandB2"