Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
tezign
/
BERT-LSTM-based-ABSA
like
3
Follow
Tezign
5
Text Classification
Transformers
PyTorch
semeval2014
English
BertABSAForSequenceClassification
aspect-term-sentiment-analysis
ATSA
custom_code
arxiv:
2002.04815
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
BERT-LSTM-based-ABSA
/
special_tokens_map.json
trek90s
add tokenizer
b931ed9
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}