add data.
Browse files- .gitattributes +1 -0
- README.md +13 -0
- dev.json +3 -0
- test.json +3 -0
- train.json +3 -0
.gitattributes
CHANGED
@@ -34,6 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
37 |
# Audio files - uncompressed
|
38 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
*.sam filter=lfs diff=lfs merge=lfs -text
|
|
|
34 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
38 |
# Audio files - uncompressed
|
39 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
40 |
*.sam filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# Yelp Review Dataset
|
6 |
+
|
7 |
+
**Disclaimer:** I do not own or manage this dataset. It is sourced from the paper *[USB: A Unified Semi-Supervised Learning Benchmark for Classification](https://arxiv.org/pdf/2208.07204)* by Wang et al., published in *Advances in Neural Information Processing Systems (NeurIPS 2022)*.
|
8 |
+
|
9 |
+
The original paper provided all datasets in a single, large file. To improve usability and convenience, I have separated the Yelp Review dataset and saved it in this repository, making it easier for users to download only the specific datasets they need.
|
10 |
+
|
11 |
+
For more information, please refer to the following links:
|
12 |
+
- **Paper**: [https://arxiv.org/pdf/2208.07204](https://arxiv.org/pdf/2208.07204)
|
13 |
+
- **GitHub**: [https://github.com/microsoft/semi-supervised-learning](https://github.com/microsoft/semi-supervised-learning)
|
dev.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79cdff4d1ba2ef890e00f7d04d6677573e78698c2dd9b41e57a802829fa631fc
|
3 |
+
size 19936743
|
test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6a917dac0a1cbe2d1aa4c17bbedbef727244573372757d1b410da1ffd7001a
|
3 |
+
size 40044929
|
train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31835bd118534bc3d0d7ac980242ba4a6a257ee11ea86f52573ec0deeb991529
|
3 |
+
size 368504504
|