Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HMPhuoc/toxic
HMPhuoc
/
toxic_test
like
0
Sleeping
App
Files
Files
Community
921566e
toxic_test
1 contributor
History:
47 commits
HMPhuoc
upload to lstm.tf
921566e
verified
7 months ago
__pycache__
fix __main__ module issue on phoBERT.py
7 months ago
gru_model.tf
upload to gru.tf
7 months ago
lstm_model.tf
upload to lstm.tf
7 months ago
train
change file path
7 months ago
.gitattributes
1.68 kB
Upload 2 files
7 months ago
Dockerfile
Safe
208 Bytes
First commit
8 months ago
README.md
Safe
188 Bytes
initial commit
8 months ago
added_tokens.json
Safe
22 Bytes
add bert tokenizer
7 months ago
app.py
2.39 kB
Update app.py
7 months ago
bpe.codes
Safe
1.14 MB
add bert tokenizer
7 months ago
gru_model.h5
Safe
245 MB
LFS
change file path
7 months ago
gru_model.keras
Safe
202 MB
LFS
Upload 2 files
7 months ago
lstm_model.h5
Safe
244 MB
LFS
change file path
7 months ago
lstm_model.keras
Safe
202 MB
LFS
Upload 2 files
7 months ago
main.py
Safe
462 Bytes
remove add.py
8 months ago
phoBERT.py
Safe
2.13 kB
fix __main__ module issue on phoBERT.py
7 months ago
phoBertModel.pth
pickle
Detected Pickle imports (26)
"__main__.PhoBertModel"
,
"transformers.models.roberta.modeling_roberta.RobertaModel"
,
"transformers.models.roberta.modeling_roberta.RobertaAttention"
,
"torch.nn.modules.normalization.LayerNorm"
,
"transformers.models.roberta.modeling_roberta.RobertaPooler"
,
"torch.LongStorage"
,
"transformers.models.roberta.modeling_roberta.RobertaEncoder"
,
"torch.nn.modules.activation.Tanh"
,
"torch._C._nn.gelu"
,
"collections.OrderedDict"
,
"transformers.models.roberta.modeling_roberta.RobertaSelfOutput"
,
"transformers.models.roberta.modeling_roberta.RobertaOutput"
,
"torch._utils._rebuild_parameter"
,
"torch.FloatStorage"
,
"transformers.activations.GELUActivation"
,
"torch.nn.modules.sparse.Embedding"
,
"__builtin__.set"
,
"transformers.models.roberta.modeling_roberta.RobertaLayer"
,
"torch.nn.modules.dropout.Dropout"
,
"torch.nn.modules.container.ModuleList"
,
"torch._utils._rebuild_tensor_v2"
,
"transformers.models.roberta.modeling_roberta.RobertaEmbeddings"
,
"transformers.models.roberta.configuration_roberta.RobertaConfig"
,
"transformers.models.roberta.modeling_roberta.RobertaIntermediate"
,
"torch.nn.modules.linear.Linear"
,
"transformers.models.roberta.modeling_roberta.RobertaSelfAttention"
How to fix it?
542 MB
LFS
add BERT model
7 months ago
requirements.txt
Safe
117 Bytes
Update requirements.txt
7 months ago
special_tokens_map.json
Safe
167 Bytes
add bert tokenizer
7 months ago
tokenizer.pkl
pickle
Detected Pickle imports (4)
"collections.OrderedDict"
,
"collections.defaultdict"
,
"builtins.int"
,
"keras.src.preprocessing.text.Tokenizer"
How to fix it?
9.15 MB
LFS
change file path
7 months ago
tokenizer_config.json
Safe
1.14 kB
add bert tokenizer
7 months ago
vocab.txt
Safe
895 kB
add bert tokenizer
7 months ago