Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
tasksource
/
data
like
1
Follow
tasksource
82
License:
other
Dataset card
Files
Files and versions
xet
Community
sileod
commited on
Aug 28, 2023
Commit
e229018
·
1 Parent(s):
d2c6b26
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+5
-0
README.md
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
# Tasksource unified loader
2
+
3
+
```python
4
+
load_dataset('tasksource/data', "glue/rte",max_rows=30_00)
5
+
```