Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
tasksource
/
data
like
1
Follow
tasksource
45
License:
other
Dataset card
Files
Files and versions
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
+
```