khushwant04 commited on
Commit
9700118
·
verified ·
1 Parent(s): c948bf2

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+ os.system("curl -L "https://huggingface.co/datasets/khushwant04/Research-Papers/resolve/main/research-papers.tar?download=true" -o research-papers.tar")
3
+ os.system("tar -xf research-papers.tar")