add data.
Browse files- .gitattributes +1 -0
- README.md +10 -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
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Amazon 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 Amazon 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:ad1ac295d8c02c18d75230199d291b0d1cedd19b023476c51a76bbf0582e608b
|
3 |
+
size 12475612
|
test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cacfb67df2a31089c03befa930f8db2d07e2063936c3d8fa9f8d0383c49455f8
|
3 |
+
size 327634606
|
train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c2dd75bd831329518b57a00704b1d3e51b26bb735c1daf64516504610291d66
|
3 |
+
size 278545883
|