Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
oliverguhr
/
german-sentiment-bert
like
62
Text Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
ONNX
Safetensors
German
bert
sentiment
License:
mit
Model card
Files
Files and versions
xet
Community
5
Train
Deploy
Use this model
70e394e
german-sentiment-bert
/
tokenizer_config.json
system
HF Staff
Update tokenizer_config.json
fa96f8b
about 5 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]"
}