Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
parsi-ai-nlpclass
/
detect_intent
like
0
Follow
Parsi-AI NLP Course Projects
55
Text Classification
Transformers
PyTorch
bert
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
detect_intent
/
special_tokens_map.json
NedaTaghizadeh
commit files to HF hub
0734c3a
almost 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]"
}