Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
rasmodev
/
Covid-19_Sentiment_Analysis_BERT_Model
like
0
Text Classification
Transformers
PyTorch
Safetensors
bert
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
4ee9081
Covid-19_Sentiment_Analysis_BERT_Model
/
special_tokens_map.json
rasmodev
Upload tokenizer (
#2
)
f36489e
about 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}