Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
proxectonos
/
PAWS_pt
like
0
Follow
Proxecto N贸s
30
Modalities:
Tabular
Text
Formats:
csv
Size:
1K - 10K
Libraries:
Datasets
pandas
Croissant
+ 1
Dataset card
Viewer
Files
Files and versions
Community
2
sdocio
commited on
Oct 28, 2024
Commit
1eda7d5
路
verified
路
1 Parent(s):
cfb4f7d
Create README.md with config section
Browse files
Add config section to change split name to "test" (instead of "train").
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
---
2
+
configs:
3
+
- config_name: test
4
+
data_files:
5
+
- split: test
6
+
path: "PAWS_pt.tsv"
7
+
---