Initial Commit
Browse files
bert-fake-review/config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"BertForSequenceClassification"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"classifier_dropout": null,
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "bert",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"position_embedding_type": "absolute",
|
20 |
+
"transformers_version": "4.52.4",
|
21 |
+
"type_vocab_size": 2,
|
22 |
+
"use_cache": true,
|
23 |
+
"vocab_size": 30522
|
24 |
+
}
|
bert-fake-review/requirements.txt
ADDED
@@ -0,0 +1,634 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.4.0
|
2 |
+
accelerate==1.7.0
|
3 |
+
aiofiles==24.1.0
|
4 |
+
aiohappyeyeballs==2.6.1
|
5 |
+
aiohttp==3.11.15
|
6 |
+
aiosignal==1.3.2
|
7 |
+
alabaster==1.0.0
|
8 |
+
albucore==0.0.24
|
9 |
+
albumentations==2.0.8
|
10 |
+
ale-py==0.11.1
|
11 |
+
altair==5.5.0
|
12 |
+
annotated-types==0.7.0
|
13 |
+
antlr4-python3-runtime==4.9.3
|
14 |
+
anyio==4.9.0
|
15 |
+
argon2-cffi==25.1.0
|
16 |
+
argon2-cffi-bindings==21.2.0
|
17 |
+
array_record==0.7.2
|
18 |
+
arviz==0.21.0
|
19 |
+
astropy==7.1.0
|
20 |
+
astropy-iers-data==0.2025.6.16.0.38.47
|
21 |
+
astunparse==1.6.3
|
22 |
+
atpublic==5.1
|
23 |
+
attrs==25.3.0
|
24 |
+
audioread==3.0.1
|
25 |
+
autograd==1.8.0
|
26 |
+
babel==2.17.0
|
27 |
+
backcall==0.2.0
|
28 |
+
backports.tarfile==1.2.0
|
29 |
+
beautifulsoup4==4.13.4
|
30 |
+
betterproto==2.0.0b6
|
31 |
+
bigframes==2.6.0
|
32 |
+
bigquery-magics==0.9.0
|
33 |
+
bleach==6.2.0
|
34 |
+
blinker==1.9.0
|
35 |
+
blis==1.3.0
|
36 |
+
blobfile==3.0.0
|
37 |
+
blosc2==3.4.0
|
38 |
+
bokeh==3.7.3
|
39 |
+
Bottleneck==1.4.2
|
40 |
+
bqplot==0.12.45
|
41 |
+
branca==0.8.1
|
42 |
+
build==1.2.2.post1
|
43 |
+
CacheControl==0.14.3
|
44 |
+
cachetools==5.5.2
|
45 |
+
catalogue==2.0.10
|
46 |
+
certifi==2025.6.15
|
47 |
+
cffi==1.17.1
|
48 |
+
chardet==5.2.0
|
49 |
+
charset-normalizer==3.4.2
|
50 |
+
chex==0.1.89
|
51 |
+
clarabel==0.11.1
|
52 |
+
click==8.2.1
|
53 |
+
cloudpathlib==0.21.1
|
54 |
+
cloudpickle==3.1.1
|
55 |
+
cmake==3.31.6
|
56 |
+
cmdstanpy==1.2.5
|
57 |
+
colorcet==3.1.0
|
58 |
+
colorlover==0.3.0
|
59 |
+
colour==0.1.5
|
60 |
+
community==1.0.0b1
|
61 |
+
confection==0.1.5
|
62 |
+
cons==0.4.6
|
63 |
+
contourpy==1.3.2
|
64 |
+
cramjam==2.10.0
|
65 |
+
cryptography==43.0.3
|
66 |
+
cuda-python==12.6.2.post1
|
67 |
+
cudf-cu12 @ https://pypi.nvidia.com/cudf-cu12/cudf_cu12-25.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
|
68 |
+
cudf-polars-cu12==25.2.2
|
69 |
+
cufflinks==0.17.3
|
70 |
+
cuml-cu12==25.2.1
|
71 |
+
cupy-cuda12x==13.3.0
|
72 |
+
curl_cffi==0.11.3
|
73 |
+
cuvs-cu12==25.2.1
|
74 |
+
cvxopt==1.3.2
|
75 |
+
cvxpy==1.6.6
|
76 |
+
cycler==0.12.1
|
77 |
+
cyipopt==1.5.0
|
78 |
+
cymem==2.0.11
|
79 |
+
Cython==3.0.12
|
80 |
+
dask==2024.12.1
|
81 |
+
dask-cuda==25.2.0
|
82 |
+
dask-cudf-cu12==25.2.2
|
83 |
+
dask-expr==1.1.21
|
84 |
+
dataproc-spark-connect==0.7.5
|
85 |
+
datascience==0.17.6
|
86 |
+
datasets==2.14.4
|
87 |
+
db-dtypes==1.4.3
|
88 |
+
dbus-python==1.2.18
|
89 |
+
debugpy==1.8.0
|
90 |
+
decorator==4.4.2
|
91 |
+
defusedxml==0.7.1
|
92 |
+
diffusers==0.33.1
|
93 |
+
dill==0.3.7
|
94 |
+
distributed==2024.12.1
|
95 |
+
distributed-ucxx-cu12==0.42.0
|
96 |
+
distro==1.9.0
|
97 |
+
dlib==19.24.6
|
98 |
+
dm-tree==0.1.9
|
99 |
+
docstring_parser==0.16
|
100 |
+
docutils==0.21.2
|
101 |
+
dopamine_rl==4.1.2
|
102 |
+
duckdb==1.2.2
|
103 |
+
earthengine-api==1.5.19
|
104 |
+
easydict==1.13
|
105 |
+
editdistance==0.8.1
|
106 |
+
eerepr==0.1.2
|
107 |
+
einops==0.8.1
|
108 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl#sha256=1932429db727d4bff3deed6b34cfc05df17794f4a52eeb26cf8928f7c1a0fb85
|
109 |
+
entrypoints==0.4
|
110 |
+
et_xmlfile==2.0.0
|
111 |
+
etils==1.12.2
|
112 |
+
etuples==0.3.9
|
113 |
+
Farama-Notifications==0.0.4
|
114 |
+
fastai==2.7.19
|
115 |
+
fastapi==0.115.12
|
116 |
+
fastcore==1.7.29
|
117 |
+
fastdownload==0.0.7
|
118 |
+
fastjsonschema==2.21.1
|
119 |
+
fastprogress==1.0.3
|
120 |
+
fastrlock==0.8.3
|
121 |
+
ffmpy==0.6.0
|
122 |
+
filelock==3.18.0
|
123 |
+
firebase-admin==6.9.0
|
124 |
+
Flask==3.1.1
|
125 |
+
flatbuffers==25.2.10
|
126 |
+
flax==0.10.6
|
127 |
+
folium==0.19.7
|
128 |
+
fonttools==4.58.4
|
129 |
+
frozendict==2.4.6
|
130 |
+
frozenlist==1.7.0
|
131 |
+
fsspec==2025.3.2
|
132 |
+
future==1.0.0
|
133 |
+
gast==0.6.0
|
134 |
+
gcsfs==2025.3.2
|
135 |
+
GDAL==3.8.4
|
136 |
+
gdown==5.2.0
|
137 |
+
geemap==0.35.3
|
138 |
+
geocoder==1.38.1
|
139 |
+
geographiclib==2.0
|
140 |
+
geopandas==1.0.1
|
141 |
+
geopy==2.4.1
|
142 |
+
gin-config==0.5.0
|
143 |
+
gitdb==4.0.12
|
144 |
+
GitPython==3.1.44
|
145 |
+
glob2==0.7
|
146 |
+
google==2.0.3
|
147 |
+
google-ai-generativelanguage==0.6.15
|
148 |
+
google-api-core==2.25.1
|
149 |
+
google-api-python-client==2.172.0
|
150 |
+
google-auth==2.38.0
|
151 |
+
google-auth-httplib2==0.2.0
|
152 |
+
google-auth-oauthlib==1.2.2
|
153 |
+
google-cloud-aiplatform==1.97.0
|
154 |
+
google-cloud-bigquery==3.34.0
|
155 |
+
google-cloud-bigquery-connection==1.18.3
|
156 |
+
google-cloud-bigquery-storage==2.32.0
|
157 |
+
google-cloud-core==2.4.3
|
158 |
+
google-cloud-dataproc==5.20.0
|
159 |
+
google-cloud-datastore==2.21.0
|
160 |
+
google-cloud-firestore==2.21.0
|
161 |
+
google-cloud-functions==1.20.4
|
162 |
+
google-cloud-iam==2.19.1
|
163 |
+
google-cloud-language==2.17.2
|
164 |
+
google-cloud-resource-manager==1.14.2
|
165 |
+
google-cloud-spanner==3.55.0
|
166 |
+
google-cloud-storage==2.19.0
|
167 |
+
google-cloud-translate==3.20.3
|
168 |
+
google-colab @ file:///colabtools/dist/google_colab-1.0.0.tar.gz
|
169 |
+
google-crc32c==1.7.1
|
170 |
+
google-genai==1.20.0
|
171 |
+
google-generativeai==0.8.5
|
172 |
+
google-pasta==0.2.0
|
173 |
+
google-resumable-media==2.7.2
|
174 |
+
googleapis-common-protos==1.70.0
|
175 |
+
googledrivedownloader==1.1.0
|
176 |
+
gradio==5.31.0
|
177 |
+
gradio_client==1.10.1
|
178 |
+
graphviz==0.21
|
179 |
+
greenlet==3.2.3
|
180 |
+
groovy==0.1.2
|
181 |
+
grpc-google-iam-v1==0.14.2
|
182 |
+
grpc-interceptor==0.15.4
|
183 |
+
grpcio==1.73.0
|
184 |
+
grpcio-status==1.71.0
|
185 |
+
grpclib==0.4.8
|
186 |
+
gspread==6.2.1
|
187 |
+
gspread-dataframe==4.0.0
|
188 |
+
gym==0.25.2
|
189 |
+
gym-notices==0.0.8
|
190 |
+
gymnasium==1.1.1
|
191 |
+
h11==0.16.0
|
192 |
+
h2==4.2.0
|
193 |
+
h5netcdf==1.6.1
|
194 |
+
h5py==3.14.0
|
195 |
+
hdbscan==0.8.40
|
196 |
+
hf-xet==1.1.3
|
197 |
+
hf_transfer==0.1.9
|
198 |
+
highspy==1.11.0
|
199 |
+
holidays==0.74
|
200 |
+
holoviews==1.20.2
|
201 |
+
hpack==4.1.0
|
202 |
+
html5lib==1.1
|
203 |
+
httpcore==1.0.9
|
204 |
+
httpimport==1.4.1
|
205 |
+
httplib2==0.22.0
|
206 |
+
httpx==0.28.1
|
207 |
+
huggingface-hub==0.33.0
|
208 |
+
humanize==4.12.3
|
209 |
+
hyperframe==6.1.0
|
210 |
+
hyperopt==0.2.7
|
211 |
+
ibis-framework==9.5.0
|
212 |
+
idna==3.10
|
213 |
+
imageio==2.37.0
|
214 |
+
imageio-ffmpeg==0.6.0
|
215 |
+
imagesize==1.4.1
|
216 |
+
imbalanced-learn==0.13.0
|
217 |
+
immutabledict==4.2.1
|
218 |
+
importlib_metadata==8.7.0
|
219 |
+
importlib_resources==6.5.2
|
220 |
+
imutils==0.5.4
|
221 |
+
inflect==7.5.0
|
222 |
+
iniconfig==2.1.0
|
223 |
+
intel-cmplr-lib-ur==2025.1.1
|
224 |
+
intel-openmp==2025.1.1
|
225 |
+
ipyevents==2.0.2
|
226 |
+
ipyfilechooser==0.6.0
|
227 |
+
ipykernel==6.17.1
|
228 |
+
ipyleaflet==0.20.0
|
229 |
+
ipyparallel==8.8.0
|
230 |
+
ipython==7.34.0
|
231 |
+
ipython-genutils==0.2.0
|
232 |
+
ipython-sql==0.5.0
|
233 |
+
ipytree==0.2.2
|
234 |
+
ipywidgets==7.7.1
|
235 |
+
itsdangerous==2.2.0
|
236 |
+
jaraco.classes==3.4.0
|
237 |
+
jaraco.context==6.0.1
|
238 |
+
jaraco.functools==4.1.0
|
239 |
+
jax==0.5.2
|
240 |
+
jax-cuda12-pjrt==0.5.1
|
241 |
+
jax-cuda12-plugin==0.5.1
|
242 |
+
jaxlib==0.5.1
|
243 |
+
jeepney==0.9.0
|
244 |
+
jieba==0.42.1
|
245 |
+
Jinja2==3.1.6
|
246 |
+
jiter==0.10.0
|
247 |
+
joblib==1.5.1
|
248 |
+
jsonpatch==1.33
|
249 |
+
jsonpickle==4.1.1
|
250 |
+
jsonpointer==3.0.0
|
251 |
+
jsonschema==4.24.0
|
252 |
+
jsonschema-specifications==2025.4.1
|
253 |
+
jupyter-client==6.1.12
|
254 |
+
jupyter-console==6.1.0
|
255 |
+
jupyter-leaflet==0.20.0
|
256 |
+
jupyter-server==1.16.0
|
257 |
+
jupyter_core==5.8.1
|
258 |
+
jupyter_kernel_gateway @ git+https://github.com/googlecolab/kernel_gateway@b134e9945df25c2dcb98ade9129399be10788671
|
259 |
+
jupyterlab_pygments==0.3.0
|
260 |
+
jupyterlab_widgets==3.0.15
|
261 |
+
jupytext==1.17.2
|
262 |
+
kaggle==1.7.4.5
|
263 |
+
kagglehub==0.3.12
|
264 |
+
keras==3.8.0
|
265 |
+
keras-hub==0.18.1
|
266 |
+
keras-nlp==0.18.1
|
267 |
+
keyring==25.6.0
|
268 |
+
keyrings.google-artifactregistry-auth==1.1.2
|
269 |
+
kiwisolver==1.4.8
|
270 |
+
langchain==0.3.25
|
271 |
+
langchain-core==0.3.65
|
272 |
+
langchain-text-splitters==0.3.8
|
273 |
+
langcodes==3.5.0
|
274 |
+
langsmith==0.3.45
|
275 |
+
language_data==1.3.0
|
276 |
+
launchpadlib==1.10.16
|
277 |
+
lazr.restfulclient==0.14.4
|
278 |
+
lazr.uri==1.0.6
|
279 |
+
lazy_loader==0.4
|
280 |
+
libclang==18.1.1
|
281 |
+
libcudf-cu12 @ https://pypi.nvidia.com/libcudf-cu12/libcudf_cu12-25.2.1-py3-none-manylinux_2_28_x86_64.whl
|
282 |
+
libcugraph-cu12==25.2.0
|
283 |
+
libcuml-cu12==25.2.1
|
284 |
+
libcuvs-cu12==25.2.1
|
285 |
+
libkvikio-cu12==25.2.1
|
286 |
+
libpysal==4.13.0
|
287 |
+
libraft-cu12==25.2.0
|
288 |
+
librosa==0.11.0
|
289 |
+
libucx-cu12==1.18.1
|
290 |
+
libucxx-cu12==0.42.0
|
291 |
+
lightgbm @ file:///tmp/lightgbm/LightGBM/dist/lightgbm-4.5.0-py3-none-linux_x86_64.whl
|
292 |
+
linkify-it-py==2.0.3
|
293 |
+
llvmlite==0.43.0
|
294 |
+
locket==1.0.0
|
295 |
+
logical-unification==0.4.6
|
296 |
+
lxml==5.4.0
|
297 |
+
Mako==1.1.3
|
298 |
+
marisa-trie==1.2.1
|
299 |
+
Markdown==3.8
|
300 |
+
markdown-it-py==3.0.0
|
301 |
+
MarkupSafe==3.0.2
|
302 |
+
matplotlib==3.10.0
|
303 |
+
matplotlib-inline==0.1.7
|
304 |
+
matplotlib-venn==1.1.2
|
305 |
+
mdit-py-plugins==0.4.2
|
306 |
+
mdurl==0.1.2
|
307 |
+
miniKanren==1.0.3
|
308 |
+
missingno==0.5.2
|
309 |
+
mistune==3.1.3
|
310 |
+
mizani==0.13.5
|
311 |
+
mkl==2025.0.1
|
312 |
+
ml-dtypes==0.4.1
|
313 |
+
mlxtend==0.23.4
|
314 |
+
more-itertools==10.7.0
|
315 |
+
moviepy==1.0.3
|
316 |
+
mpmath==1.3.0
|
317 |
+
msgpack==1.1.1
|
318 |
+
multidict==6.4.4
|
319 |
+
multipledispatch==1.0.0
|
320 |
+
multiprocess==0.70.15
|
321 |
+
multitasking==0.0.11
|
322 |
+
murmurhash==1.0.13
|
323 |
+
music21==9.3.0
|
324 |
+
namex==0.1.0
|
325 |
+
narwhals==1.43.0
|
326 |
+
natsort==8.4.0
|
327 |
+
nbclassic==1.3.1
|
328 |
+
nbclient==0.10.2
|
329 |
+
nbconvert==7.16.6
|
330 |
+
nbformat==5.10.4
|
331 |
+
ndindex==1.10.0
|
332 |
+
nest-asyncio==1.6.0
|
333 |
+
networkx==3.5
|
334 |
+
nibabel==5.3.2
|
335 |
+
nltk==3.9.1
|
336 |
+
notebook==6.5.7
|
337 |
+
notebook_shim==0.2.4
|
338 |
+
numba==0.60.0
|
339 |
+
numba-cuda==0.2.0
|
340 |
+
numexpr==2.11.0
|
341 |
+
numpy==2.0.2
|
342 |
+
nvidia-cublas-cu12==12.5.3.2
|
343 |
+
nvidia-cuda-cupti-cu12==12.5.82
|
344 |
+
nvidia-cuda-nvcc-cu12==12.5.82
|
345 |
+
nvidia-cuda-nvrtc-cu12==12.5.82
|
346 |
+
nvidia-cuda-runtime-cu12==12.5.82
|
347 |
+
nvidia-cudnn-cu12==9.3.0.75
|
348 |
+
nvidia-cufft-cu12==11.2.3.61
|
349 |
+
nvidia-curand-cu12==10.3.6.82
|
350 |
+
nvidia-cusolver-cu12==11.6.3.83
|
351 |
+
nvidia-cusparse-cu12==12.5.1.3
|
352 |
+
nvidia-cusparselt-cu12==0.6.2
|
353 |
+
nvidia-ml-py==12.575.51
|
354 |
+
nvidia-nccl-cu12==2.21.5
|
355 |
+
nvidia-nvcomp-cu12==4.2.0.11
|
356 |
+
nvidia-nvjitlink-cu12==12.5.82
|
357 |
+
nvidia-nvtx-cu12==12.4.127
|
358 |
+
nvtx==0.2.12
|
359 |
+
nx-cugraph-cu12 @ https://pypi.nvidia.com/nx-cugraph-cu12/nx_cugraph_cu12-25.2.0-py3-none-any.whl
|
360 |
+
oauth2client==4.1.3
|
361 |
+
oauthlib==3.2.2
|
362 |
+
omegaconf==2.3.0
|
363 |
+
openai==1.86.0
|
364 |
+
opencv-contrib-python==4.11.0.86
|
365 |
+
opencv-python==4.11.0.86
|
366 |
+
opencv-python-headless==4.11.0.86
|
367 |
+
openpyxl==3.1.5
|
368 |
+
opt_einsum==3.4.0
|
369 |
+
optax==0.2.5
|
370 |
+
optree==0.16.0
|
371 |
+
orbax-checkpoint==0.11.15
|
372 |
+
orjson==3.10.18
|
373 |
+
osqp==1.0.4
|
374 |
+
packaging==24.2
|
375 |
+
pandas==2.2.2
|
376 |
+
pandas-datareader==0.10.0
|
377 |
+
pandas-gbq==0.29.1
|
378 |
+
pandas-stubs==2.2.2.240909
|
379 |
+
pandocfilters==1.5.1
|
380 |
+
panel==1.7.1
|
381 |
+
param==2.2.1
|
382 |
+
parso==0.8.4
|
383 |
+
parsy==2.1
|
384 |
+
partd==1.4.2
|
385 |
+
pathlib==1.0.1
|
386 |
+
patsy==1.0.1
|
387 |
+
peewee==3.18.1
|
388 |
+
peft==0.15.2
|
389 |
+
pexpect==4.9.0
|
390 |
+
pickleshare==0.7.5
|
391 |
+
pillow==11.2.1
|
392 |
+
platformdirs==4.3.8
|
393 |
+
plotly==5.24.1
|
394 |
+
plotnine==0.14.5
|
395 |
+
pluggy==1.6.0
|
396 |
+
ply==3.11
|
397 |
+
polars==1.21.0
|
398 |
+
pooch==1.8.2
|
399 |
+
portpicker==1.5.2
|
400 |
+
preshed==3.0.10
|
401 |
+
prettytable==3.16.0
|
402 |
+
proglog==0.1.12
|
403 |
+
progressbar2==4.5.0
|
404 |
+
prometheus_client==0.22.1
|
405 |
+
promise==2.3
|
406 |
+
prompt_toolkit==3.0.51
|
407 |
+
propcache==0.3.2
|
408 |
+
prophet==1.1.7
|
409 |
+
proto-plus==1.26.1
|
410 |
+
protobuf==5.29.5
|
411 |
+
psutil==5.9.5
|
412 |
+
psycopg2==2.9.10
|
413 |
+
ptyprocess==0.7.0
|
414 |
+
py-cpuinfo==9.0.0
|
415 |
+
py4j==0.10.9.7
|
416 |
+
pyarrow==18.1.0
|
417 |
+
pyasn1==0.6.1
|
418 |
+
pyasn1_modules==0.4.2
|
419 |
+
pycairo==1.28.0
|
420 |
+
pycocotools==2.0.10
|
421 |
+
pycparser==2.22
|
422 |
+
pycryptodomex==3.23.0
|
423 |
+
pydantic==2.11.7
|
424 |
+
pydantic_core==2.33.2
|
425 |
+
pydata-google-auth==1.9.1
|
426 |
+
pydot==3.0.4
|
427 |
+
pydotplus==2.0.2
|
428 |
+
PyDrive==1.3.1
|
429 |
+
PyDrive2==1.21.3
|
430 |
+
pydub==0.25.1
|
431 |
+
pyerfa==2.0.1.5
|
432 |
+
pygame==2.6.1
|
433 |
+
pygit2==1.18.0
|
434 |
+
Pygments==2.19.1
|
435 |
+
PyGObject==3.42.0
|
436 |
+
PyJWT==2.10.1
|
437 |
+
pylibcudf-cu12 @ https://pypi.nvidia.com/pylibcudf-cu12/pylibcudf_cu12-25.2.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
|
438 |
+
pylibcugraph-cu12==25.2.0
|
439 |
+
pylibraft-cu12==25.2.0
|
440 |
+
pymc==5.23.0
|
441 |
+
pymystem3==0.2.0
|
442 |
+
pynndescent==0.5.13
|
443 |
+
pynvjitlink-cu12==0.6.0
|
444 |
+
pynvml==12.0.0
|
445 |
+
pyogrio==0.11.0
|
446 |
+
pyomo==6.9.2
|
447 |
+
PyOpenGL==3.1.9
|
448 |
+
pyOpenSSL==24.2.1
|
449 |
+
pyparsing==3.2.3
|
450 |
+
pyperclip==1.9.0
|
451 |
+
pyproj==3.7.1
|
452 |
+
pyproject_hooks==1.2.0
|
453 |
+
pyshp==2.3.1
|
454 |
+
PySocks==1.7.1
|
455 |
+
pyspark==3.5.1
|
456 |
+
pytensor==2.31.3
|
457 |
+
pytest==8.3.5
|
458 |
+
python-apt==0.0.0
|
459 |
+
python-box==7.3.2
|
460 |
+
python-dateutil==2.9.0.post0
|
461 |
+
python-louvain==0.16
|
462 |
+
python-multipart==0.0.20
|
463 |
+
python-slugify==8.0.4
|
464 |
+
python-snappy==0.7.3
|
465 |
+
python-utils==3.9.1
|
466 |
+
pytz==2025.2
|
467 |
+
pyviz_comms==3.0.5
|
468 |
+
PyWavelets==1.8.0
|
469 |
+
PyYAML==6.0.2
|
470 |
+
pyzmq==24.0.1
|
471 |
+
raft-dask-cu12==25.2.0
|
472 |
+
rapids-dask-dependency==25.2.0
|
473 |
+
ratelim==0.1.6
|
474 |
+
referencing==0.36.2
|
475 |
+
regex==2024.11.6
|
476 |
+
requests==2.32.3
|
477 |
+
requests-oauthlib==2.0.0
|
478 |
+
requests-toolbelt==1.0.0
|
479 |
+
requirements-parser==0.9.0
|
480 |
+
rich==13.9.4
|
481 |
+
rmm-cu12==25.2.0
|
482 |
+
roman-numerals-py==3.1.0
|
483 |
+
rpds-py==0.25.1
|
484 |
+
rpy2==3.5.17
|
485 |
+
rsa==4.9.1
|
486 |
+
ruff==0.11.13
|
487 |
+
safehttpx==0.1.6
|
488 |
+
safetensors==0.5.3
|
489 |
+
scikit-image==0.25.2
|
490 |
+
scikit-learn==1.6.1
|
491 |
+
scipy==1.15.3
|
492 |
+
scooby==0.10.1
|
493 |
+
scs==3.2.7.post2
|
494 |
+
seaborn==0.13.2
|
495 |
+
SecretStorage==3.3.3
|
496 |
+
semantic-version==2.10.0
|
497 |
+
Send2Trash==1.8.3
|
498 |
+
sentence-transformers==4.1.0
|
499 |
+
sentencepiece==0.2.0
|
500 |
+
sentry-sdk==2.30.0
|
501 |
+
setproctitle==1.3.6
|
502 |
+
shap==0.48.0
|
503 |
+
shapely==2.1.1
|
504 |
+
shellingham==1.5.4
|
505 |
+
simple-parsing==0.1.7
|
506 |
+
simplejson==3.20.1
|
507 |
+
simsimd==6.4.9
|
508 |
+
six==1.17.0
|
509 |
+
sklearn-compat==0.1.3
|
510 |
+
sklearn-pandas==2.2.0
|
511 |
+
slicer==0.0.8
|
512 |
+
smart-open==7.1.0
|
513 |
+
smmap==5.0.2
|
514 |
+
sniffio==1.3.1
|
515 |
+
snowballstemmer==3.0.1
|
516 |
+
sortedcontainers==2.4.0
|
517 |
+
soundfile==0.13.1
|
518 |
+
soupsieve==2.7
|
519 |
+
soxr==0.5.0.post1
|
520 |
+
spacy==3.8.7
|
521 |
+
spacy-legacy==3.0.12
|
522 |
+
spacy-loggers==1.0.5
|
523 |
+
spanner-graph-notebook==1.1.7
|
524 |
+
Sphinx==8.2.3
|
525 |
+
sphinxcontrib-applehelp==2.0.0
|
526 |
+
sphinxcontrib-devhelp==2.0.0
|
527 |
+
sphinxcontrib-htmlhelp==2.1.0
|
528 |
+
sphinxcontrib-jsmath==1.0.1
|
529 |
+
sphinxcontrib-qthelp==2.0.0
|
530 |
+
sphinxcontrib-serializinghtml==2.0.0
|
531 |
+
SQLAlchemy==2.0.41
|
532 |
+
sqlglot==25.20.2
|
533 |
+
sqlparse==0.5.3
|
534 |
+
srsly==2.5.1
|
535 |
+
stanio==0.5.1
|
536 |
+
starlette==0.46.2
|
537 |
+
statsmodels==0.14.4
|
538 |
+
stringzilla==3.12.5
|
539 |
+
stumpy==1.13.0
|
540 |
+
sympy==1.13.1
|
541 |
+
tables==3.10.2
|
542 |
+
tabulate==0.9.0
|
543 |
+
tbb==2022.1.0
|
544 |
+
tblib==3.1.0
|
545 |
+
tcmlib==1.3.0
|
546 |
+
tenacity==9.1.2
|
547 |
+
tensorboard==2.18.0
|
548 |
+
tensorboard-data-server==0.7.2
|
549 |
+
tensorflow==2.18.0
|
550 |
+
tensorflow-datasets==4.9.9
|
551 |
+
tensorflow-hub==0.16.1
|
552 |
+
tensorflow-io-gcs-filesystem==0.37.1
|
553 |
+
tensorflow-metadata==1.17.1
|
554 |
+
tensorflow-probability==0.25.0
|
555 |
+
tensorflow-text==2.18.1
|
556 |
+
tensorflow_decision_forests==1.11.0
|
557 |
+
tensorstore==0.1.74
|
558 |
+
termcolor==3.1.0
|
559 |
+
terminado==0.18.1
|
560 |
+
text-unidecode==1.3
|
561 |
+
textblob==0.19.0
|
562 |
+
tf-slim==1.1.0
|
563 |
+
tf_keras==2.18.0
|
564 |
+
thinc==8.3.6
|
565 |
+
threadpoolctl==3.6.0
|
566 |
+
tifffile==2025.6.11
|
567 |
+
tiktoken==0.9.0
|
568 |
+
timm==1.0.15
|
569 |
+
tinycss2==1.4.0
|
570 |
+
tokenizers==0.21.1
|
571 |
+
toml==0.10.2
|
572 |
+
tomlkit==0.13.3
|
573 |
+
toolz==0.12.1
|
574 |
+
torch @ https://download.pytorch.org/whl/cu124/torch-2.6.0%2Bcu124-cp311-cp311-linux_x86_64.whl
|
575 |
+
torchao==0.10.0
|
576 |
+
torchaudio @ https://download.pytorch.org/whl/cu124/torchaudio-2.6.0%2Bcu124-cp311-cp311-linux_x86_64.whl
|
577 |
+
torchdata==0.11.0
|
578 |
+
torchsummary==1.5.1
|
579 |
+
torchtune==0.6.1
|
580 |
+
torchvision @ https://download.pytorch.org/whl/cu124/torchvision-0.21.0%2Bcu124-cp311-cp311-linux_x86_64.whl
|
581 |
+
tornado==6.4.2
|
582 |
+
tqdm==4.67.1
|
583 |
+
traitlets==5.7.1
|
584 |
+
traittypes==0.2.1
|
585 |
+
transformers==4.52.4
|
586 |
+
treelite==4.4.1
|
587 |
+
treescope==0.1.9
|
588 |
+
triton==3.2.0
|
589 |
+
tsfresh==0.21.0
|
590 |
+
tweepy==4.15.0
|
591 |
+
typeguard==4.4.3
|
592 |
+
typer==0.16.0
|
593 |
+
types-pytz==2025.2.0.20250516
|
594 |
+
types-setuptools==80.9.0.20250529
|
595 |
+
typing-inspection==0.4.1
|
596 |
+
typing_extensions==4.14.0
|
597 |
+
tzdata==2025.2
|
598 |
+
tzlocal==5.3.1
|
599 |
+
uc-micro-py==1.0.3
|
600 |
+
ucx-py-cu12==0.42.0
|
601 |
+
ucxx-cu12==0.42.0
|
602 |
+
umap-learn==0.5.7
|
603 |
+
umf==0.10.0
|
604 |
+
uritemplate==4.2.0
|
605 |
+
urllib3==2.4.0
|
606 |
+
uvicorn==0.34.3
|
607 |
+
vega-datasets==0.9.0
|
608 |
+
wadllib==1.3.6
|
609 |
+
wandb==0.20.1
|
610 |
+
wasabi==1.1.3
|
611 |
+
wcwidth==0.2.13
|
612 |
+
weasel==0.4.1
|
613 |
+
webcolors==24.11.1
|
614 |
+
webencodings==0.5.1
|
615 |
+
websocket-client==1.8.0
|
616 |
+
websockets==15.0.1
|
617 |
+
Werkzeug==3.1.3
|
618 |
+
widgetsnbextension==3.6.10
|
619 |
+
wordcloud==1.9.4
|
620 |
+
wrapt==1.17.2
|
621 |
+
wurlitzer==3.1.1
|
622 |
+
xarray==2025.3.1
|
623 |
+
xarray-einstats==0.9.0
|
624 |
+
xgboost==2.1.4
|
625 |
+
xlrd==2.0.2
|
626 |
+
xxhash==3.5.0
|
627 |
+
xyzservices==2025.4.0
|
628 |
+
yarl==1.20.1
|
629 |
+
ydf==0.12.0
|
630 |
+
yellowbrick==1.5
|
631 |
+
yfinance==0.2.63
|
632 |
+
zict==3.0.0
|
633 |
+
zipp==3.23.0
|
634 |
+
zstandard==0.23.0
|
bert-fake-review/special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
bert-fake-review/tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c59442503b473ecde8372d5872d7ae88445c259aa83152a8d310e3171f1d038
|
3 |
+
size 438223128
|
bert-fake-review/tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"extra_special_tokens": {},
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 512,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"strip_accents": null,
|
55 |
+
"tokenize_chinese_chars": true,
|
56 |
+
"tokenizer_class": "BertTokenizer",
|
57 |
+
"unk_token": "[UNK]"
|
58 |
+
}
|
bert-fake-review/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|