luoyashuo commited on
Commit
7741cdd
·
2 Parent(s): c8a6df8f0a8e54

Merge branch 'master'

Browse files
Files changed (39) hide show
  1. .gitattributes +1 -59
  2. Textmining-USB/ag_news/test.jsonl +3 -0
  3. Textmining-USB/ag_news/train_labeled_10.jsonl +3 -0
  4. Textmining-USB/ag_news/train_labeled_50.jsonl +3 -0
  5. Textmining-USB/ag_news/train_unlabeled.jsonl +3 -0
  6. Textmining-USB/ag_news/val.jsonl +3 -0
  7. Textmining-USB/amazon_review/test.jsonl +3 -0
  8. Textmining-USB/amazon_review/train_labeled_200.jsonl +3 -0
  9. Textmining-USB/amazon_review/train_labeled_50.jsonl +3 -0
  10. Textmining-USB/amazon_review/train_unlabeled.jsonl +3 -0
  11. Textmining-USB/amazon_review/val.jsonl +3 -0
  12. Textmining-USB/yahoo_answers/test.jsonl +3 -0
  13. Textmining-USB/yahoo_answers/train_labeled_200.jsonl +3 -0
  14. Textmining-USB/yahoo_answers/train_labeled_50.jsonl +3 -0
  15. Textmining-USB/yahoo_answers/train_unlabeled.jsonl +3 -0
  16. Textmining-USB/yahoo_answers/val.jsonl +3 -0
  17. Textmining-USB/yelp_review/test.jsonl +3 -0
  18. Textmining-USB/yelp_review/train_labeled_200.jsonl +3 -0
  19. Textmining-USB/yelp_review/train_labeled_50.jsonl +3 -0
  20. Textmining-USB/yelp_review/train_unlabeled.jsonl +3 -0
  21. Textmining-USB/yelp_review/val.jsonl +3 -0
  22. Textmining/agnews/test.jsonl +3 -0
  23. Textmining/agnews/train_labeled_10.jsonl +3 -0
  24. Textmining/agnews/train_labeled_200.jsonl +3 -0
  25. Textmining/agnews/train_labeled_30.jsonl +3 -0
  26. Textmining/agnews/train_unlabeled.jsonl +3 -0
  27. Textmining/agnews/val.jsonl +3 -0
  28. Textmining/dbpedia/test.jsonl +3 -0
  29. Textmining/dbpedia/train_labeled_10.jsonl +3 -0
  30. Textmining/dbpedia/train_labeled_200.jsonl +3 -0
  31. Textmining/dbpedia/train_labeled_30.jsonl +3 -0
  32. Textmining/dbpedia/train_unlabeled.jsonl +3 -0
  33. Textmining/dbpedia/val.jsonl +3 -0
  34. Textmining/yahoo/test.jsonl +3 -0
  35. Textmining/yahoo/train_labeled_10.jsonl +3 -0
  36. Textmining/yahoo/train_labeled_200.jsonl +3 -0
  37. Textmining/yahoo/train_labeled_30.jsonl +3 -0
  38. Textmining/yahoo/train_unlabeled.jsonl +3 -0
  39. Textmining/yahoo/val.jsonl +3 -0
