Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
oliverguhr
/
german-sentiment-bert
like
52
Text Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
Safetensors
German
bert
sentiment
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
c5c8dd0
german-sentiment-bert
/
tokenizer_config.json
system
HF staff
Update tokenizer_config.json
fa96f8b
over 4 years ago
raw
Copy download link
history
blame
Safe
161 Bytes
{
"do_lower_case"
:
false
,
"model_max_length"
:
512
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}