Update README.md
Browse files
README.md
CHANGED
@@ -49,8 +49,11 @@ To reproduce results in Google Colab:
|
|
49 |
- Clone and install required libraries through this code
|
50 |
|
51 |
!git clone https://github.com/huggingface/transformers
|
|
|
52 |
!pip3 install -e transformers
|
|
|
53 |
!pip3 install sentencepiece
|
|
|
54 |
!pip3 install -r /content/transformers/examples/pytorch/question-answering/requirements.txt
|
55 |
|
56 |
- Run this python code:
|
|
|
49 |
- Clone and install required libraries through this code
|
50 |
|
51 |
!git clone https://github.com/huggingface/transformers
|
52 |
+
|
53 |
!pip3 install -e transformers
|
54 |
+
|
55 |
!pip3 install sentencepiece
|
56 |
+
|
57 |
!pip3 install -r /content/transformers/examples/pytorch/question-answering/requirements.txt
|
58 |
|
59 |
- Run this python code:
|