Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
numind
/
NuTopic
like
0
Follow
NuMind
86
Feature Extraction
Transformers
PyTorch
bert
text-embeddings-inference
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
758bc75
NuTopic
/
special_tokens_map.json
Alexandre-Numind
Upload 6 files
758bc75
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]"
}