Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
arbml
/
metrecv2
like
0
Follow
Arabic Machine Learning
265
Dataset card
Files
Files and versions
Community
1
Zaid
commited on
Jun 4, 2022
Commit
6399c4f
•
1 Parent(s):
2cfddac
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+13
-0
README.md
ADDED
Viewed
@@ -0,0 +1,13 @@
1
+
```
2
+
DatasetDict({
3
+
train: Dataset({
4
+
features: ['text', 'label'],
5
+
num_rows: 1466586
6
+
})
7
+
test: Dataset({
8
+
features: ['text', 'label'],
9
+
num_rows: 362798
10
+
})
11
+
})
12
+
13
+
```