.gitattributes CHANGED
@@ -1,59 +1 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.lz4 filter=lfs diff=lfs merge=lfs -text
12
- *.mds filter=lfs diff=lfs merge=lfs -text
13
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
- *.model filter=lfs diff=lfs merge=lfs -text
15
- *.msgpack filter=lfs diff=lfs merge=lfs -text
16
- *.npy filter=lfs diff=lfs merge=lfs -text
17
- *.npz filter=lfs diff=lfs merge=lfs -text
18
- *.onnx filter=lfs diff=lfs merge=lfs -text
19
- *.ot filter=lfs diff=lfs merge=lfs -text
20
- *.parquet filter=lfs diff=lfs merge=lfs -text
21
- *.pb filter=lfs diff=lfs merge=lfs -text
22
- *.pickle filter=lfs diff=lfs merge=lfs -text
23
- *.pkl filter=lfs diff=lfs merge=lfs -text
24
- *.pt filter=lfs diff=lfs merge=lfs -text
25
- *.pth filter=lfs diff=lfs merge=lfs -text
26
- *.rar filter=lfs diff=lfs merge=lfs -text
27
- *.safetensors filter=lfs diff=lfs merge=lfs -text
28
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
- *.tar.* filter=lfs diff=lfs merge=lfs -text
30
- *.tar filter=lfs diff=lfs merge=lfs -text
31
- *.tflite filter=lfs diff=lfs merge=lfs -text
32
- *.tgz filter=lfs diff=lfs merge=lfs -text
33
- *.wasm filter=lfs diff=lfs merge=lfs -text
34
- *.xz filter=lfs diff=lfs merge=lfs -text
35
- *.zip filter=lfs diff=lfs merge=lfs -text
36
- *.zst filter=lfs diff=lfs merge=lfs -text
37
- *tfevents* 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
41
- *.raw filter=lfs diff=lfs merge=lfs -text
42
- # Audio files - compressed
43
- *.aac filter=lfs diff=lfs merge=lfs -text
44
- *.flac filter=lfs diff=lfs merge=lfs -text
45
- *.mp3 filter=lfs diff=lfs merge=lfs -text
46
- *.ogg filter=lfs diff=lfs merge=lfs -text
47
- *.wav filter=lfs diff=lfs merge=lfs -text
48
- # Image files - uncompressed
49
- *.bmp filter=lfs diff=lfs merge=lfs -text
50
- *.gif filter=lfs diff=lfs merge=lfs -text
51
- *.png filter=lfs diff=lfs merge=lfs -text
52
- *.tiff filter=lfs diff=lfs merge=lfs -text
53
- # Image files - compressed
54
- *.jpg filter=lfs diff=lfs merge=lfs -text
55
- *.jpeg filter=lfs diff=lfs merge=lfs -text
56
- *.webp filter=lfs diff=lfs merge=lfs -text
57
- # Video files - compressed
58
- *.mp4 filter=lfs diff=lfs merge=lfs -text
59
- *.webm filter=lfs diff=lfs merge=lfs -text
 
