Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
khushwant04
/
Research-Papers
like
3
Tasks:
Text Classification
Text Retrieval
Summarization
Languages:
English
Size:
1K<n<10K
Tags:
ai
machine-learning
deep-learning
nlp
computer-vision
research-papers
+ 1
License:
cc-by-4.0
Dataset card
Files
Files and versions
Community
khushwant04
commited on
Oct 21, 2024
Commit
9700118
·
verified
·
1 Parent(s):
c948bf2
Create main.py
Browse files
Files changed (1)
hide
show
main.py
+3
-0
main.py
ADDED
Viewed
@@ -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")