Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PolyAI
/
pheme
like
70
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
586e19e
pheme
/
constants.py
taras-sereda
minimal set of files to run inference; pheme-small checkpoint
96ee597
about 1 year ago
raw
Copy download link
history
blame
Safe
162 Bytes
"""Constants file.
Copyright PolyAI Limited.
"""
SPKR_EMB_SIZE =
512
PAD =
1024
SPKR_1 =
1025
SPKR_2 =
1026
BOS_TOKEN_ID =
0
PAD_TOKEN_ID =
0
EOS_TOKEN_ID =
2