1
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Textmining-USB/ag_news/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96172aeadf1f96609db7cda439b9e272313ade4cec0b386667f80469822350e8
3
+ size 1982203
Textmining-USB/ag_news/train_labeled_10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c616b3c71cdeea448887691b15c173735050b4229e668c2b23b3b7e5e3b11893
3
+ size 10086
Textmining-USB/ag_news/train_labeled_50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7757718514e2f770d4891310672291a20bf3b3eb025218efc98512b4a1029efe
3
+ size 53076
Textmining-USB/ag_news/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd4d1fee23733add206111fe0aed62f6406b2f7155ceba08674a1cd506fd519d
3
+ size 26142989
Textmining-USB/ag_news/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df26782038528a0b1c1234e0ff54dd66786774e16a5e8d1dbcaef5762059faf3
3
+ size 2636158
Textmining-USB/amazon_review/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07124d0b9370c3a2a30c9df46dcec62b6a89df2fea4d6c2acd24846e0c4f6df5
3
+ size 30296444
Textmining-USB/amazon_review/train_labeled_200.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8678273687fc15f1eb9a988d0ecefcb6b0232d4b2c9715054cd4c6fe9317c177
3
+ size 468379
Textmining-USB/amazon_review/train_labeled_50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0269b8e045142d6e7cc594f6e42a5dec43c0cb86f20753172708ec81f99c33ca
3
+ size 123496
Textmining-USB/amazon_review/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:484740efd1f904f19e5e490fbeae165d3e02e72f82589c4c92a54676201b0cb1
3
+ size 116196429
Textmining-USB/amazon_review/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e3ae15c53a6ca58e2b0a427893c74c95f956ee0b5668e1ec69daa468e8a973
3
+ size 11586720
Textmining-USB/yahoo_answers/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c0310176cb43719423320c2dbc07fac53edfdc753b3f73da51e2c3ec6c5dbb
3
+ size 11992713
Textmining-USB/yahoo_answers/train_labeled_200.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404c621ed3dc7e118880e4152c02f87e54bf032ed241c240bba5397928dc2f5a
3
+ size 403415
Textmining-USB/yahoo_answers/train_labeled_50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c1dadac996fd9b3e8cb4f7b810b2a82ab48e389847bb80076bb2292d305995
3
+ size 103063
Textmining-USB/yahoo_answers/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1c8c80098c5d4c860aff50b84c5108aa8d266880bc0233f542ec8db6e998cd
3
+ size 99728658
Textmining-USB/yahoo_answers/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701a24ca5ff794ec4066c606f4124095aa6e0b9a120140db2a3a735b79f88403
3
+ size 9946181
Textmining-USB/yelp_review/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fef7f0df6df565bbecb400634704f826da8ce5b7bbbdf21d5efdf15d2595c9a
3
+ size 38256037
Textmining-USB/yelp_review/train_labeled_200.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3732018a70633243bd26486df1205b6b44ea4cd4662fd3c2aa2559544aebaed
3
+ size 750913
Textmining-USB/yelp_review/train_labeled_50.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b8ad716bbc44f811d1a5679a92fa3fbe3009712dd77edccfcdb48fbd4b9102
3
+ size 169331
Textmining-USB/yelp_review/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aac264182b7793cce33c25addffdd17d791a88844845670515d58aaf7c005ba6
3
+ size 190722722
Textmining-USB/yelp_review/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67245944663a12a4e5d76d7737ead1aedb0b10f311b1961fb34c8c3670ae4b52
3
+ size 19047851
Textmining/agnews/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d5fe7f61b80c7318aa2ce9b7684bd845956abe265853a14725775e76e305153
3
+ size 1654578
Textmining/agnews/train_labeled_10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8829b9afbc9c246d2ce87faf5b570af7d35f46ae87b0afa035974c922ef1756
3
+ size 9009
Textmining/agnews/train_labeled_200.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f4bddd31ae99689c08b173923795622a60365817c51003e1b6e9bf6a960009
3
+ size 176938
Textmining/agnews/train_labeled_30.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d445acd508a1caf7e9f89f698f3ece0f57607d9bb8e462deaebdaf6be37f7cb8
3
+ size 26939
Textmining/agnews/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c91e7ede7f9b87a8e22205ade77983bf895bc81ea351a928cc93891fe28798
3
+ size 4369866
Textmining/agnews/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3d84ac18d42ef70fa467e3b73d9bd7156e53e299d66156bca8f7c6df4aaaf13
3
+ size 1762531
Textmining/dbpedia/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d08e1aa0bf5dbdc21d53b15f7ff45df8e6198957a93dcbb1f917c21221a93c
3
+ size 22095053
Textmining/dbpedia/train_labeled_10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da9b944cd099bdab2a092f73d29c7af3cae7aa5a7fbe99c08dbb61b2bf01888
3
+ size 43215
Textmining/dbpedia/train_labeled_200.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2108968d1ce24f65635c1d0e56de48514f9a238bfb9b1f1922ab359c0c831713
3
+ size 891928
Textmining/dbpedia/train_labeled_30.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd98431cd7e63cc6ea4e8e15716acde0ef7d62fb90184d39303b1804ca74ca6e
3
+ size 134118
Textmining/dbpedia/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94e1bfe72ecffe2a2263e726b9010da26676b3f92caf231275cc5b1660bda30
3
+ size 22118608
Textmining/dbpedia/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1a56ae4b5487c6fd7b594bbe415b6b792f900b8d140ff6e6518ba594ff3e7c
3
+ size 8799837
Textmining/yahoo/test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da1044a6237693bc76ae4a40154e3894c1b4a3d9daa7591f4d3828c58de9d805
3
+ size 32615833
Textmining/yahoo/train_labeled_10.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2087d4bb7d72cdabfd66c11019d48e1a67b95823eca73dbdfb8c29ffb0d849ae
3
+ size 50676
Textmining/yahoo/train_labeled_200.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3591ffdfdf3fa9870596d5866aa6fa45640fa77b7b0b4e9c9d88b1b48c0807b
3
+ size 1087113
Textmining/yahoo/train_labeled_30.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:204e7736894541bddf01d69d9af5a5d0d61974c4c8e1543e3efc65dc7b68b44a
3
+ size 164206
Textmining/yahoo/train_unlabeled.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc38924d80b901b5bf87c9954d2d81546bf09942544c935a306145c212b7d71
3
+ size 27221839
Textmining/yahoo/val.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45682d10d085716b7e57d95cfeb6b9a78e1e8a499258777a07047e8fa97a9f54
3
+ size 10989651